Re: Newer than a Newbe
linuxfreak wrote: > Look at Karrigell. Its a web framework for Python > > http://karrigell.sourceforge.net I second this suggestion. Karrigell is a pleasure to work with and I'm sure it will appeal any python fun who dare to play with it. I also hope Pierre (its developer) lose some of his modesty and start to show off this beatifull framework :-) because so far, he's been reluctant to promote it until he is 100% sure it's mature and stable (it's been ready for a long time though). -- http://mail.python.org/mailman/listinfo/python-list
Re: Newer than a Newbe
gene tani wrote: > Truthfully, the number of frameworks is staggering, tho some are > specialized for blogs/wiki, search engine, PIM, etc. [snip massive yet even so incomplete list] It's called biodiversity and, while generally this is a good thing, I think it's high time for some of these Python web frameworks to start mating and having nice little baby web frameworks which keep all the good genes and dispense with the bad. :-) Actually, I strongly suspect this is already happening, as there are clear signs the latest generation of frameworks is quite a bit more sophisticated than the earlier ones. So... does anyone have a nice framework with TLS and sessions support, which they'd like to rent out for stud? ;-) -Peter -- http://mail.python.org/mailman/listinfo/python-list
Re: Newer than a Newbe
Truthfully, the number of frameworks is staggering, tho some are specialized for blogs/wiki, search engine, PIM, etc. http://www.colorstudy.com/docs/shootout.html http://pythonology.org/howto http://aspn.activestate.com/ASPN/Cookbook/Python?kwd=Web http://www.awaretek.com/tutorials.html#web http://www.personal.psu.edu/staff/i/u/iua1/python_reviews.html http://subway.python-hosting.com/ http://snakelets.sourceforge.net/ http://www.cherrypy.org/ http://spyce.sourceforge.net/ http://www.mems-exchange.org/software/quixote/ http://mail.python.org/pipermail/medusa-dev/2003/000843.html http://www.awaretek.com/tutorials.html#firedrop http://www.webwareforpython.org/ http://wiki.webwareforpython.org/thiswiki.html http://moinmoin.wikiwikiweb.de/ http://webservices.xml.com/pub/a/ws/2003/05/13/email.html http://www.oreillynet.com/pub/au/1099 http://www.divmod.org/Home/Projects/Lupy/ -- http://mail.python.org/mailman/listinfo/python-list
Re: Newer than a Newbe
None wrote: > Hello, > I am just starting to look into python.I have been prog with php for > several years.My question is: > Can/Is Python used as a web scripting language Yes, definitively. There are in fact almost too many web-programming solutions in Python, from the good ole cgi to the full-blown web application server. >, and if so do many hosts > support it? No. > Thanks You're welcome !-) -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list
Re: Newer than a Newbe
Look at Karrigell. Its a web framework for Python http://karrigell.sourceforge.net -- http://mail.python.org/mailman/listinfo/python-list
Re: Newer than a Newbe
http://www.python.org/cgi-bin/moinmoin/PythonHosting -- http://mail.python.org/mailman/listinfo/python-list
Newer than a Newbe
Hello, I am just starting to look into python.I have been prog with php for several years.My question is: Can/Is Python used as a web scripting language , and if so do many hosts support it? Thanks Mike -- http://mail.python.org/mailman/listinfo/python-list