@@ -7,7 +7,7 @@ <h3 id="a">A</h3>
7
7
< p > < strong > abstract base classes, < a href ="#abstractbaseclasses "> 4</ a > , < a href ="#abcsequence "> 19</ a > </ strong > < br >
8
8
< strong > animation, < a href ="#animation "> 40</ a > , < a href ="#pygame "> 42</ a > -< a href ="#basicmariobrothersexample "> 43</ a > </ strong > < br >
9
9
< strong > argparse module, < a href ="#argumentparser "> 22</ a > </ strong > < br >
10
- < strong > arguments, < a href ="#arguments "> 10</ a > , < a href ="#partial "> 12</ a > </ strong > < br >
10
+ < strong > arguments, < a href ="#arguments "> 10</ a > , < a href ="#partial "> 12</ a > , < a href =" #commandlinearguments " > 22 </ a > </ strong > < br >
11
11
< strong > arrays, < a href ="#array "> 29</ a > , < a href ="#numpy "> 37</ a > -< a href ="#indexing "> 38</ a > </ strong > < br >
12
12
< strong > asyncio module, < a href ="#coroutines "> 33</ a > </ strong > < br >
13
13
< strong > audio, < a href ="#audio "> 40</ a > -< a href ="#writefloatsamplestowavfile "> 41</ a > , < a href ="#sound "> 42</ a > </ strong > </ p >
@@ -21,32 +21,32 @@ <h3 id="c">C</h3>
21
21
< p > < strong > cache, < a href ="#lrucache "> 13</ a > </ strong > < br >
22
22
< strong > callable, < a href ="#callable "> 17</ a > </ strong > < br >
23
23
< strong > class, < a href ="#type "> 4</ a > , < a href ="#class "> 14</ a > -< a href ="#abcsequence "> 19</ a > , < a href ="#metaprograming "> 31</ a > -< a href ="#metaclass "> 32</ a > </ strong > < br >
24
- < strong > closure, < a href ="#closure "> 12</ a > </ strong > < br >
24
+ < strong > closure, < a href ="#closure "> 12</ a > - < a href =" #decorator " > 13 </ a > </ strong > < br >
25
25
< strong > collection, < a href ="#abstractbaseclasses "> 4</ a > , < a href ="#collection "> 18</ a > , < a href ="#tableofrequiredandautomaticallyavailablespecialmethods "> 19</ a > </ strong > < br >
26
26
< strong > collections module, < a href ="#dictionary "> 2</ a > , < a href ="#namedtuple "> 3</ a > , < a href ="#abstractbaseclasses "> 4</ a > , < a href ="#abcsequence "> 19</ a > , < a href ="#deque "> 29</ a > </ strong > < br >
27
27
< strong > combinatorics, < a href ="#combinatorics "> 8</ a > </ strong > < br >
28
28
< strong > command line arguments, < a href ="#commandlinearguments "> 22</ a > </ strong > < br >
29
29
< strong > comparable, < a href ="#comparable "> 16</ a > </ strong > < br >
30
30
< strong > comprehensions, < a href ="#comprehensions "> 11</ a > </ strong > < br >
31
- < strong > context manager, < a href ="#contextmanager "> 17</ a > </ strong > < br >
31
+ < strong > context manager, < a href ="#contextmanager "> 17</ a > , < a href =" #readtextfromfile " > 23 </ a > , < a href =" #or " > 27 </ a > , < a href =" #or-1 " > 30 </ a > </ strong > < br >
32
32
< strong > copy function, < a href ="#copy "> 15</ a > </ strong > < br >
33
33
< strong > coroutine, < a href ="#coroutines "> 33</ a > </ strong > < br >
34
34
< strong > counter, < a href ="#counter "> 2</ a > , < a href ="#generator "> 4</ a > , < a href ="#nonlocal "> 12</ a > , < a href ="#iterator-1 "> 17</ a > </ strong > < br >
35
- < strong > csv module , < a href ="#csv "> 26</ a > , < a href ="#printsacsvfileasanasciitable "> 34</ a > , < a href ="#encodedecode "> 46</ a > </ strong > < br >
35
+ < strong > csv, < a href ="#csv "> 26</ a > , < a href ="#printsacsvfileasanasciitable "> 34</ a > , < a href ="#encodedecode "> 46</ a > </ strong > < br >
36
36
< strong > curses module, < a href ="#runsaterminalgamewhereyoucontrolanasteriskthatmustavoidnumbers "> 33</ a > , < a href ="#curses "> 34</ a > </ strong > < br >
37
37
< strong > cython, < a href ="#cython "> 49</ a > </ strong > </ p >
38
38
< h3 id ="d "> D</ h3 >
39
39
< p > < strong > dataclasses module, < a href ="#namedtupleenumdataclass "> 12</ a > , < a href ="#dataclass "> 15</ a > </ strong > < br >
40
40
< strong > datetime module, < a href ="#datetime "> 8</ a > -< a href ="#constructors "> 9</ a > </ strong > < br >
41
41
< strong > decorator, < a href ="#decorator "> 13</ a > </ strong > < br >
42
42
< strong > deques, < a href ="#deque "> 29</ a > </ strong > < br >
43
- < strong > dictionaries, < a href ="#dictionary "> 2</ a > , < a href ="#otheruses "> 11</ a > </ strong > < br >
43
+ < strong > dictionaries, < a href ="#dictionary "> 2</ a > , < a href ="#abstractbaseclasses " > 4 </ a > , < a href =" # otheruses "> 11</ a > , < a href =" #tableofrequiredandautomaticallyavailablespecialmethods " > 19 </ a > , < a href =" #collectionsandtheirexceptions " > 21 </ a > </ strong > < br >
44
44
< strong > duck types, < a href ="#ducktypes "> 16</ a > -< a href ="#abcsequence "> 19</ a > </ strong > </ p >
45
45
< h3 id ="e "> E</ h3 >
46
46
< p > < strong > enum module, < a href ="#enum "> 19</ a > -< a href ="#inline-2 "> 20</ a > </ strong > < br >
47
47
< strong > enumerate function, < a href ="#enumerate "> 3</ a > </ strong > < br >
48
48
< strong > eval function, < a href ="#eval "> 33</ a > </ strong > < br >
49
- < strong > exceptions, < a href ="#exceptions "> 20</ a > -< a href ="#exceptionobject "> 21</ a > , < a href ="#exceptions-1 "> 23</ a > </ strong > </ p >
49
+ < strong > exceptions, < a href ="#exceptions "> 20</ a > -< a href ="#exceptionobject "> 21</ a > , < a href ="#exceptions-1 "> 23</ a > , < a href =" #exceptions-2 " > 35 </ a > </ strong > </ p >
50
50
< h3 id ="f "> F</ h3 >
51
51
< p > < strong > files, < a href ="#fileobject "> 23</ a > </ strong > < br >
52
52
< strong > filter function, < a href ="#mapfilterreduce "> 11</ a > </ strong > < br >
@@ -56,16 +56,17 @@ <h3 id="f">F</h3>
56
56
< strong > futures, < a href ="#threadpoolexecutor "> 30</ a > </ strong > </ p >
57
57
< h3 id ="g "> G</ h3 >
58
58
< p > < strong > generators, < a href ="#generator "> 4</ a > , < a href ="#comprehensions "> 11</ a > </ strong > < br >
59
- < strong > global keyword, < a href ="#nonlocal "> 12</ a > </ strong > </ p >
59
+ < strong > global keyword, < a href ="#nonlocal "> 12</ a > </ strong > < br >
60
+ < strong > gui, < a href ="#pysimplegui "> 48</ a > </ strong > </ p >
60
61
< h3 id ="h "> H</ h3 >
61
- < p > < strong > hashable, < a href ="#hashable "> 16</ a > </ strong > < br >
62
- < strong > hexadecimal representation, < a href ="#binhex "> 8</ a > </ strong > </ p >
62
+ < p > < strong > hashable, < a href ="#dataclass " > 15 </ a > , < a href =" # hashable "> 16</ a > </ strong > < br >
63
+ < strong > hexadecimal representation, < a href ="#ints " > 7 </ a > , < a href =" # binhex "> 8</ a > , < a href =" #encode-1 " > 28 </ a > </ strong > </ p >
63
64
< h3 id ="i "> I</ h3 >
64
65
< p > < strong > image, < a href ="#image "> 39</ a > </ strong > < br >
65
- < strong > inline, < a href ="#inline "> 11</ a > -< a href ="#namedtupleenumdataclass "> 12</ a > </ strong > < br >
66
+ < strong > inline, < a href ="#otheruses "> 11</ a > -< a href ="#namedtupleenumdataclass "> 12</ a > , < a href =" #inline-1 " > 15 </ a > , < a href =" #inline-2 " > 20 </ a > </ strong > < br >
66
67
< strong > input function, < a href ="#input "> 22</ a > </ strong > < br >
67
68
< strong > introspection, < a href ="#introspection "> 31</ a > </ strong > < br >
68
- < strong > ints, < a href ="#abstractbaseclasses "> 4</ a > , < a href ="#types "> 7</ a > , < a href ="#binhex "> 8</ a > </ strong > < br >
69
+ < strong > ints, < a href ="#abstractbaseclasses "> 4</ a > , < a href ="#ints "> 7</ a > , < a href ="#binhex "> 8</ a > , < a href =" #encode-1 " > 28 </ a > </ strong > < br >
69
70
< strong > is operator, < a href ="#comparable "> 16</ a > </ strong > < br >
70
71
< strong > iterable, < a href ="#abstractbaseclasses "> 4</ a > , < a href ="#iterable "> 18</ a > </ strong > < br >
71
72
< strong > iterator, < a href ="#iterator "> 3</ a > , < a href ="#iterator-1 "> 17</ a > </ strong > < br >
0 commit comments