[Tutor] python web documentation ( without frameworks?)

Alan Gauld alan.gauld at btinternet.com
Thu Jun 26 02:29:50 CEST 2008


"Kent Johnson" <kent37 at tds.net> 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 




More information about the Tutor mailing list