On Tue, 2012-01-03 at 17:55 -0800, Brent Lingle wrote: > I understand much better this time. I'm new to web development, so I > appreciate the time your taking to explain this. I definitely > misunderstood your first response. I'll rework this solution, then > post the code. Thanks again Branko! >
Don't be afraid to dig into web.py source code. Take a look at it, and if you don't understand how something works, take a bite of the Python documentation, google around, try to replicate small portions of it, and really try to understand it. It's very good code and great learning. -- Branko Vukelic <[email protected]> -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
