From b3e8c781320bae3f988b611476ac0f802e1a3299 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 24 Nov 2012 02:51:20 +0100 Subject: codecs package --- software/python.page | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'software') 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)``. + -- cgit v1.2.3