Re: Writing a simple python web app

2010-09-12 Thread Stuart Jansen
On Sun, 2010-09-12 at 10:00 -0600, Dave Smith wrote: > This app is ultimately destined for an embedded board running around > 600MHz. > 1. Can you point me to a good primer on getting started with Django without a > database? Just work through any Django tutorial. Pay attention to the part about

Re: Writing a simple python web app

2010-09-12 Thread Dave Smith
Lost of good feedback so far Some more info: This app is ultimately destined for an embedded board running around 600MHz. Right now it's running on an old beige Dell at 600Mhz with 92MB of RAM (on Slackware), which simulates the embedded environment pretty well. I created a Python web service

Re: Writing a simple python web app

2010-09-12 Thread Shane Hathaway
On 09/11/2010 03:40 PM, Dave Smith wrote: > I'm creating a very simple web application, and I want to use python. > My first guess was that mod_python would provide the easiest entry > point. Boy, was I wrong. All the mod_python tutorials spend 80% of > their time extolling the virtues of mod_pytho