@@ -9,9 +9,9 @@ Comprehensive Python Cheatsheet
9
9
Contents
10
10
--------
11
11
**   ;  ;  ; ** ** 1. Collections:** **   ; ** ** [ ` List ` ] ( #list ) ** __ ,__ ** [ ` Dictionary ` ] ( #dictionary ) ** __ ,__ ** [ ` Set ` ] ( #set ) ** __ ,__ ** [ ` Tuple ` ] ( #tuple ) ** __ ,__ ** [ ` Range ` ] ( #range ) ** __ ,__ ** [ ` Enumerate ` ] ( #enumerate ) ** __ ,__ ** [ ` Iterator ` ] ( #iterator ) ** __ ,__ ** [ ` Generator ` ] ( #generator ) ** __ .__
12
- **   ;  ;  ; ** ** 2. Types:** **   ;  ;  ;  ;  ;  ;  ;  ;  ;  ; ** ** [ ` Type ` ] ( #type ) ** __ ,__ ** [ ` String ` ] ( #string ) ** __ ,__ ** [ ` Regular_Exp ` ] ( #regex ) ** __ ,__ ** [ ` Format ` ] ( #format ) ** __ ,__ ** [ ` Numbers ` ] ( #numbers ) ** __ ,__ ** [ ` Combinatorics ` ] ( #combinatorics ) ** __ ,__ ** [ ` Datetime ` ] ( #datetime ) ** __ .__
12
+ **   ;  ;  ; ** ** 2. Types:** **   ;  ;  ;  ;  ;  ;  ;  ;  ;  ; ** ** [ ` Type ` ] ( #type ) ** __ ,__ ** [ ` String ` ] ( #string ) ** __ ,__ ** [ ` Regular_Exp ` ] ( #regex ) ** __ ,__ ** [ ` Format ` ] ( #format ) ** __ ,__ ** [ ` Numbers ` ] ( #numbers-1 ) ** __ ,__ ** [ ` Combinatorics ` ] ( #combinatorics ) ** __ ,__ ** [ ` Datetime ` ] ( #datetime ) ** __ .__
13
13
**   ;  ;  ; ** ** 3. Syntax:** **   ;  ;  ;  ;  ;  ;  ;  ;  ; ** ** [ ` Args ` ] ( #arguments ) ** __ ,__ ** [ ` Inline ` ] ( #inline ) ** __ ,__ ** [ ` Closure ` ] ( #closure ) ** __ ,__ ** [ ` Decorator ` ] ( #decorator ) ** __ ,__ ** [ ` Class ` ] ( #class ) ** __ ,__ ** [ ` Duck_Type ` ] ( #duck-types ) ** __ ,__ ** [ ` Enum ` ] ( #enum ) ** __ ,__ ** [ ` Exception ` ] ( #exceptions ) ** __ .__
14
- **   ;  ;  ; ** ** 4. System:** **   ;  ;  ;  ;  ;  ;  ;  ; ** ** [ ` Exit ` ] ( #exit ) ** __ ,__ ** [ ` Print ` ] ( #print ) ** __ ,__ ** [ ` Input ` ] ( #input ) ** __ ,__ ** [ ` Command_Line_Arguments ` ] ( #command-line-arguments ) ** __ ,__ ** [ ` Open ` ] ( #open ) ** __ ,__ ** [ ` Path ` ] ( #path ) ** __ ,__ ** [ ` OS_Commands ` ] ( #oscommands ) ** __ .__
14
+ **   ;  ;  ; ** ** 4. System:** **   ;  ;  ;  ;  ;  ;  ;  ; ** ** [ ` Exit ` ] ( #exit ) ** __ ,__ ** [ ` Print ` ] ( #print ) ** __ ,__ ** [ ` Input ` ] ( #input ) ** __ ,__ ** [ ` Command_Line_Arguments ` ] ( #command-line-arguments ) ** __ ,__ ** [ ` Open ` ] ( #open ) ** __ ,__ ** [ ` Path ` ] ( #path ) ** __ ,__ ** [ ` OS_Commands ` ] ( #os-commands ) ** __ .__
15
15
**   ;  ;  ; ** ** 5. Data:** **   ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ;  ; ** ** [ ` JSON ` ] ( #json ) ** __ ,__ ** [ ` Pickle ` ] ( #pickle ) ** __ ,__ ** [ ` CSV ` ] ( #csv ) ** __ ,__ ** [ ` SQLite ` ] ( #sqlite ) ** __ ,__ ** [ ` Bytes ` ] ( #bytes ) ** __ ,__ ** [ ` Struct ` ] ( #struct ) ** __ ,__ ** [ ` Array ` ] ( #array ) ** __ ,__ ** [ ` Memory_View ` ] ( #memory-view ) ** __ ,__ ** [ ` Deque ` ] ( #deque ) ** __ .__
16
16
**   ;  ;  ; ** ** 6. Advanced:** **   ;  ;  ; ** ** [ ` Threading ` ] ( #threading ) ** __ ,__ ** [ ` Operator ` ] ( #operator ) ** __ ,__ ** [ ` Introspection ` ] ( #introspection ) ** __ ,__ ** [ ` Metaprograming ` ] ( #metaprograming ) ** __ ,__ ** [ ` Eval ` ] ( #eval ) ** __ ,__ ** [ ` Coroutines ` ] ( #coroutines ) ** __ .__
17
17
**   ;  ;  ; ** ** 7. Libraries:** **   ;  ;  ;  ;  ;  ; ** ** [ ` Progress_Bar ` ] ( #progress-bar ) ** __ ,__ ** [ ` Plot ` ] ( #plot ) ** __ ,__ ** [ ` Table ` ] ( #table ) ** __ ,__ ** [ ` Curses ` ] ( #curses ) ** __ ,__ ** [ ` Logging ` ] ( #logging ) ** __ ,__ ** [ ` Scraping ` ] ( #scraping ) ** __ ,__ ** [ ` Web ` ] ( #web ) ** __ ,__ ** [ ` Profile ` ] ( #profiling ) ** __ ,__
0 commit comments