[Tutor] web programming tutorials?

Alan Gauld alan.gauld at btinternet.com
Fri Apr 18 09:53:31 CEST 2008


"Che M" <pine508 at hotmail.com> wrote in message 
news:BAY105-W222C2E87BE08DEB36E3B4BE0E40 at phx.gbl...

> I was kind of hoping Alan Gauld's project would be updated
> for the tempting but not yet existent section on web programming.

I have been working on two web programming topics
(one client side, one server side) for over a year now.

UInfortunately I'm in the middle of a classic death march project
at work and just don't have any spare time to work on the tutorial
topics.

I wioll send you the introductory material that explains the
theory and a bit about parsing HTML, but for the server side
I don't have anything worth readiong yet.

That having been said one problem you face is that although
all of the server side frameworks share a lot of concepts
they all do things very differently. You really need to
understand the most basic CGI mechanism first but
then just pick a framework and work through its tutorials.

To understand CGI there are a lot of web tutorial, although
not in Python. But once you understand the concepts
 - which are pretty suimple - you can read the Python CGI
HowTo article and then move on to a framework.

HTH,


-- 
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