Monthly Archives: December 2007

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

The Best Way to Learn – Use the Source

Once again I have found the best way to learn is to go to the source. If you really want to learn something you have to find dig into the implementation, read the classics and seek out the originators. In … Continue reading

Posted in lisp, programming | Leave a comment