Skip to content

Commit

Permalink
working on the handy data types stuff more
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Feb 6, 2017
1 parent fec37a7 commit f261f04
Show file tree
Hide file tree
Showing 3 changed files with 391 additions and 130 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ techniques just because you know how to use them.** Prefer the simple
techniques from the Basics part instead when possible. Simple is better
than complex.

1. [Advanced stuff with functions](advanced/functions.md)
2. [Magic methods](advanced/magicmethods.md)
3. [Iterables, iterators and generators](advanced/iters.md)
1. [Handy data types](advanced/datatypes.md)
2. [Advanced stuff with functions](advanced/functions.md)
3. [Magic methods](advanced/magicmethods.md)
4. [Iterables, iterators and generators](advanced/iters.md)

### Other things this tutorial comes with

Expand Down
127 changes: 0 additions & 127 deletions advanced/collections.md

This file was deleted.

Loading

0 comments on commit f261f04

Please sign in to comment.