Re: Web framework to recommend (don't use one, use Spyce instead)

2006-05-17 Thread Andy Sy
Jacky wrote: > Hi all, > > I just started learning Python and would like to starting writing some > web-based applications with Python. > > I did have pretty much experience with doing so with PHP and Java, but > Python seems a bit different for me. > > Do you guys have some good web framework

Re: Web framework to recommend

2006-05-15 Thread Miki
Hello Jacky, I found CherryPy + Cheeta a good solution. See (shameless plug) http://www.unixreview.com/documents/s=10075/ur0604h/ Miki http://pythonwise.blogspot.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Web framework to recommend

2006-05-15 Thread bruno at modulix
Jacky wrote: > Hi all, > > Thanks all of you for your recommendations, I'll check them out one by one. > > Besides, I'd like to say more about what I want to do. Since I'm > planning to write something for "backend", I might not focus very much > on the layout (HTML template) yet. Instead, I'd

Re: Web framework to recommend

2006-05-15 Thread Jacky
Hi all, Thanks all of you for your recommendations, I'll check them out one by one. Besides, I'd like to say more about what I want to do. Since I'm planning to write something for "backend", I might not focus very much on the layout (HTML template) yet. Instead, I'd like to receive inputs i

Re: Web framework to recommend

2006-05-15 Thread BLeAm
Hi Jacky, Even though Turbogears and Django are focused from many people, and I'm not so sure whether this the best or not, but let's check at http://spyce.sourceforge.net, you can embed Python script into the page just like JPS,ASP,PHP. Hope this help. Cheers! -- http://mail.python.org/mailma

Re: Web framework to recommend

2006-05-15 Thread Sybren Stuvel
Jacky enlightened us with: > I just started learning Python and would like to starting writing > some web-based applications with Python. You could check out my web framework, the UnrealTower Engine. It uses Cheetah as template engine, it's fast and small - it doesn't get in your way. http://www.

Re: Web framework to recommend

2006-05-15 Thread bruno at modulix
Jacky wrote: > Hi all, > > I just started learning Python and would like to starting writing some > web-based applications with Python. > > I did have pretty much experience with doing so with PHP and Java, but > Python seems a bit different for me. > > Do you guys have some good web framework t

Re: Web framework to recommend

2006-05-15 Thread jdec
Hi, Jacky Please find below a link to the tool you're looking for : http://karrigell.sourceforge.net/ It's small, easy to install and work with, good documented (In english an in french). The developper is also very reactive on questions / remarks. I'm using it since more than 1 year without tr

Re: Web framework to recommend

2006-05-15 Thread .
Hi Jacky, if you want make a good experiment, you can use: LocaWapp - localhost web applications http://cheeseshop.python.org/pypi/LocaWapp/09 Post here your feedback. Bye and good work D. Jacky ha scritto: > Hi all, > > I just started learning Python and would like to starting writing some >