Skip to content

Commit eb5e0c5

Browse files
committed
Add links for idiomatic loops and dicts
1 parent ce38a79 commit eb5e0c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ See [contributing](https://github.com/jerry-git/learn-python3/blob/master/CONTRI
4545

4646

4747
## Intermediate
48-
(This is currently a road map of what is planned, not in any particular order.)
48+
(This is currently mostly a road map of what is planned, not in any particular order.)
49+
1. [Idiomatic loops](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/intermediate/html/idiomatic_loops.html) [[notebook]](http://nbviewer.jupyter.org/github/jerry-git/learn-python3/blob/master/notebooks/intermediate/idiomatic_loops.ipynb)
50+
1. [Idiomatic dictionaries](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/intermediate/html/idiomatic_dicts.html) [[notebook]](http://nbviewer.jupyter.org/github/jerry-git/learn-python3/blob/master/notebooks/intermediate/idiomatic_dicts.ipynb)
4951
* Sets
5052
* Tuples and namedtuples
5153
* Comprehensions

0 commit comments

Comments
 (0)