Difference between revisions of "Template:Pythonstuff"

From Helpful
Jump to: navigation, search
m
m
Line 9: Line 9:
  
  
[[Python notes - Threads and processes|Threads and processes (threding, subprocess, multiprocessing)]] · [[Python usage notes/joblib|joblib]] · [[Python usage notes/pty and pexpect notes|pty and pexpect]]  
+
[[Python notes - Threads and processes|Threads and processes]] · [[Python usage notes/joblib|joblib]] · [[Python usage notes/pty and pexpect notes|pty and pexpect]]  
  
 
Stringy: [[Python notes - strings, unicode, encodings|strings, unicode, encodings]] &#xB7; [[Python usage notes/Regexp stuff|regexp]] &#xB7; [[Python usage notes/Command line argument parsing|command line argument parsing]] <!--&#xB7; [[Python usage notes/Configuration file parsing|configuration file parsing]]--> &#xB7; [[Python notes - XML|XML]]
 
Stringy: [[Python notes - strings, unicode, encodings|strings, unicode, encodings]] &#xB7; [[Python usage notes/Regexp stuff|regexp]] &#xB7; [[Python usage notes/Command line argument parsing|command line argument parsing]] <!--&#xB7; [[Python usage notes/Configuration file parsing|configuration file parsing]]--> &#xB7; [[Python notes - XML|XML]]

Revision as of 15:17, 6 April 2021

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


Threads and processes · joblib · pty and pexpect

Stringy: strings, unicode, encodings · regexp · command line argument parsing · XML

date and time

semi-sorted