-
Python基础教程
本书是经典教程的全新改版,作者根据Python 3.0版本的种种变化,全面改写了书中内容,做到既能“瞻前”也能“顾后”。本书层次鲜明、结构严谨、内容翔实,特别是在最后几章,作者将前面讲述的内容应用到了10个引人入胜的项目中,并以模板的形式介绍了项目的开发过程。本书既适合初学者夯实基础,又能帮助Python程序员提升技能,即使是 Python方面的技术专家,也能从书里找到令你耳目一新的东西。 -
Python 编程金典
本书由全球著名的程序语言培训专家精心编著,解释了如何将Python用作常规用途,编写多层、客户机/服务器结构、数据库密集型、基于Internet和Web的应用程序。书中采用作者独创的“活代码”教学方式,层层揭示了Python这一程序设计语言的强大功能,并通过穿插在全书各处的屏幕输出和编程技巧与提示,帮助读者搭建良好的知识结构、养成良好的编程习惯、避免常见的编程错误以及写出高效、可靠的应用程序。 -
Python 编程金典
本书由全球著名的程序语言培训专家精心编著,解释了如何将Python用作常规用途,编写多层、客户机/服务器结构、数据库密集型、基于Internet和Web的应用程序。书中采用作者独创的“活代码”教学方式,层层揭示了Python这一程序设计语言的强大功能,并通过穿插在全书各处的屏幕输出和编程技巧与提示,帮助读者搭建良好的知识结构、养成良好的编程习惯、避免常见的编程错误以及写出高效、可靠的应用程序。 -
Dive Into Python 3
Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 (the latest version of the Python language) and its differences from Python 2. As in the original book, Dive Into Python, each chapter starts with a real, complete code sample, proceeds to pick it apart and explain the pieces, and then puts it all back together in a summary at the end. This book includes: * Example programs completely rewritten to illustrate powerful new concepts now available in Python 3: sets, iterators, generators, closures, comprehensions, and much more * A detailed case study of porting a major library from Python 2 to Python 3 * A comprehensive appendix of all the syntactic and semantic changes in Python 3 This is the perfect resource for you if you need to port applications to Python 3, or if you like to jump into languages fast and get going right away. What you'll learn * Understand Python 3 code by seeing it broken down and explained * Make full use of the latest Python features such as iterators, generators, closures, classes and comprehensions * Refactor existing code to improve maintainability * Learn how to serialize Python objects with the pickle protocol and JSON format * Learn how to package your own Python libraries and upload them to the Python Package Index to share your projects with Python developers worldwide * Use Python 3 to consume HTTP web services * Port existing Python applications to Python 3 by following a case study for a major library Who is this book for? * Anyone who wants to learn the latest version of Python in a fast, hands-on fashion * Existing Python programmers who want to learn quickly how to make the most of the features of the latest version of Python and port their code to it * Programmers coming from other languages wanting a fast introduction to Python that gets them thinking about advanced concepts quickly -
Dive Into Python 3
Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 (the latest version of the Python language) and its differences from Python 2. As in the original book, Dive Into Python, each chapter starts with a real, complete code sample, proceeds to pick it apart and explain the pieces, and then puts it all back together in a summary at the end. This book includes: * Example programs completely rewritten to illustrate powerful new concepts now available in Python 3: sets, iterators, generators, closures, comprehensions, and much more * A detailed case study of porting a major library from Python 2 to Python 3 * A comprehensive appendix of all the syntactic and semantic changes in Python 3 This is the perfect resource for you if you need to port applications to Python 3, or if you like to jump into languages fast and get going right away. What you'll learn * Understand Python 3 code by seeing it broken down and explained * Make full use of the latest Python features such as iterators, generators, closures, classes and comprehensions * Refactor existing code to improve maintainability * Learn how to serialize Python objects with the pickle protocol and JSON format * Learn how to package your own Python libraries and upload them to the Python Package Index to share your projects with Python developers worldwide * Use Python 3 to consume HTTP web services * Port existing Python applications to Python 3 by following a case study for a major library Who is this book for? * Anyone who wants to learn the latest version of Python in a fast, hands-on fashion * Existing Python programmers who want to learn quickly how to make the most of the features of the latest version of Python and port their code to it * Programmers coming from other languages wanting a fast introduction to Python that gets them thinking about advanced concepts quickly -
Python核心编程(第二版)
本书是Python开发者的完全指南——针对 Python 2.5全面升级 ·学习专业的Python风格、最佳实践和好的编程习惯; ·加强对Python对象、内存模型和Python面向对象特性的深入理解; ·构建更有效的Web、CGI、互联网、网络和其他客户端/服务器架构应用程序及软件; ·学习如何使用Python中的Tkinter和其他工具来开发自己的GUI应用程序及软件; ·通过用C等语言编写扩展来提升Python应用程序的性能,或者通过使用多线程增强I/0相关的应用程序的能力; ·学习Python中有关数据库的API,以及如何在Python中使用各种不同的数据库系统,包括MySQL、Postgres和 SQLite。