@@ -68,16 +68,16 @@ <h3 id="i">I</h3>
6868< strong > introspection, < a  href ="#introspection "> 31</ a > </ strong > < br > 
6969< 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 > 
7070< strong > is operator, < a  href ="#comparable "> 16</ a > </ strong > < br > 
71- < strong > iterable, < a  href ="#abstractbaseclasses "> 4</ a > , < a  href ="#iterable "> 18</ a > </ strong > < br > 
71+ < strong > iterable, < a  href ="#abstractbaseclasses "> 4</ a > , < a  href ="#iterable "> 18</ a > ,  < a   href =" #tableofrequiredandautomaticallyavailablespecialmethods " > 19 </ a > </ strong > < br > 
7272< strong > iterator, < a  href ="#iterator "> 3</ a > , < a  href ="#iterator-1 "> 17</ a > </ strong > < br > 
7373< strong > itertools module, < a  href ="#itertools "> 3</ a > , < a  href ="#combinatorics "> 8</ a > </ strong >  </ p > 
7474< h3  id ="j "> J</ h3 > 
7575< p > < strong > json module, < a  href ="#json "> 25</ a > , < a  href ="#encodedecode "> 46</ a > </ strong >  </ p > 
7676< h3  id ="l "> L</ h3 > 
7777< p > < strong > lambda, < a  href ="#lambda "> 11</ a > </ strong > < br > 
7878< strong > list comprehension, < a  href ="#comprehensions "> 11</ a > </ strong > < br > 
79- < strong > lists, < a  href ="#list "> 1</ a > -< a  href ="#list "> 2</ a > , < a  href ="#otheruses "> 11</ a > </ strong > < br > 
80- < strong > locks, < a  href ="#lock "> 29</ a > </ strong > < br > 
79+ < strong > lists, < a  href ="#list "> 1</ a > -< a  href ="#list "> 2</ a > , < a  href ="#abstractbaseclasses  " > 4 </ a > ,  < a   href =" # otheruses "> 11</ a > ,  < a   href =" #tableofrequiredandautomaticallyavailablespecialmethods " > 19 </ a > ,  < a   href =" #collectionsandtheirexceptions " > 21 </ a > </ strong > < br > 
80+ < strong > locks, < a  href ="#lock "> 29</ a > ,  < a   href =" #coroutines " > 33 </ a > </ strong > < br > 
8181< strong > logging, < a  href ="#logging "> 35</ a > </ strong >  </ p > 
8282< h3  id ="m "> M</ h3 > 
8383< p > < strong > main function, < a  href ="#main "> 1</ a > , < a  href ="#basicscripttemplate "> 41</ a > </ strong > < br > 
@@ -97,7 +97,7 @@ <h3 id="o">O</h3>
9797< strong > os commands, < a  href ="#oscommands "> 24</ a > -< a  href ="#shellcommands "> 25</ a > </ strong > < br > 
9898< strong > os module, < a  href ="#path "> 23</ a > , < a  href ="#oscommands "> 24</ a > -< a  href ="#shellcommands "> 25</ a > </ strong >  </ p > 
9999< h3  id ="p "> P</ h3 > 
100- < p > < strong > pandas library, < a  href ="#pandas "> 44</ a > </ strong > < br > 
100+ < p > < strong > pandas library, < a  href ="#pandas "> 44</ a > - < a   href =" #confirmedcovidcasesdowjonesgoldandbitcoinprice " > 48 </ a > </ strong > < br > 
101101< strong > partial function, < a  href ="#partial "> 12</ a > , < a  href ="#userdefinedfunctionscannotbevaluessotheymustbewrapped "> 20</ a > </ strong > < br > 
102102< strong > path, < a  href ="#path "> 23</ a > -< a  href ="#direntry "> 24</ a > </ strong > < br > 
103103< strong > pickle module, < a  href ="#pickle "> 25</ a > </ strong > < br > 
@@ -109,37 +109,37 @@ <h3 id="p">P</h3>
109109< strong > property decorator, < a  href ="#property "> 15</ a > </ strong > < br > 
110110< strong > pygame library, < a  href ="#pygame "> 42</ a > -< a  href ="#basicmariobrothersexample "> 43</ a > </ strong >  </ p > 
111111< h3  id ="q "> Q</ h3 > 
112- < p > < strong > queues, < a  href ="#queue "> 30</ a > </ strong >  </ p > 
112+ < p > < strong > queues, < a  href ="#deque  " > 29 </ a > ,  < a   href =" # queue "> 30</ a > ,  < a   href =" #coroutines " > 33 </ a > </ strong >  </ p > 
113113< h3  id ="r "> R</ h3 > 
114114< p > < strong > random module, < a  href ="#random "> 8</ a > </ strong > < br > 
115- < strong > ranges, < a  href ="#range "> 3</ a > </ strong > < br > 
115+ < strong > ranges, < a  href ="#range "> 3</ a > ,  < a   href =" #abstractbaseclasses " > 4 </ a > </ strong > < br > 
116116< strong > recursion, < a  href ="#lrucache "> 13</ a > </ strong > < br > 
117117< strong > reduce function, < a  href ="#mapfilterreduce "> 11</ a > , < a  href ="#operator "> 31</ a > </ strong > < br > 
118118< strong > regular expressions, < a  href ="#regex "> 5</ a > -< a  href ="#specialsequences "> 6</ a > </ strong > < br > 
119119< strong > requests library, < a  href ="#scraping "> 35</ a > , < a  href ="#test "> 36</ a > </ strong >  </ p > 
120120< h3  id ="s "> S</ h3 > 
121- < p > < strong > scraping, < a  href ="#scraping "> 35</ a > , < a  href ="#basicmariobrothersexample "> 43</ a > , < a  href ="#encodedecode "> 46</ a > , < a  href ="#plotly  "> 47</ a > ,  < a  href ="#confirmedcovidcasesdowjonesgoldandbitcoinprice "> 48</ a > </ strong > < br > 
122- < strong > sequence, < a  href ="#type  "> 4</ a > , < a  href ="#sequence "> 18</ a > ,  < a  href ="#abcsequence "> 19</ a > </ strong > < br > 
123- < strong > sets, < a  href ="#set "> 2</ a > , < a  href ="#otheruses "> 11</ a > </ strong > < br > 
121+ < p > < strong > scraping, < a  href ="#scraping "> 35</ a > , < a  href ="#basicmariobrothersexample "> 43</ a > , < a  href ="#encodedecode "> 46</ a > , < a  href ="#coviddeathsbycontinent  "> 47</ a > - < a  href ="#confirmedcovidcasesdowjonesgoldandbitcoinprice "> 48</ a > </ strong > < br > 
122+ < strong > sequence, < a  href ="#abstractbaseclasses  "> 4</ a > , < a  href ="#sequence "> 18</ a > - < a  href ="#abcsequence "> 19</ a > </ strong > < br > 
123+ < strong > sets, < a  href ="#set "> 2</ a > , < a  href ="#abstractbaseclasses  " > 4 </ a > ,  < a   href =" # otheruses "> 11</ a > ,  < a   href =" #tableofrequiredandautomaticallyavailablespecialmethods " > 19 </ a > ,  < a   href =" #collectionsandtheirexceptions " > 21 </ a > </ strong > < br > 
124124< strong > shell commands, < a  href ="#shellcommands "> 25</ a > </ strong > < br > 
125125< strong > sleep function, < a  href ="#progressbar "> 34</ a > </ strong > < br > 
126126< strong > slots attribute, < a  href ="#slots "> 15</ a > </ strong > < br > 
127127< strong > sortable, < a  href ="#list "> 1</ a > , < a  href ="#sortable "> 16</ a > </ strong > < br > 
128128< strong > splat operator, < a  href ="#splatoperator "> 10</ a > -< a  href ="#otheruses "> 11</ a > </ strong > < br > 
129129< strong > sqlite module, < a  href ="#sqlite "> 27</ a > </ strong > < br > 
130- < strong > statistics module , < a  href ="#statistics "> 7</ a > </ strong > < br > 
130+ < strong > statistics, < a  href ="#statistics "> 7</ a > ,  < a   href =" #numpy " > 37 </ a > - < a   href =" #indexing " > 38 </ a > </ strong > ,  < a   href =" #pandas " > 44 </ a > - < a   href =" #confirmedcovidcasesdowjonesgoldandbitcoinprice " > 48 </ a > < br > 
131131< strong > strings, < a  href ="#string "> 5</ a > </ strong > < br > 
132132< strong > struct module, < a  href ="#struct "> 28</ a > -< a  href ="#integertypesuseacapitalletterforunsignedtypeminimumandstandardsizesareinbrackets "> 29</ a > </ strong > < br > 
133133< strong > subprocess module, < a  href ="#sends11tothebasiccalculatorandcapturesitsoutput "> 25</ a > </ strong > < br > 
134134< strong > super function, < a  href ="#inheritance "> 14</ a > </ strong > < br > 
135135< strong > synthesizer, < a  href ="#synthesizer "> 41</ a > </ strong > < br > 
136- < strong > sys module, < a  href ="#lrucache "> 15</ a > , < a  href ="#commonbuiltinexceptions  "> 21</ a > ,  < a  href ="#print "> 22</ a > </ strong >  </ p > 
136+ < strong > sys module, < a  href ="#lrucache "> 15</ a > , < a  href ="#exit  "> 21</ a > - < a  href ="#print "> 22</ a > </ strong >  </ p > 
137137< h3  id ="t "> T</ h3 > 
138138< p > < strong > table, < a  href ="#table "> 34</ a > </ strong > < br > 
139139< strong > template function, < a  href ="#dynamicrequest "> 36</ a > </ strong > < br > 
140140< strong > threading module, < a  href ="#threading "> 30</ a > </ strong > < br > 
141141< strong > time module, < a  href ="#progressbar "> 34</ a > , < a  href ="#stopwatch "> 36</ a > </ strong > < br > 
142- < strong > tuples, < a  href ="#tuple "> 3</ a > , < a  href ="#otheruses "> 11</ a > </ strong > < br > 
142+ < strong > tuples, < a  href ="#tuple "> 3</ a > , < a  href ="#abstractbaseclasses  " > 4 </ a > ,  < a   href =" # otheruses "> 11</ a > </ strong > < br > 
143143< strong > type, < a  href ="#type "> 4</ a > , < a  href ="#type-1 "> 31</ a > </ strong >  </ p > 
144144< h3  id ="w "> W</ h3 > 
145145< p > < strong > wave module, < a  href ="#audio "> 40</ a > -< a  href ="#writefloatsamplestowavfile "> 41</ a > </ strong > < br > 
0 commit comments