2 Posts Tagged 'Python_sucks' RSS

Python considered super harmful

Recently I was again faced with the task of maintaining and debugging someone's old Python code at work, with classes that make heavy use of super. Little did I realize that super in Python is the product of a madman. This article explains how it "works" (I use the term loosely) in Python.

August 22, 2007 @ 7:07 AM PDT
Cateogory: Programming

Python

Every time I have to debug, read, or acknowledge the existence of someone's Python code, I want to punch myself in the face repeatedly until I lose consciousness.

June 21, 2007 @ 8:26 AM PDT
Cateogory: Programming