By epb on February 12, 2012
With a title like “Programmers should strive to Expand their Knowledge Bases” you’d think I was referring to things like OOP, DRY, and other acronyms. However, I am not. I’m not referring to learning additional programming languages or algorithms. I’m talking about learning things from other domains entirely. For example: science, knitting, cat photography, cat [...]
Posted in Programming |
By epb on October 14, 2011
It was mentioned that a sequel to Zombinanza has long been missing, and as a consequence Zombinanza 2 shall be attempted to be started to be made. Harass me if it doesn’t.
Posted in Games, Programming |
By epb on September 25, 2010
Was directed to a nifty tutorial regarding Python’s optparse, and how to use it to quickly create handy command-line utilities. Saves you the trouble of ever having to parse the command line. Check it out on IBM’s website: http://www.ibm.com/developerworks/aix/library/au-pythocli/ Summary taken from the article: Summary: If you work in IT, as a UNIX® Sysadmin, a [...]
Posted in Programming | Tagged outside_tutorials, python