under construction

under construction

Think Stats: Probability and Statistics for Programmers

Title: Think Stats: Probability and Statistics for Programmers
Author: Allen B. Downey

Description: If you know how to program, you have the skills to turn data into knowledge using the tools of probability and statistics. This concise introduction shows you how to perform statistical analysis computationally, rather than mathematically, with programs written in Python.
Format: PDF, Online, html
Price: Free
Download from the Source
Source: http://greenteapress.com/thinkstats/

Invent Your Own Computer Games with Python, 2nd Edition

Title: Invent Your Own Computer Games with Python, 2nd Edition
Author: Albert Sweigart

Description: Invent Your Own Computer Games with Python is a book that teaches you how to program computer games in the Python programming language. Each chapter gives you the complete source code for a new game, and then teaches the programming concepts from the example.
Format: PDF, Online, html

Price: Free
Download from the Source
Source: http://inventwithpython.com/

Start Here: Python Programming for Beginners

Title: Start Here: Python Programming for Beginners
Author: Jody Scott Ginther

Description: Start Here: Python Programming for Beginners is a book for the total beginner who is interested in programming. It teaches the new programmer from ground zero through hands-on exercises.
Format: Multi, Zip
Price: Free
Download from the Source
Source: http://www.toonzcat.com/book.html

Computational Modeling and Complexity Science: Python Edition

Title: Computational Modeling and Complexity Science: Python Edition
Author: Allen Downey

Description: This book is about data structures and algorithms, intermediate programming in Python, complexity science and the philosophy of science.
Format: PDF

Price: Free
Download from the Source
Source: http://www.greenteapress.com/compmod/downey08compmod.pdf

The Definitive Guide to Django: Web Development Done Right, 2nd edition

Title: The Definitive Guide to Django: Web Development Done Right, 2nd edition
Author: Adrian Holovaty and Jacob Kaplan-Moss
Description: This book will show you how to assemble Django's features and take advantage of its power to design, develop, and deploy a fully-featured web site. It will walk you through the creation of an example web application, with lots of code examples.
Format: Online, html

Price: Free
Download from the Source
Source: http://www.djangobook.com/en/2.0/

Think Python: An Introduction to Software Design

Title: Think Python: An Introduction to Software Design
Author: Allen B. Downey

Description: Python for Software Design is a concise introduction to software design using the Python programming language. Intended for people with no programming experience, this book starts with the most basic concepts and gradually adds new material. Some of the ideas students find most challenging, like recursion and object-oriented programming, are divided into a sequence of smaller steps and introduced over the course of several chapters. The focus is on the programming process, with special emphasis on debugging.
Format: PDF

Price: Free
Download from the Source
Source: http://www.greenteapress.com/thinkpython/thinkpython.html

Building Skills in Object-Oriented Design (in Java and Python)

Title: Building Skills in Object-Oriented Design (in Java and Python)
Author: Steven F. Lott

Description: This book has 49 chapters that will help you build OO design skills through the creation of a moderately complex family of application programs. This is a step-by-step guide to OO design and implementation.
Format: PDF, Online, html

Price: Free
Download from the Source
Source: http://homepage.mac.com/s_lott/books/oodesign.html

The Definitive Guide to Pylons

Title: The Definitive Guide to Pylons
Author: James Gardner

Description: 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/).

Format: PDF, Online, html

Price: Free
Download from the Source
Source: http://pylonsbook.com/en/1.1/

Snake Wrangling for Kids

Title:Snake Wrangling for Kids
Author:Jason R. Briggs
Description:“Snake Wrangling for Kids” is a printable electronic book, for children 8 years and older, who would like to learn computer programming. It covers the very basics of programming, and uses the Python 3 programming language to teach the concepts.
Format: PDF, Online, html

Price: Free
Download from the Source
Source: http://www.briggs.net.nz/log/writing/snake-wrangling-for-kids/

The Python Language Reference

Title:The Python Language Reference
Author:Python.Org
Description:
Format: Online, html

Price: Free
Download from the Source
Source: http://docs.python.org/reference/

Introduction to Computing and Programming in Python, A Multimedia Approach

Title:Introduction to Computing and Programming in Python, A Multimedia Approach
Author:Mark Guzdial
Description:
Format: PDF
Price: Free
Download from the Source
Source: http://coweb.cc.gatech.edu/mediaComp-plan/uploads/26/book-Sp2003.pdf

Python Standard Library v. 2.7.2

Title: Python Standard Library v. 2.7.2
Author:
Description: While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It also describes some of the optional components that are commonly included in Python distributions.
Format:Online, html
Price: Free
Download from the Source
Source: http://docs.python.org/library/

Introduction to Programming using Python

Title:Introduction to Programming using Python
Author:Katja Schuerer, Corinne Maufrais, Catherine Letondal, Eric Deveaud, Marie-Agnes Petit

Description: Programming Course for Biologists at the Pasteur Institute. The objective of this course is to teach programming concepts to biologists. It is thus aimed at people who are not professional computer scientists, but who need a better control of computers for their own research.
Format: PDF, html
Price: Free
Download from the Source
Source: http://www.pasteur.fr/formation/infobio/python/

An Introduction to Python

Title: An Introduction to Python
Author: Guido van Rossum, Fred L. Drake, Jr.
Description: It provides an introduction to Python, an easy to learn object-oriented programming language.
Format: Online, html
Price: Free
Download from the Source
Source: http://www.network-theory.co.uk/docs/pytut/

Standard Python Library

Title: Standard Python Library
Author: Fredrik Lundh

Description: Based in part on over 3,000 newsgroup articles written by Python veteran Fredrik Lundh since 1995, this book provides brief descriptions and sample scripts for all standard modules in the Python 2.0 library.
Format: PDF, html
Price: Free
Download from the Source
Source:http://effbot.org/zone/librarybook-index.htm

Learning to Program

Title:Learning to Program
Author: Alan Gauld
Description:
Format:Online, html
Price: Free
Read/Download from the Source
Source: http://www.freenetpages.co.uk/hp/alan.gauld/

Text Processing in Python

Title:Text Processing in Python
Author:by David Mertz
Description:
Format: Online, txt, html
Price: Free
Read/Download from the Source
Source: http://gnosis.cx/TPiP/

Hands-On Python: A Tutorial Introduction for Beginners

Title:Hands-On Python: A Tutorial Introduction for Beginners
Author:Dr. Andrew N. Harrington
Description:
Format: Online, html
Price: Free
Read/Download from the Source
Source:http://anh.cs.luc.edu/python/hands-on/handsonHtml/handson.html

Installing Python Modules

Title:Installing Python Modules
Author:Greg Ward
Description:
Format:Online, html
Price: Free
Read/Download from the Source
Source: http://docs.python.org/install/index.html

Python Imaging Library (PIL)

Title:Python Imaging Library (PIL)
Author: PythonWare
Description:
Format: PDF, Online, html
Price: Free
Read/Download from the Source
Source: http://www.pythonware.com/library/

Python 2.5 Quick Reference

Title:Python 2.5 Quick Reference
Author:
Description:
Format:Online, html
Price: Free
Read/Download from the Source
Source: http://rgruet.free.fr/PQR25/PQR2.5.html

Non-Programmers Tutorial For Python

Title:Non-Programmers Tutorial For Python
Author: Josh Cogliati
Description:
Format: Online,html
Price: Free
Read/Download from the Source
Source: http://oopweb.com/Python/Documents/easytut/VolumeFrames.html

Data Structures and Algorithmswith Object-Oriented Design Patterns in Python

Title:Data Structures and Algorithmswith Object-Oriented Design Patterns in Python
Author:Bruno R. Preiss, B.A.Sc., M.A.Sc., Ph.D., P.Eng.
Description: This book also illustrates object-oriented design and it promotes the use of common, object-oriented design patterns. The algorithms and data structures in the book are presented in the Python programming language. Virtually all the data structures are presented in the context of a single class hierarchy.
Format: Online, txt, html
Price: Free
Read/Download from the Source
Source: http://www.brpreiss.com/books/opus7/html/book.html

Getting Mod_python Working

Title:Getting Mod_python Working
Author:Graham Dumpleton
Description: This article is intended to assist newbies to mod_python in trying to get their first test program to work. It goes beyond what is provided in the mod_python documentation, attempting to describe common problems that can arise.
Format: Online, html
Price: Free
Read/Download from the Source
Source: http://www.dscpl.com.au/wiki/ModPython/Articles/GettingModPythonWorking

Python Game Programming

Title:Python Game Programming
Author: Geoff Howland and Rene Dudfield
Description: Python Game Programming Tutorial
Format: PDF
Price: Free
Read / Download from the Source
Source: http://rene.f0o.com/mywiki/PythonGameProgramming

Dive Into Python Python: from novice to pro

Description:
by Mark Pilgrim

Format: Various
Price: FREE

Download Various Format from the original downloading site.

Text Processing in Python

Description:
by David Mertz
Format: ASCII Text
Price: FREE

Go to Original Downloading Site

Data Structures and Algorithms with Object-Oriented Design Patterns in Python

Description:
by Bruno R. Preiss, B.A.Sc., M.A. Sc, Ph.D., P.Eng.

Format: PDF, HTML
Price: FREE

Go to Original Website to Download

Standard Python Library

Description:
by Fredrik Lundh
Format: PDF, HTML
Price: FREE

Download Now (Original Source)

A Byte of Python

Description:
by Swaroop C H
This is a book on programming using the Python language.

Download Now (Original Source: swaroopch.com)
Download Now (Original Source)

Download Now (Mirror Site)

Think Python: How to Think Like a Computer Scientist

Description:
by Allen B. Downey
Published 2002, 2007, 2008

Format: PDF
Price: FREE

Download Now (Original Source)
Download Now (Mirror Site)

Python for Informatics: Exploring Information

Description:
by Charles Severance
Publisher 2009, 2010
An Informatics-oriented introduction to programming.
Format: PDF for the book, PY for the code
Price: FREE

Download Book Now (Source Site)
Download PY4Inf Code Now (Source Site)
Download Set of Slides for Instructors Now (Original Site)

Download Book Now (Mirror Site)
Download PY4Inf Code Now (Mirror Site)

Download Python Programming Language

Download Free Python Programming Language from this website.