Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12715
| From | Paul Kölle <paul@subsignal.org> |
|---|---|
| Subject | Re: Need advice on Web / Database framework... |
| Date | 2011-09-03 20:59 +0200 |
| References | <21960A6D-CD06-4F0C-AC35-8D176E964B38@schollnick.net> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.744.1315076403.27778.python-list@python.org> (permalink) |
Hi, Am 03.09.2011 16:11, schrieb Benjamin Schollnick: > Folks, > > I need some advice on a python web& database framework to use...? Hardest question ever ;) > > I have handcrafted a sqllite3 python script, that is a basic web > application, interfacing with a sqlite3 database... > > But I am concerned at the thought of handcrafting a administration > interface, and so forth. If you are not familiar with the various pitfalls of web security I'd recomment a framework which has all the layers already integrated. Take a look at http://www.web2py.com, I think it's quite powerful and has good documentation. If you want to get your hands dirty you can compose your own "framework" cherrypy+sqlalchemy+cheetah might be a good combination. hth Paul
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Need advice on Web / Database framework... Paul Kölle <paul@subsignal.org> - 2011-09-03 20:59 +0200
csiph-web