CherryPy Essentials: Rapid Python Web Application Development
Sylvain Hellegouarch
- 出版商: Packt Publishing
- 出版日期: 2007-03-31
- 售價: $1,550
- 貴賓價: 9.5 折 $1,473
- 語言: 英文
- 頁數: 272
- 裝訂: Paperback
- ISBN: 1904811841
- ISBN-13: 9781904811848
-
相關分類:
Python
無法訂購
買這商品的人也買了...
-
$1,860$1,767 -
$480$374 -
$550$429 -
$450$383 -
$1,200$948 -
$600$474 -
$788Rapid Web Applications with TurboGears: Using Python to Create Ajax-Powered Sites
-
$720$612 -
$290$226 -
$1,200$948 -
$600$480 -
$720$612 -
$620$484 -
$520$442 -
$680$578 -
$620$558 -
$380$323 -
$700$553 -
$750$638 -
$580$458 -
$520$442 -
$530$199 -
$580$458 -
$550$468 -
$680$537
商品描述
Description:
This book covers the CherryPy library for Python web development from its history and installation through its main features and core concepts to its integration with Python and other products to construct, test, and deploy a sample photoblog application. The author Sylvain Hellegouarch is dedicated to the development of free software projects and has been coordinating and administrating the community efforts around the CherryPy project since 2004. The approach based on an example application introduces many other common Python libraries, providing transferable skills also relevant for non-web Python projects.
CherryPy is a Python library for web development that allows developers to build web applications in the same way as any other object-oriented Python program. Enriched by several years of active development, it has become one of the most established toolkits for building solid and high-performance web applications in Python. CherryPy abstracts the complex low-level HTTP protocol into an easy-to-use interface that respects Python idioms. The library aims at being simple to learn for a beginner while offering the most advanced features to fluent Python developers. For these reasons CherryPy was chosen to be at the heart of the popular and feature-rich TurboGears web framework. CherryPy-powered web applications are stand-alone Python applications with their own embedded multi-threaded web server, but can also run behind Apache or IIS for scalability.