Difference between revisions of "Template:Pythonstuff"
From Helpful
m |
m |
||
Line 2: | Line 2: | ||
| style="padding-right: 4px; padding-left: 4px;" | Syntaxish: [[Python notes - syntax and language|syntax and language]] · [[Python usage notes - importing, modules, packages|importing, modules, packages]] · [[Python usage notes - iterable stuff|iterable stuff]] · [[Python usage notes - concurrency|concurrency]] | | style="padding-right: 4px; padding-left: 4px;" | Syntaxish: [[Python notes - syntax and language|syntax and language]] · [[Python usage notes - importing, modules, packages|importing, modules, packages]] · [[Python usage notes - iterable stuff|iterable stuff]] · [[Python usage notes - concurrency|concurrency]] | ||
− | + | IO: [[Python usage notes/Networking and web|networking and web]] · [[Python usage notes/Filesystem stuff|filesystem]] | |
− | + | Data: [[Python usage notes - Numpy, scipy|Numpy, scipy]] · [[Python usage notes - pandas|pandas]] · [[Python usage notes - struct, buffer, array, bytes, memoryview|struct, buffer, array, bytes, memoryview]] · [[Python database notes]] | |
− | + | Image, Visualization: [[Python usage notes - PIL|PIL]] · [[Python usage notes - Matplotlib, pylab|Matplotlib, pylab]] · [[Python usage notes - seaborn|seaborn]] · [[Python usage notes - bokeh|bokeh]] · [[Python usage notes - plotly|plotly]] | |
− | + | Processes: [[Python notes - threads/threading|threading]] · [[Python usage notes/Subprocess|subprocess]] · [[Python usage notes/Multiprocessing notes|multiprocessing]] · [[Python usage notes/joblib|joblib]] · [[Python usage notes/pty and pexpect notes|pty and pexpect]] | |
− | + | Stringy: [[Python notes - strings, unicode, encodings|strings, unicode, encodings]] · [[Python usage notes/Regexp stuff|regexp]] · [[Python usage notes/Command line argument parsing|command line argument parsing]] <!--· [[Python usage notes/Configuration file parsing|configuration file parsing]]--> · [[Python notes - XML|XML]] | |
− | + | [[Python notes - date and time|date and time]] | |
− | + | ||
− | + | ||
+ | [[Python notes - semi-sorted|semi-sorted]] | ||
|} | |} |
Revision as of 17:13, 14 July 2020
Syntaxish: syntax and language · importing, modules, packages · iterable stuff · concurrency
IO: networking and web · filesystem Data: Numpy, scipy · pandas · struct, buffer, array, bytes, memoryview · Python database notes Image, Visualization: PIL · Matplotlib, pylab · seaborn · bokeh · plotly
Processes: threading · subprocess · multiprocessing · joblib · pty and pexpect Stringy: strings, unicode, encodings · regexp · command line argument parsing · XML |