Logo

An Introduction to Python by Guido van Rossum

Large book cover: An Introduction to Python

An Introduction to Python
by

Publisher: Network Theory Ltd.
ISBN/ASIN: 0954161769
ISBN-13: 9780954161767
Number of pages: 136

Description:
This manual provides an introduction to Python, an easy to learn object-oriented 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 is a printed copy of the official Python tutorial from the Python 2.2 distribution.

Download or read it online for free here:
Download link
(610KB, PDF)

Similar books

Book cover: Python Notes for ProfessionalsPython Notes for Professionals
- Goalkicker.com
This is an unofficial free book created for educational purposes. The book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA.
(9077 views)
Book cover: Making Games with Python and PygameMaking Games with Python and Pygame
by
This is a programming book that covers the Pygame game library for the Python programming language. Each chapter gives you the complete source code for a new game and teaches the important programming concepts from these examples.
(21919 views)
Book cover: A Beginner's Python TutorialA Beginner's Python Tutorial
by - Wikibooks
Contents of Beginner's Python Tutorial: Installing Python; Very Simple Programs; Variables, Scripts; Loops, Conditionals; Functions; Tuples, Lists, Dictionaries; for Loop; Classes; Importing Modules; File I/O; Exception Handling.
(15506 views)
Book cover: A Byte of Python (for Python 3.0)A Byte of Python (for Python 3.0)
by
This is a tutorial and a guide on Python programming for absolute beginners. If all you know about computers is how to save text files, then this is the book for you. The book is updated for the upcoming Python 3.0 language.
(37847 views)