You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List comprehensions have been one thing that I was missing the most when learning Rust.
It took a while to understand that iter(), map(), filter() and collect() were a better fit for Rust.
I want to give a few common examples to make it easier for other people with the same background.
How?
Show commont list comprehensions in Python and port them to Rust one by one.
Present an alternative to defaultdict called the entry API and how to use it.
What?
Show how to port list comprehensions to Python
Why?
List comprehensions have been one thing that I was missing the most when learning Rust.
It took a while to understand that iter(), map(), filter() and collect() were a better fit for Rust.
I want to give a few common examples to make it easier for other people with the same background.
How?
Show commont list comprehensions in Python and port them to Rust one by one.
Present an alternative to defaultdict called the entry API and how to use it.
This show was inspired by #20 by @Dowwie.
The text was updated successfully, but these errors were encountered: