Drumbeat/p2pu/courses/pythonwebservices: Difference between revisions

(Created page with '=Beginning Webservices with Python= Proposed by Jeff Hammell ==Course Description== Python (http://www.python.org) is a powerful, high-level programming language that is easy to …')
 
 
Line 1: Line 1:
=Beginning Webservices with Python=
=Beginning Webservices with Python=
Proposed by Jeff Hammell
Proposed by Jeff Hammel
==Course Description==
==Course Description==
Python (http://www.python.org) is a powerful, high-level programming language that is easy to learn and easy to make highly customizable web-sites and play with web technologies.  While for many enterprise-class sites, a complicated stack of technologies and integrated web frameworks may be required to achieve complex goals, using python and WebOb (http://pythonpaste.org/webob/) -- a basic request/response object -- allows a first-principles approach to understand the HTTP protocol and making a wide variety of web sites in a flexible manner.
Python (http://www.python.org) is a powerful, high-level programming language that is easy to learn and easy to make highly customizable web-sites and play with web technologies.  While for many enterprise-class sites, a complicated stack of technologies and integrated web frameworks may be required to achieve complex goals, using python and WebOb (http://pythonpaste.org/webob/) -- a basic request/response object -- allows a first-principles approach to understand the HTTP protocol and making a wide variety of web sites in a flexible manner.
947

edits