Difference between revisions of "Template:Pythonstuff"
From Helpful
m |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{| align=center style="background: #f9f9f9; border: 1px solid #aaa; padding: .2em; margin-bottom: 3px; font-size: 95%; width: auto;" | {| align=center style="background: #f9f9f9; border: 1px solid #aaa; padding: .2em; margin-bottom: 3px; font-size: 95%; width: auto;" | ||
− | | 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 notes - syntax and language - changes and py2/3|changes and py2/3]] · [[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]] | IO: [[Python usage notes/Networking and web|networking and web]] · [[Python usage notes/Filesystem stuff|filesystem]] | ||
Line 9: | Line 9: | ||
− | [[Python notes - | + | |
+ | [[Python usage notes - concurrency|Concurrency (threads, processes, more)]] · [[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]] | 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]] |
Latest revision as of 17:27, 28 April 2022
Syntaxish: syntax and language · changes and py2/3 · importing, modules, packages · iterable stuff · concurrency
IO: networking and web · filesystem Data: Numpy, scipy · pandas, dask · struct, buffer, array, bytes, memoryview · Python database notes Image, Visualization: PIL · Matplotlib, pylab · seaborn · bokeh · plotly
Concurrency (threads, processes, more) · joblib · pty and pexpect Stringy: strings, unicode, encodings · regexp · command line argument parsing · XML |