|
freebooksandarticles
|
|
|
|
|
Bookmarks
|
|
|
|
|
|
|
List of Free Online Python Books
|
A very good collection legal and free online books and documentation.
|
|
|
|
This book is a substantially revised version of How to Think Like a Computer Scientist: Learning with Python.
http://www.greenteapress.com/thinkpython/
created by freebooksandarticles on 2008-06-17 13:24:52
|
|
You can download the current version of Thinking in Python here. This includes the BackTalk comment collection system that I built in Zope.
http://mindview.net/Books/TIPython/
created by freebooksandarticles on 2008-06-17 13:19:07
|
|
Dive Into Python: Python from novice to pro is a Python book for experienced programmers. It is a free python book by Mark Pilgrim. You can download it in various formats.
http://www.diveintopython.org/
created by freebooksandarticles on 2008-06-17 13:31:25
|
|
This book is about the fundamentals of data structures and algorithms--the basic elements from which large and complex software artifacts are built. To develop a solid understanding of a data structure requires three things:
http://www.brpreiss.com/books/opus7/
created by freebooksandarticles on 2008-06-17 13:24:09
|
|
This reference manual describes the Python programming language. It is not intended as a tutorial.
http://www.network-theory.co.uk/docs/pylang/
created by freebooksandarticles on 2008-06-17 13:20:01
|
|
‘A Byte of Python’ is a book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you.
The book has crossed nearly 50,000 downloads in the past few years.
http://www.swaroopch.com/byteofpython/
created by freebooksandarticles on 2008-06-17 13:17:51
|
|
The Tkinter module ("Tk interface") is the standard Python interface to the Tk GUI toolkit from Scriptics (formerly developed by Sun Labs).
http://www.pythonware.com/library/tkinter/introduc
created by freebooksandarticles on 2008-06-17 13:12:48
|
|
This is the PIL handbook, last updated May 6, 2005. This edition covers release 1.1.5 of the Python Imaging Library.
http://www.pythonware.com/library/pil/handbook/ind
created by freebooksandarticles on 2008-06-17 13:11:30
|
|
At the broadest level text processing is simply taking textual
information and -doing something- with it. This doing might be
restructuring or reformatting it, extracting smaller bits of
information from it, algorithmically modifying the content of
the information, or performing calculations that depend on the
textual information.
http://gnosis.cx/TPiP/
created by freebooksandarticles on 2008-06-17 13:28:16
|
|
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.
http://effbot.org/zone/librarybook-index.htm
created by freebooksandarticles on 2008-06-17 13:22:04
|
|
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
http://www.network-theory.co.uk/docs/pytut/
created by freebooksandarticles on 2008-06-17 13:20:43
|
|
Python is a general-purpose interpreted programming language. It currently has distributions available for Microsoft Windows, Apple Mac OS X, GNU/Linux, BSD, and many other platforms. There are currently three major implementations: the standard implementation written in C, Jython written in Java, and IronPython written in C# for the MS .NET environment.
http://en.wikibooks.org/wiki/Python_Programming
created by freebooksandarticles on 2008-06-17 13:13:45
|
saved under Free Python Books
by
freebooksandarticles
|