News

Programming computers used to be harder. Don’t get us wrong — today, people tend to solve harder problems with computers, but the fundamental act of programming is easier. We have high-level languages ...
Not every programmer likes creating GUI code. Most hacker types don’t mind a command line interface, but very few ordinary users appreciate them. However, if you write command line programs in Python, ...
I'm about 98% done building an app for parsing a certain network vendor's XML dumps, and need some help with group objects I know I should have used etree, but minidom seemed too straight forward to ...