Page Is Loding...

Archive for the ‘Python’ Category

编程入门: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 »

Python中的文本处理《Text Processing in Python》txt下载

Text Processing in Python》(Python中的文本处理)作者:David Mertz

Python中的文本处理《Text Processing in Python》txt下载

如果你想用 Python 进行文本处理的话,那么这本书将为你提供全面而有用的参考。

Python中的文本处理《Text Processing in Python》txt下载地址
下载地址

Category: Python | Tags: , | No Comments »

用python编写你自己的电脑游戏《Invent Your Own Computer Games with Python》PDF下载、在线阅读

用python编写你自己的电脑游戏Invent Your Own Computer Games with Python》作者:Albert Sweigart

用python编写你自己的电脑游戏《Invent Your Own Computer Games with Python》PDF下载、在线阅读

通过其它的书学习编程,你可能会感觉枯燥,但这一本不会。该书通过创建游戏的方式来教你学习 Python 编程,非常有趣。

用python编写你自己的电脑游戏《Invent Your Own Computer Games with Python》PDF下载、在线阅读
下载地址
在线阅读

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