Pages
Me In Other Places
Planets
Archives
- January 2012
- November 2011
- October 2011
- August 2011
- March 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
Meta
-
Spam Trap
Tag Archives: Python
TUCS Launch
Friday was our the first meeting of the new UTAS Computing Society Executive, which incidentally, was the first under our new name (TUCS). Since then lots of progress has been made: We launched our new Website, www.tucs.org.au. We began planning … Continue reading
Case-insensitive String Replacement (in Python)
One feature that Python’s built-in string replacement facilities does not provide is case-insensitive string replacement. This is a reasonably useful construct (that I use fairly frequently in other languages, such as PHP), which I couldn’t find code for after Googling … Continue reading
Python Ugliness
UPDATED: The code I posted initially had a slight bug in it, this has since been fixed. There is another bug in this code, which is addressed at the end of the post. This is part two in a continuing … Continue reading
Python Prettiness
Whilst in Melbourne, and on the recommendation of Anthony Baxter (current Python release manager) I picked up a copy of O’Reilly’s Python Cookbook, it’s certainly a worthwhile read. In it, I found the most beautiful piece of Python code I’ve … Continue reading
Cool stuff for Python Coders
Today at Day 2 of LCA, I attened the Distro Summit for the first half of the day, and the Gaming Miniconf for the second part, this particular post is going to focus mostly upon the gaming talks, since it’s … Continue reading
XKCD Does Python
People who do not code in Python now have no excuse… XKCD has acknowledged Python. Hurrah!
NCSS 2008 (First Post)
Well, after a three-months-and-a-week delay, I’ve finally been invited to be a tutor at this year’s National Computer Science School, which is held at the School of Information Technologies at the University of Sydney (in Sydney). I was a student … Continue reading