diff --git a/index.html b/index.html index c7c9368..30ddca2 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,10 @@
-

Documenting functions

+

Documenting your code

+

Docstrings

+

Function annotations

+

...

@@ -79,6 +82,7 @@

Native Python datatypes

+

Lists

@@ -124,6 +128,30 @@
+
+

+ + +
+

Iterators

+
+ +
+

Generators

+
+ +
+

Views

+
+ +
+

...

+
+ +
+ +
+

Strings

@@ -219,6 +247,9 @@

...major changes afoot...

+

...stuff about decorators...

+

...stuff about importing modules...

+

...mention why "from module import *" is only allowed at module level

@@ -566,11 +597,11 @@
-

keys() dictionary method

+

Dictionary methods

-

items() dictionary method

+

Modules that have been renamed or reorganized

@@ -613,10 +644,6 @@

raw_input() global function

-
-

input() global method

-
-

func_* function attributes

@@ -625,10 +652,6 @@

xreadlines() I/O method

-
-

imports

-
-

lambda functions with multiple parameters