Difference between revisions of "Template:Pythonstuff"

From Helpful
Jump to: navigation, search
m
m
 
(46 intermediate revisions 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;" | Various things have their own pages, see [[:Category:Python|Category:Python]]. Some of the ''collection'' pages among them:
+
| 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_decorator_notes|decorators]] · [[Python usage notes - importing, modules, packages|importing, modules, packages]] · [[Python usage notes - iterable stuff|iterable stuff]] · [[Python usage notes - concurrency|concurrency]]
* [[Python notes - semi-sorted]]
+
* [[Python notes - snippets]] (shreds of possibly-useful code)
+
* [[Python notes - strings, unicode, encodings]]
+
* [[Python notes - syntax and language]]
+
* various usage notes: [[Python usage notes/Networking stuff|networking stuff]] - [[Python usage notes/Filesystem stuff|filesystem stuff]] - [[Python usage notes/Subprocess|subprocess]] - [[Python usage notes/Regexp stuff|regexp stuff]] - [[Python usage notes/Command line argument parsing|command line argument parsing]] - [[Python usage notes/Configuration file parsing|configuration file parsing]] - [[Python usage notes/Unsorted|unsorted]] -
+
[[Python usage notes/pty and pexpect|pty and pexpect]]
+
  
 +
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, dask|pandas, dask]] · [[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]]
 +
 +
 +
Tasky: [[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]] &#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]]
 +
 +
[[Python notes - date and time|date and time]]
 +
 +
 +
[[Python notebook notes|Notebooks]]
 +
 +
[[Python notes - speed, memory, debugging, profiling|speed, memory, debugging, profiling]] &#xB7; [[Python extensions]] &#xB7; [[Python notes - semi-sorted|semi-sorted]]
 
|}
 
|}

Latest revision as of 10:05, 16 August 2022

Syntaxish: syntax and language · changes and py2/3 · decorators · 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


Tasky: Concurrency (threads, processes, more) · joblib · pty and pexpect

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

date and time


Notebooks

speed, memory, debugging, profiling · Python extensions · semi-sorted