Page Is Loding...

Archive for the ‘Python’ Category

Learn Python The Hard Way

想深究 Python 编程艺术?Zed A. Shaw 的 “Learn Python The Hard Way” 一本书或许可以帮助您。

与其他书籍不同,该书强调的练习的重要性,基本上可以看作是一本帮助提高 Python 编程技巧、深入原理的习题集。

Learn Python The Hard Way

该书目前已经发展到第二版,电子版仅售 $2.99 。

书籍主页

在线免费阅读

Category: Python | Tags: , | No Comments »

《Dive into Python 3》中文版下载

Dive Into Python 是一份很知名的 Python 入门教程,由 Mark Pilgrim 编写,用户可以免费获取电子版本,而中文版则由啄木鸟社区翻译发布。

Dive into Python 3》为 Mark Pilgrim 针对所著原书《Dive into Python》面向 Python 3 进行的更新,与原书相比,“它 20% 的内容进行了修订,80% 的内容是全新的”。在啄木鸟社区的努力下,该书最终有了中文版本。

《Dive into Python 3》中文版下载

《Dive into Python 3》中文版下载地址

英文版

中文版

 

Category: Python | Tags: , , , , | No Comments »

编程入门:Python语言入门指南《Head First Programming:A Learner’s Guide to Programming Using the Python Language》

书名:Head First Programming:A Learner’s Guide to Programming Using the Python Language
中文名:编程入门:Python语言入门指南
作者:Griffiths David, Barry Paul
出版:O’Reilly Media 2009
ISBN:0596802374
格式:PDF 电子书;12MB;440页

编程入门:Python语言入门指南《Head First Programming:A Learner’s Guide to Programming Using the Python Language》

Looking for a reliable way to learn how to program on your own, without being overwhelmed by confusing concepts? Head First Programming introduces the core concepts of writing computer programs — variables, decisions, loops, functions, and objects — which apply regardless of the programming language. This book offers concrete examples and exercises in the dynamic and versatile Python language to demonstrate and reinforce these concepts.

Learn the basic tools to start writing the programs that interest you, and get a better understanding of what software can (and cannot) do. When you’re finished, you’ll have the necessary foundation to learn any programming language or tackle any software project you choose.

With a focus on programming concepts, this book teaches you how to:

Understand the core features of all programming languages, including: variables, statements, decisions, loops, expressions, and operators
Reuse code with functions
Use library code to save time and effort
Select the best data structure to manage complex data
Write programs that talk to the Web
Share your data with other programs
Write programs that test themselves and help you avoid embarrassing coding errors

We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First Programming uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

编程入门:Python语言入门指南《Head First Programming:A Learner’s Guide to Programming Using the Python Language》免费PDF电子书下载
下载地址1
下载地址2

Category: Python | Tags: , , | No Comments »

Pylons权威指南《The Definitive Guide to Pylons》PDF下载、在线阅读

Pylons权威指南The Definitive Guide to Pylons》作者:James Gardner

Pylons权威指南《The Definitive Guide to Pylons》PDF下载、在线阅读

相对于 Django权威指南 的另一个 Web 框架 Pylons 的权威指南。

ISBN: 1590599349
页数: 568
格式:PDF电子书
大小:3,55 MB

Spurred by the enormous popularity of Ruby on Rails, web frameworks have revolutionized the way developers of all programming languages tackle the often complex task of web application development. Some of the most exciting activity in this area can be seen in the Python community, one of the wildly popular frameworks to enter the fray being Pylons (http://pylonshq.com/).

Cofounder and lead developer James Gardner brings you a comprehensive introduction to Pylons, the web framework that uses the best of Ruby, Python, and Perl and the emerging WSGI standard to provide structure and flexibility. With expert guidance from the author, you’ll learn how to create your own Pylons–driven web site using SQLAlchemy and FormEncode and attain the mastery of advanced Pylons features, such as internationalization and localization, packaging and deployment.
What you’ll learn
Install and configure Pylons, and create your first Pylons–driven web application.
Take advantage of Pylons’ built–in support for advanced features such as session management, web services, and Ajax.
Develop your web applications in the most efficient way possible through test–driven development, logging, testing.
Wield the true power of Pylons through its extension capabilities, unique support for WSGI, and the ability to integrate with other popular frameworks such as Django.

Who is this book for?

Python developers seeking to take advantage of a web framework

Pylons权威指南《The Definitive Guide to Pylons》PDF下载、在线阅读
下载地址1
下载地址2
下载地址3
在线阅读

Category: Python | Tags: , , , | No Comments »

Django权威指南《The Definitive Guide to Django:Web Development Done Right》PDF下载、在线阅读

Django权威指南The Definitive Guide to Django: Web Development Done Right

作者:Adrian Holovaty, Jacob Kaplan-Moss

Django权威指南《The Definitive Guide to Django:Web Development Done Right》PDF下载、在线阅读

Django 是基于 python 的 Web 框架的权威指南。

Django, the Python-based equivalent to the Ruby on Rails web development framework, is presently one of the hottest topics in web development today. In The Definitive Guide to Django: Web Development Done Right, Adrian Holovaty, one of Django’s creators, and Django lead developer Jacob Kaplan-Moss show you how they use this framework to create award-winning web sites. Over the course of three parts, they guide you through the creation of a web application reminiscent of chicagocrime.org.

The first part of the book introduces Django fundamentals like installation and configuration. You’ll learn about creating the components that power a Django-driven web site. The second part delves into the more sophisticated features of Django, like outputting non-HTML content (such as RSS feeds and PDFs), plus caching and user management. The third part serves as a detailed reference to Django’s many configuration options and commands. The book even includes seven appendixes for looking up configurations options and commands. In all, this book provides the ultimate tutorial and reference to the popular Django framework.

Django权威指南《The Definitive Guide to Django:Web Development Done Right》PDF下载、在线阅读
下载地址1
下载地址2
在线阅读

Category: Python | Tags: , , , | No Comments »