@@ -204,8 +204,8 @@ <h1 id="comprehensivepythoncheatsheet">Comprehensive Python Cheatsheet</h1>
204
204
205
205
< br > < h2 id ="toc "> < a href ="#toc " name ="toc "> #</ a > Contents</ h2 >
206
206
< pre > < code class ="hljs bash "> < strong > ToC</ strong > = {
207
- < strong > < span class ="hljs-string "> < span class ="hljs-string "> '1. Collections'</ span > </ span > </ strong > : [< a href ="#list "> List</ a > , < a href ="#dictionary "> Dict </ a > , < a href ="#set "> Set</ a > , < a href ="#tuple "> Tuple</ a > , < a href ="#range "> Range</ a > , < a href ="#enumerate "> Enumerate</ a > , < a href ="#iterator "> Iterator</ a > , < a href ="#generator "> Generator</ a > ],
208
- < strong > < span class ="hljs-string "> < span class ="hljs-string "> '2. Types'</ span > </ span > </ strong > : [< a href ="#type "> Type</ a > , < a href ="#string "> String</ a > , < a href ="#regex "> Regex </ a > , < a href ="#format "> Format</ a > , < a href ="#numbers "> Numbers</ a > , < a href ="#combinatorics "> Combinatorics</ a > , < a href ="#datetime "> Datetime</ a > ],
207
+ < strong > < span class ="hljs-string "> < span class ="hljs-string "> '1. Collections'</ span > </ span > </ strong > : [< a href ="#list "> List</ a > , < a href ="#dictionary "> Dictionary </ a > , < a href ="#set "> Set</ a > , < a href ="#tuple "> Tuple</ a > , < a href ="#range "> Range</ a > , < a href ="#enumerate "> Enumerate</ a > , < a href ="#iterator "> Iterator</ a > , < a href ="#generator "> Generator</ a > ],
208
+ < strong > < span class ="hljs-string "> < span class ="hljs-string "> '2. Types'</ span > </ span > </ strong > : [< a href ="#type "> Type</ a > , < a href ="#string "> String</ a > , < a href ="#regex "> Regular_Exp </ a > , < a href ="#format "> Format</ a > , < a href ="#numbers "> Numbers</ a > , < a href ="#combinatorics "> Combinatorics</ a > , < a href ="#datetime "> Datetime</ a > ],
209
209
< strong > < span class ="hljs-string "> < span class ="hljs-string "> '3. Syntax'</ span > </ span > </ strong > : [< a href ="#arguments "> Args</ a > , < a href ="#inline "> Inline</ a > , < a href ="#closure "> Closure</ a > , < a href ="#decorator "> Decorator</ a > , < a href ="#class "> Class</ a > , < a href ="#ducktypes "> Duck_Types</ a > , < a href ="#enum "> Enum</ a > , < a href ="#exceptions "> Exceptions</ a > ],
210
210
< strong > < span class ="hljs-string "> < span class ="hljs-string "> '4. System'</ span > </ span > </ strong > : [< a href ="#print "> Print</ a > , < a href ="#input "> Input</ a > , < a href ="#commandlinearguments "> Command_Line_Arguments</ a > , < a href ="#open "> Open</ a > , < a href ="#path "> Path</ a > , < a href ="#commandexecution "> Command_Execution</ a > ],
211
211
< strong > < span class ="hljs-string "> < span class ="hljs-string "> '5. Data'</ span > </ span > </ strong > : [< a href ="#csv "> CSV</ a > , < a href ="#json "> JSON</ a > , < a href ="#pickle "> Pickle</ a > , < a href ="#sqlite "> SQLite</ a > , < a href ="#bytes "> Bytes</ a > , < a href ="#struct "> Struct</ a > , < a href ="#array "> Array</ a > , < a href ="#memoryview "> MemoryView</ a > , < a href ="#deque "> Deque</ a > ],
0 commit comments