Dup Goto 📝

PythonStuff

PT2/lang/python/old-notes 10-17 14:11:30
To Pop
59 lines, 132 words, 1124 chars Tuesday 2023-10-17 14:11:30

contents

Random python snippets and stuff

== Convenience For small scripts (/aw//not// large projects), I do {{from conv import *}}, and have a single conv.py script to do my standard imports. See ConvPy for this.

== String Manipulation and Formatting

== Subprocess

== Idioms

== Recipes

== My Python Scripts

== Modules

== Frameworks

== Xonsh Xonsh is a handy python-based shell.

== Databases

== Misc stuff

== Pgen password generator

== Convenience defs

== Image manipulation

== Links