The goal of these Gists is for me to have a place to look up all things Python so I can stop trying to use Perl or Ruby syntax when writing Python code. Hopefully they will be useful to other people as well.
-
[Setting up environment] (https://gist.github.com/vpayno/6338724)
-
[Numbers] (https://gist.github.com/vpayno/6338220)
-
[Strings] (https://gist.github.com/vpayno/6847374)
-
[Regex] (https://gist.github.com/vpayno/6847398)
-
[Date & Time] (https://gist.github.com/vpayno/6837591)
-
[Logic] (https://gist.github.com/vpayno/6837613)
-
[Loops] (https://gist.github.com/vpayno/6837617)
-
[Functions] (https://gist.github.com/vpayno/6837623)
-
[Classes] (https://gist.github.com/vpayno/6837633)
-
[Modules] (https://gist.github.com/vpayno/6837635)
-
[Decorators] (https://gist.github.com/vpayno/6837641)
-
[File I/O] (https://gist.github.com/vpayno/6837605)
-
[Struct] (https://gist.github.com/vpayno/6858645)
-
[File Systems] (https://gist.github.com/vpayno/6863473)
-
[Modules] (https://gist.github.com/vpayno/6837635)
os []