The Python Tutorial 2.7 - unofficial
The Python Tutorial 2.7 - unofficial
About the Book
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.
This tutorial introduces the reader informally to the basic concepts and features of the Python language and system. It helps to have a Python interpreter handy for hands-on experience, but all examples are self-contained, so the tutorial can be read off-line as well.
This tutorial does not attempt to be comprehensive and cover every single feature, or even every commonly used feature. Instead, it introduces many of Python’s most noteworthy features, and will give you a good idea of the language’s flavor and style. After reading it, you will be able to read and write Python modules and programs, and you will be ready to learn more about the various Python library modules described in The Python Standard Library.
This book is just a compilation of the great documentation available at http://docs.python.org/2/tutorial/index.html , check license http://docs.python.org/2/license.html
The purpose of this compilation is to provide the Python documentation in multiple formats, because the web is not the only place for reading xD
Table of Contents
- Introduction
- The Python Tutorial
- Whetting Your Appetite
-
Using the Python Interpreter
- Invoking the Interpreter
- The Interpreter and Its Environment
-
An Informal Introduction to Python
- Using Python as a Calculator
- First Steps Towards Programming
-
More Control Flow Tools
-
if
Statements -
for
Statements -
The
range()
Function -
break
andcontinue
Statements, andelse
Clauses on Loops -
pass
Statements - Defining Functions
- More on Defining Functions
- Intermezzo: Coding Style
-
-
Data Structures
- More on Lists
-
The
del
statement - Tuples and Sequences
- Sets
- Dictionaries
- Looping Techniques
- More on Conditions
- Comparing Sequences and Other Types
-
Modules
- More on Modules
- Standard Modules
-
The
dir()
Function - Packages
-
Input and Output
- Fancier Output Formatting
- Reading and Writing Files
-
Errors and Exceptions
- Syntax Errors
- Exceptions
- Handling Exceptions
- Raising Exceptions
- User-defined Exceptions
- Defining Clean-up Actions
- Predefined Clean-up Actions
-
Classes
- A Word About Names and Objects
- Python Scopes and Namespaces
- A First Look at Classes
- Inheritance
- Private Variables and Class-local References
- Odds and Ends
- Exceptions Are Classes Too
- Iterators
- Generators
- Generator Expressions
-
Brief Tour of the Standard Library
- Operating System Interface
- File Wildcards
- Command Line Arguments
- Error Output Redirection and Program Termination
- String Pattern Matching
- Mathematics
- Internet Access
- Dates and Times
- Data Compression
- Performance Measurement
- Quality Control
- Batteries Included
-
Brief Tour of the Standard Library – Part II
- Output Formatting
- Templating
- Working with Binary Data Record Layouts
- Multi-threading
- Logging
- Weak References
- Tools for Working with Lists
- Decimal Floating Point Arithmetic
- What Now?
-
Interactive Input Editing and History Substitution
- Line Editing
- History Substitution
- Key Bindings
- Alternatives to the Interactive Interpreter
-
Floating Point Arithmetic: Issues and Limitations
- Representation Error
-
HISTORY AND LICENSE
- History of the software
- Terms and conditions for accessing or otherwise using Python
- Copyright
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them