Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Nov 5, 2016
1 parent 2e5af27 commit 4fe93ff
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,12 @@ everything should also work on Python 3.2 and all newer Pythons.
9. [Lists and tuples](lists-and-tuples.md)
10. [Loops](loops.md)
11. [Trey Hunner: zip and enumerate](trey-hunner-zip-and-enumerate.md)
12. [Files](files.md)
13. [Defining functions](defining-functions.md)
14. [Modules](modules.md)

Parts of this tutorial that aren't ready to be added to the rest of it
yet:

- [Classes](classes.md)
- [Exceptions](exceptions.md)
12. [Dictionaries](dicts.md)
13. [Files](files.md)
14. [Defining functions](defining-functions.md)
15. [Exceptions](exceptions.md)
16. [Modules](modules.md)
17. [Classes](classes.md)

Other things this tutorial comes with:

Expand Down

0 comments on commit 4fe93ff

Please sign in to comment.