Differences between revisions 11 and 13 (spanning 2 versions)
Revision 11 as of 2005-09-12 13:46:28
Size: 1198
Comment:
Revision 13 as of 2007-04-22 03:15:38
Size: 2091
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
'''Python Web Programming'''
 '''Steve Holden'''
'''Note:''' ''Listed in reverse chronological order; this list is very far from being a complete list of Python web books; see also http://wiki.python.org/moin/ZopeBooks for a list of Zope books''

== CherryPy Essentials: Rapid Python Web Application Development ==
  Sylvain Hellegouarch

ISBN: ISBN:1904811841,
'''Packt Publishing''',
272 pages (March 2007)

Design, develop, test, and deploy your Python web applications easily: Walks through building a complete Python web application using CherryPy 3. Covers the CherryPy `HTTP:Python` interface, using CherryPy with other Python libraries, and design, security, testing, and deployment.

More info: http://www.packtpub.com/book/CherryPy

== Python Web Programming ==
  Steve Holden
Line 14: Line 27:
'''Web Programming in Python: Techniques for Integrating Linux, Apache and MySQL''' == Web Programming in Python: Techniques for Integrating Linux, Apache and MySQL ==
Line 17: Line 30:
ISBN: ISBN:0130410659
Prentice Hall,
450 pages
ISBN: ISBN:0130410659,
'''Prentice Hall''',
450 pages (October 2001)
Line 21: Line 34:
Explains how to build production-quality web applications with Python and other open source technology. The opening chapters introduce the Python language, the Linux operating system, Apache web server and network configuration, CGI programming, and MySQL database essentials. The second half of the book describes template processing with the Write``Processor, form processing with the Web``Form module, and the Slither application development framework. (Book News, Inc.®, Portland, OR) Explains how to build production-quality web applications with Python and other open source technology. The opening chapters introduce the Python language, the Linux operating system, Apache web server and network configuration, CGI programming, and MySQL database essentials. The second half of the book describes template processing with the Write``Processor, form processing with the Web``Form module, and the Slither application development framework. (Book News, Inc.®, Portland, OR).
Line 23: Line 36:
And the code maybe in sf.net = Coming soon =

== The Django Book ==
  Adrian Holovaty, John Kaplan-Moss

''Will be available soon! - but you can read the book online while its being created:'' http://www.djangobook.com

Note: Listed in reverse chronological order; this list is very far from being a complete list of Python web books; see also http://wiki.python.org/moin/ZopeBooks for a list of Zope books

CherryPy Essentials: Rapid Python Web Application Development

  • Sylvain Hellegouarch

ISBN: 1904811841, Packt Publishing, 272 pages (March 2007)

Design, develop, test, and deploy your Python web applications easily: Walks through building a complete Python web application using CherryPy 3. Covers the CherryPy HTTP:Python interface, using CherryPy with other Python libraries, and design, security, testing, and deployment.

More info: http://www.packtpub.com/book/CherryPy

Python Web Programming

  • Steve Holden

ISBN: 0735710902, New Riders, 691 pages (January 2002)

Aimed primarily at experienced programmers who have used other languages, it provides a concise introduction to the Python language, and then covers sockets, the Python database API, and the standard library. The book concludes by presenting a pure-Python web framework that can be used as the basis of the reader's own web applications.

Web Programming in Python: Techniques for Integrating Linux, Apache and MySQL

  • George K. Thiruvathukal, Thomas W. Christopher, John P. Shafaee

ISBN: 0130410659, Prentice Hall, 450 pages (October 2001)

Explains how to build production-quality web applications with Python and other open source technology. The opening chapters introduce the Python language, the Linux operating system, Apache web server and network configuration, CGI programming, and MySQL database essentials. The second half of the book describes template processing with the WriteProcessor, form processing with the WebForm module, and the Slither application development framework. (Book News, Inc.®, Portland, OR).

Coming soon

The Django Book

  • Adrian Holovaty, John Kaplan-Moss

Will be available soon! - but you can read the book online while its being created: http://www.djangobook.com

WebProgrammingBooks (last edited 2021-08-01 17:32:29 by alireza.azimzadeh.alimp5)

Unable to edit the page? See the FrontPage for instructions.