@@ -10,12 +10,12 @@ or [Fork me on GitHub](https://github.com/gto76/python-cheatsheet).
10
10
Contents
11
11
--------
12
12
1 . ** Collections: [ List] ( #list ) , [ Dict] ( #dictionary ) , [ Set] ( #set ) , [ Range] ( #range ) , [ Enumerate] ( #enumerate ) , [ Namedtuple] ( #namedtuple ) , [ Iterator] ( #iterator ) , [ Generator] ( #generator ) **
13
- 2 . ** Types: [[ Type] ( #type ) , [ String] ( #string ) , [ Regex] ( #regex ) , [ Format] ( #format ) , [ Numbers] ( #numbers ) , [ Combinatorics] ( #combinatorics ) , [ Datetime] ( #datetime ) ᴺᴱᵂ**
14
- 3 . ** Syntax: [[ Args] ( #arguments ) , [ Splat] ( #splatoperator ) , [ Inline] ( #inline ) , [ Closure] ( #closure ) , [ Decorator] ( #decorator ) , [ Class] ( #class ) , [ Enum] ( #enum ) , [ Exceptions] ( #exceptions ) **
15
- 4 . ** System: [[ Print] ( #print ) , [ Input] ( #input ) , [ Command_Line_Arguments] ( #commandlinearguments ) , [ Open] ( #open ) , [ Path] ( #path ) ᴺᴱᵂ, [ Command_Execution] ( #commandexecution ) **
16
- 5 . ** Data: [[ CSV] ( #csv ) , [ JSON] ( #json ) , [ Pickle] ( #pickle ) , [ SQLite] ( #sqlite ) , [ Bytes] ( #bytes ) , [ Struct] ( #struct ) , [ Array] ( #array ) , [ MemoryView] ( #memoryview ) , [ Deque] ( #deque ) **
17
- 6 . ** Advanced: [[ Threading] ( #threading ) , [ Introspection] ( #introspection ) , [ Metaprograming] ( #metaprograming ) , [ Operator] ( #operator ) , [ Eval] ( #eval ) , [ Coroutine] ( #coroutine ) **
18
- 7 . ** Libraries: [[ Progress_Bar] ( #progressbar ) , [ Plot] ( #plot ) , [ Table] ( #table ) , [ Curses] ( #curses ) , [ Logging] ( #logging ) ᴺᴱᵂ, [ Scraping] ( #scraping ) , [ Web] ( #web ) , [ Profile] ( #profile ) , [ NumPy] ( #numpy ) , [ Image] ( #image ) , [ Audio] ( #audio ) , [ Basic_Script_Template] ( #basicscripttemplate ) **
13
+ 2 . ** Types: [ Type] ( #type ) , [ String] ( #string ) , [ Regex] ( #regex ) , [ Format] ( #format ) , [ Numbers] ( #numbers ) , [ Combinatorics] ( #combinatorics ) , [ Datetime] ( #datetime ) ᴺᴱᵂ**
14
+ 3 . ** Syntax: [ Args] ( #arguments ) , [ Splat] ( #splatoperator ) , [ Inline] ( #inline ) , [ Closure] ( #closure ) , [ Decorator] ( #decorator ) , [ Class] ( #class ) , [ Enum] ( #enum ) , [ Exceptions] ( #exceptions ) **
15
+ 4 . ** System: [ Print] ( #print ) , [ Input] ( #input ) , [ Command_Line_Arguments] ( #commandlinearguments ) , [ Open] ( #open ) , [ Path] ( #path ) ᴺᴱᵂ, [ Command_Execution] ( #commandexecution ) **
16
+ 5 . ** Data: [ CSV] ( #csv ) , [ JSON] ( #json ) , [ Pickle] ( #pickle ) , [ SQLite] ( #sqlite ) , [ Bytes] ( #bytes ) , [ Struct] ( #struct ) , [ Array] ( #array ) , [ MemoryView] ( #memoryview ) , [ Deque] ( #deque ) **
17
+ 6 . ** Advanced: [ Threading] ( #threading ) , [ Introspection] ( #introspection ) , [ Metaprograming] ( #metaprograming ) , [ Operator] ( #operator ) , [ Eval] ( #eval ) , [ Coroutine] ( #coroutine ) **
18
+ 7 . ** Libraries: [ Progress_Bar] ( #progressbar ) , [ Plot] ( #plot ) , [ Table] ( #table ) , [ Curses] ( #curses ) , [ Logging] ( #logging ) ᴺᴱᵂ, [ Scraping] ( #scraping ) , [ Web] ( #web ) , [ Profile] ( #profile ) , [ NumPy] ( #numpy ) , [ Image] ( #image ) , [ Audio] ( #audio ) , [ Basic_Script_Template] ( #basicscripttemplate ) **
19
19
20
20
21
21
Main
0 commit comments