On 5/3/07, drag sidious <[EMAIL PROTECTED]> wrote: > I realy have no clue what I am doing. All this python web stuff is very > confusing and mystifying. It took me a few days of mucking around before > I found paste and I am just trying to get it working so that I can start > to play around with it.. but I can't even seem to do that.
What is your goal? If you're fascinated by good modular tools and want to build a site with a minimal framework, Paste is worth learning. But if you just want to get a website built without hassle, Pylons, Django, or TurboGears would be better bets. Pylons is built on top of Paste but handles the higher-level stuff needed by most applications, which in pure Paste you'd have to write yourself. -- Mike Orr <[EMAIL PROTECTED]> _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
