CherryPy Essentials: Rapid Python Web Application Development

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvp
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.
http://rapidshare.com/files/32654426/1904811841.zip
http://depositfiles.com/files/894755
http://www.megaupload.com/?d=PE2EFPBU

你可能感兴趣的:(Python)