I am using web.py at bank of america for making tools available to my team (40 ppl) from my computer through we interface. I use only the dispatcher, no templates, db, or form handler. It's been 3 years with no unplanned downtime. I integrate with graphviz for dynamic diagrams, and connect to mssql server through pyodbc.
Chris Mahan [email protected] (818) 671-1709 On Oct 28, 2013 3:23 PM, "W. Martin Borgert" <[email protected]> wrote: > On 2013-10-27 15:12, Anand Chitipothu wrote: > > I would like to know who is using web.py, what they like about it and > what > > features they wish to have. If you are using web.py for any of your > > projects, please let me know. > > I'm using web.py mainly for a web UI on an embedded system, that > is cherrypy, forms, session (in-memory), but neither db nor > templates. > > Given the memory and CPU constraints of the system, most people > would probably go for a C based framework, but Python in general > and web.py in particular are much easier to work with. > > > My wishlist: > > 1. The less changes, the better! web.py is nice as it is. > 2. Documentation needs true love. > 3. Keep the code clean, small, readable. > 4. I agree with (some of) your suggestions from 2013-05-16: > Python 3, 3rd party tool support, corrections for forms, and > sessions. > > Cheers > > -- > You received this message because you are subscribed to the Google Groups > "web.py" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/webpy. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/groups/opt_out.
