8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec37a7 commit f261f04Copy full SHA for f261f04
README.md
@@ -59,9 +59,10 @@ techniques just because you know how to use them.** Prefer the simple
59
techniques from the Basics part instead when possible. Simple is better
60
than complex.
61
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)
+1. [Handy data types](advanced/datatypes.md)
+2. [Advanced stuff with functions](advanced/functions.md)
+3. [Magic methods](advanced/magicmethods.md)
65
+4. [Iterables, iterators and generators](advanced/iters.md)
66
67
### Other things this tutorial comes with
68
advanced/collections.md
0 commit comments