Difference between revisions of "Template:Pythonstuff"

From Helpful
Jump to: navigation, search
m
m
(13 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 pages that collect various practical notes include:
+
| 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]]
* Syntaxish: [[Python notes - syntax and language|syntax and language]] · [[Python usage notes - iterable stuff|iterable stuff]]
+
* 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 - Matplotlib, pylab|Matplotlib, pylab]] · [[Python usage notes - struct, buffer, array, bytes, memoryview|struct, buffer, array, bytes, memoryview]] · [[Python usage notes - PIL|PIL]]
+
* Processes: [[Python notes - threads/threading|threading]] · [[Python usage notes/Subprocess|subprocess]] · [[Python usage notes/Multiprocessing notes|multiprocessing]] · [[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 notes - semi-sorted|semi-sorted]]
+
  
 +
IO: [[Python usage notes/Networking and web|networking and web]] &#xB7; [[Python usage notes/Filesystem stuff|filesystem]]
 +
 +
Data: [[Python usage notes - Numpy, scipy|Numpy, scipy]] &#xB7; [[Python usage notes - pandas, dask|pandas, dask]] &#xB7; [[Python usage notes - struct, buffer, array, bytes, memoryview|struct, buffer, array, bytes, memoryview]] &#xB7; [[Python database notes]]
 +
 +
Image, Visualization: [[Python usage notes - PIL|PIL]] &#xB7; [[Python usage notes - Matplotlib, pylab|Matplotlib, pylab]] &#xB7; [[Python usage notes - seaborn|seaborn]] &#xB7;  [[Python usage notes - bokeh|bokeh]] &#xB7; [[Python usage notes - plotly|plotly]]
 +
 +
 +
[[Python notes - Threads and processes|Threads and processes]] &#xB7; [[Python usage notes/joblib|joblib]] &#xB7; [[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 notes - speed, memory, debugging, profiling|speed, memory, debugging, profiling]]
 +
 +
[[Python notes - semi-sorted|semi-sorted]]
 
|}
 
|}

Revision as of 12:31, 21 January 2022

Syntaxish: syntax and language · 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


Threads and processes · joblib · pty and pexpect

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

date and time

speed, memory, debugging, profiling

semi-sorted