diff options
Diffstat (limited to 'software')
-rw-r--r-- | software/python.page | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/software/python.page b/software/python.page index 116ec6a..abf145e 100644 --- a/software/python.page +++ b/software/python.page @@ -67,3 +67,11 @@ http://packages.python.org/distribute/setuptools.html#automatic-script-creation For debian packaging, use [stdeb](http://pypi.python.org/pypi/stdeb) (via [stackoverflow thread](http://stackoverflow.com/questions/7110604/standard-way-to-create-debian-packages-for-distributing-python-programs)). + +"Fucking" String Encoding +--------------------------- +(str/unicode errors in python are very prevalent and give me the rage) + +The ``codecs`` package has some helpers; see for example +``open(f,mode,encoding)``. + |