Difference between revisions of "Template:Pythonstuff"
From Helpful
m |
m |
||
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;" | Various things have their own pages, see [[:Category:Python|Category:Python]]. Some of the ''collection'' pages among them: | ||
− | |||
* [[Python notes - semi-sorted]] | * [[Python notes - semi-sorted]] | ||
* [[Python notes - snippets]] (shreds of possibly-useful code) | * [[Python notes - snippets]] (shreds of possibly-useful code) | ||
* [[Python notes - strings, unicode, encodings]] | * [[Python notes - strings, unicode, encodings]] | ||
* [[Python notes - syntax and language]] | * [[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]] |
|} | |} |
Revision as of 17:54, 29 June 2012
Various things have their own pages, see Category:Python. Some of the collection pages among them:
|