Python Web Programming

Steve Holden

  • 出版商: New Riders
  • 出版日期: 2002-01-18
  • 售價: $2,000
  • 貴賓價: 9.5$1,900
  • 語言: 英文
  • 頁數: 720
  • 裝訂: Paperback
  • ISBN: 0735710902
  • ISBN-13: 9780735710900
  • 相關分類: Python程式語言
  • 已過版

買這商品的人也買了...

商品描述

Python Web Programming is a practical introduction to building networked systems in the object-oriented framework of the Python language. It shows how to leverage the powerful Python libraries to build systems with less programming effort and easier maintenance. It leaves involved discussion of the Python language by itself to other books and dives right into using Python within web enables applications.

This book is intended for programmers who have experience with other programming languages (such a C or C++) and has some experience with building web-based systems. It is for the serious programmer who does not want a basic introductory to the language.

All code developed in the book will be available on the newriders.com website. This is an incredible asset because the Python language allows for modular programming between systems, thus readers in their projects can use code created in the book.

Table of Contents

I. WHY PYTHON, AND HOW?

1. The Python Language.
2. An Introduction to Python.
3. Object-Orientation.

II. NETWORK PROGRAMMING IN PYTHON.

4. Client/Server Concepts.
5. Available Client Libraries.
6. A Server Framework Library.
7. Asynchronous Services.

III. DATABASE PROGRAMMING IN PYTHON.

8. Relational Database Principles.
9. Client/Server Database Architectures.
10. The Python Database Interface.
11. Adapting the Python Interface to Database Products.

IV. XML AND PYTHON.

12. A Bird's-Eye View of XML.
13. XML Processing.
14. SAX: The Simple API for XML.

V. INTEGRATED WEB APPLICATIONS IN PYTHON.

15. Building Small, Efficient Python Web Systems.
16. Web Application Frameworks.
17. AWeFUL: An Object-Oriented Web Site Framework.
18. A Web Application- PythonTeach.com.

VI. APPENDIXES.

Appendix A. Changes Since Python 2.0.
Appendix B. Glossary.
Index.