A Django site.
February 8, 2008

Dennis Muhlestein
nonic
All My Brain
» Is Pylons the Best Python Web Framework?

I've been playing with Python for close to two years now. I started out playing with Python when I had a need to develop web applications faster. I was getting rather bored with the additional development time that the thousands of lines of XML and the constant restarting of Tomcat that the Java, [...]

January 16, 2008

Dennis Muhlestein
nonic
All My Brain
» Virtual Hosting TurboGears Applications on Mac OS X Leopard

For a couple years now, I've been learning and applying various tricks for developing and hosting multiple Python web sites on my development machines. During that time, I made a migration to Mac OS X. Most setup files for python applications and libraries work out of the box on the Linux distributions I've [...]

January 4, 2008

Dennis Muhlestein
nonic
All My Brain
» Keeping a process running

Have you ever had a process that dies on occasion? For me, I hate that situation and prefer to fix the software as opposed to have a monitor that restarts the process when it dies. I’ve run into a case lately however, that has defied me for a solution to my dying process. [...]

December 21, 2007

Dennis Muhlestein
nonic
All My Brain
» YUI Image Uploader Example with TurboGears

After completing the YUI Image Uploader, I received a lot of requests for a working example. I didn’t originally create a working example, because that requires server functionality that this server didn’t have. I’ve remedied the situation and have completed an example with TurboGears. Of course, any server side language or framework [...]

February 23, 2007
» Web Framework Panel notes [pycon]

Here's some notes from the web framework panel at Pycon, discussing various attributes of the frameworks and why python tends to have so many frameworks. Web Framework Panel Discussion led by Titus Brown featuring: * Zope - Jim Fulton * Che