-
xkcd Python Comics
The greatest webcomic talks about the greatest programming language.PythonElectric SkateboardNew Pet7e3c7d9252d2619f75cf750bef0a456551e926c697934b87717125d0cd60c4b6bcea409d2e7476c75c5ca4bf45a75398... (continue reading) -
Announcing PyOhio - A Rockin' Mini-Conference
The official jazz:PyOhio, the first annual Python programming mini-conference for Ohio and surrounding areas, will take place Saturday, July 26, in Columbus, OH.The conference is... (continue reading) -
Class Naming Really Does Matter
Time and time again I see programmers making up nutball names for their domain objects. This makes it really hard to understand the code without... (continue reading) -
Google App Engine Blows My Mind
It seems like every time Google releases a product it's a game changer. Google App Engine is just another one of those products.GAE allows a... (continue reading) -
Measuring Cyclomatic Complexity Of Python Code
Complex code is hard to manage, hard to isolate and hard to unit test. For these reasons it is more difficult and costly to modify.... (continue reading)