|
A very good collection legal and free online books and documentation.
http://linkmingle.com/list/List-of-Free-Online-Pyt
created by freebooksandarticles on 2008-06-18 08:15:07
|
|
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
|
|
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
|
|
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
|
|
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 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
|
|
‘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
|
|
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
|
|
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
|
|
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
|