On 08/05/13 03:30, Sky Flyinz wrote:
Where can I find a  web programming python tutorial online either book?

How do you define web programming?
Do you mean building web sites? Or scraping web sites?
Or do you mean using web APIs?

There is a web programming HowTo on the python web site that will get you started but without context its hard to recommend anything.

At a general level the book Python Network Programming covers the basics.

  Are social media, email, live talk, and etc that called web
programming for browser?

They are all on the web and you can do programming on a browser but that's usually via JavaScript. Alternatively you can emulate a browser which is usually called web scraping. OTOH if you want to create a social media platform then that would be server side programming.

Its not clear what exactly you want to find out.

--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to