Good Test, Bad TestSome good guidelines on unit testing.#programming#blag#python·late.am·Jun 13, 2015Good Test, Bad Test
The programming talent myth [LWN.net]Thinking our talent is bimodal, instead of normal, hurts everyone in the field.#programming#python#sexism·lwn.net·Jun 2, 2015The programming talent myth [LWN.net]
Guido van Rossum answers: Why does Python use 0-based indexing? http://bit.ly/1alL6tmI love when it comes down to lazy programmers saving keystrokes.#python#blag#programming#history·bit.ly·Oct 25, 2013Guido van Rossum answers: Why does Python use 0-based indexing? http://bit.ly/1alL6tm
A Guide to Python's Magic Methods « rafekettler.comUseful! I knew a lot of these, but there are a few I've never had reason to use.#python#tutorial#programming·rafekettler.com·Sep 2, 2013A Guide to Python's Magic Methods « rafekettler.com
Getting ipython notebook running on Windows 7Just skip the mathlib install and this works fine under Cygwin.#python#howto#via:fwph#stupidwindowstricks·jaket.is-a-geek.com·Apr 9, 2013Getting ipython notebook running on Windows 7
Thug mentality: How two dick jokes exploded into DDoS and death threatsAwful story.#theverge#sexism#anonymous#python#bullying·theverge.com·Mar 22, 2013Thug mentality: How two dick jokes exploded into DDoS and death threats
inflect 0.2.1 : Python Package IndexUseful for English plural handling.#python#linguistics#software·pypi.python.org·Apr 4, 2012inflect 0.2.1 : Python Package Index
mongodb/how-to-query-a-random-row-using-pymongo - foxhop.netQuick recipe for selecting a random collection document with PyMongo.#python#mongodb#howto#randomness·foxhop.net·Mar 20, 2012mongodb/how-to-query-a-random-row-using-pymongo - foxhop.net
Customize Virtualenvwrapper for Fun and Profit « late.amPlaying around with this. Thanks, Danxxor.#blag#howto#python#shellconfiguration#via:lazlofruvous·late.am·Feb 29, 2012Customize Virtualenvwrapper for Fun and Profit « late.am
Installation of mwlib — mwlib 0.13 documentationSwitching to the latest version of gcc worked.#python#documentation#wikipedia·mwlib.readthedocs.org·Feb 22, 2012Installation of mwlib — mwlib 0.13 documentation
Re-raising ExceptionsIan Bicking gives an explanation for the right and wrong ways to re-raise an exception in Python while maintaining the traceback.#python#blog#howto#errorhandling·blog.ianbicking.org·Jul 14, 2009Re-raising Exceptions
PEP 8 -- Style Guide for Python CodePython style guide. I have a couple of bad habits with spacing that I probably won't change, and some habits with package/module/class naming conventions that I really should change.#python#programming·python.org·Jul 4, 2009PEP 8 -- Style Guide for Python Code
16.4. optparse — More powerful command line option parser — Python v2.6.2 documentationI'm switching over from getopt; this seems more powerful, and also more Pythonic.#python#programming#reference·docs.python.org·Jun 6, 200916.4. optparse — More powerful command line option parser — Python v2.6.2 documentation
Tutorial on Python Iterators and GeneratorsGood introduction to writing iterator and generator classes, including for file I/O.#python#tutorial#programming#pdf·heather.cs.ucdavis.edu·Jun 6, 2009Tutorial on Python Iterators and Generators
Python 2.6 fails on compilingThis patch seemed to get Python 2.6.1 to compile on Mac OS X as a Universal Framework for me.#python#osx#howto·mail.python.org·Jan 27, 2009Python 2.6 fails on compiling
Re: Huge problem gettng MySQLdb to work on my mac mini running MacosxBuild hints from Geert for getting MySQL and MySQLdb for Python working on 10.5. Yay 64-bit?#howto#python#mysql#osx·opensubscriber.com·Jan 27, 2009Re: Huge problem gettng MySQLdb to work on my mac mini running Macosx
Installing Python MySQLdb 1.2.2 on Mac OS XI followed this guide to get a MySQLdb module, required by Django, installed for Leopard Python 2.5.#python#osx#mysql#howto#django·mangoorange.com·Jan 27, 2009Installing Python MySQLdb 1.2.2 on Mac OS X
lxmlPythonic bindings for libxml2/libxslt; look at these for work#xml#python#software#opensource#work·codespeak.net·Aug 25, 2008lxml
Python Call GraphOo, a Doxygen for Python.#programming#python#codingtools#software#opensource·pycallgraph.slowchop.com·Apr 30, 2008Python Call Graph
The Django BookI think I want to learn Django, both to enhance my Python knowledge and to do some nifty stuff.#webservices#reference#programming#python#django·djangobook.com·Apr 11, 2008The Django Book