Search
Pages
Archive
- December 2011 (1)
- January 2011 (4)
- November 2010 (1)
- September 2010 (4)
- June 2010 (1)
- March 2010 (1)
- December 2009 (2)
- August 2009 (1)
- July 2009 (1)
- June 2009 (4)
- February 2009 (1)
- November 2008 (1)
- October 2008 (2)
- May 2008 (4)
- April 2008 (13)
- March 2008 (4)
- January 2008 (8)
- December 2007 (2)
- November 2007 (3)
- October 2007 (4)
- August 2007 (3)
- July 2007 (7)
- June 2007 (2)
- May 2007 (3)
- April 2007 (8)
- March 2007 (12)
- February 2007 (7)
- January 2007 (2)
- December 2006 (3)
- November 2006 (7)
- October 2006 (7)
- September 2006 (20)
- August 2006 (5)
Recent Comments
art
blogroll
demo scene
friends
game dev
music
programming
ruby
Category Archives: python
Using autoreload with web.py
I tried using web.py today for a small project at work. The basic idea of the project is that a simple python script converts a tree of log files into a database file. The same script can be run to … Continue reading
Posted in python, webpy
Leave a comment
REPL to the rescue
From the book Practical Common Lisp “Debugging a program running on a $100M piece of hardware that is 100 million miles away is an interesting experience. Having a read-eval-print loop running on the spacecraft proved invaluable in finding and fixing … Continue reading
Posted in lisp, python, software development, tabula rasa
Leave a comment
A Simple Continuous Test Script in Python
I was working on an in-memory database prototype in python and decided I didn’t want to keep manually running the unit tests so I whipped up a little auto test script that I can run in another terminal. autotest.py It’s … Continue reading
Posted in programming, python
Leave a comment
Python Idioms
I’ve been learning more python lately and I found this collection of python idioms. It’s pretty handy to have them all explained so clearly in once place. Python is really a nice language for a variety of tasks. The performance … Continue reading
Posted in python
Leave a comment
Game Programming Experiments
Although I’ve been plenty busy at work lately I’ve still had some time to play with various game programming experiments on my Mac. XNA stuff is shelved for the time being until I get my laptop back online. I’ll list … Continue reading
Posted in d, game programming, osx, python
1 Comment