Skip to content

Commit f261f04

Browse files
committed
working on the handy data types stuff more
1 parent fec37a7 commit f261f04

File tree

3 files changed

+391
-130
lines changed

3 files changed

+391
-130
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ techniques just because you know how to use them.** Prefer the simple
5959
techniques from the Basics part instead when possible. Simple is better
6060
than complex.
6161

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

6667
### Other things this tutorial comes with
6768

advanced/collections.md

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)