Blog Detail
technogeek
http://technogeek.org
Technogeek's focus is on the development of well written code in several different languages.
Recent Posts
Happy New Year
A new year is (almost) here, and with it a new Technogeek is on it’s way. I’ll have fresh content, and a new design to go with it. I hope everyone has a safe and happy new year!...
Know your (advanced) basics
Steve Yegge has a damn good post about why knowing how compilers work, I mean really work, can be one of the most import skills for any programmer. Personally I've only dabbled with compilers and I have to say that I agree with everything he says on...
Python 3000 information
Guido has a good chunk on information up on his blog about Python 3000's updates. There is a lot of good information here, though one thing which stuck to me was “Python 3.0 will break backwards compatibility”. I highly recommend anyone w...
Who does pirated software hurt?
The CEO of WebIS posted an open letter to warez users on Monday, explaining how pirating software not only hurts the people who make the software, but ultimately those who use it as well. ...
Dynamic Module Loading in Python
If you have a need to import a module in python and, for whatever reason, you will not know the name of the module until run-time, python provides the built-in __import__ function. This allows you to put the name of the module to be imported into a s...
Upgrade complete
I have upgraded technogeek.org to Wordpress 2.2. If you see any problems with the site please let me know. ...

