"Kent Johnson" <[EMAIL PROTECTED]> wrote

Anyway, it really is your choice. If your needs are simple, or you
want to learn how stuff works, you can use plain CGI or mod_python. If
you will need the features of a framework, you might be better off
starting with a framework.

I'd go so far as to say that its a good idea to write ONE web app
using CGI just to get a feel for it and to understand howmuch (or little)
a framework gives you. But to use CGI as your normal web tool would
be a bit like using assembler when you could use C or using C
when you could use python... Its possible but just a lot more work.

--
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to