Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

An Introduction to Python

Posted By: lengen
An Introduction to Python

An Introduction to Python by Guido Van Rossum
English | Mar. 1, 2011 | ISBN: 1906966133 | 136 Pages | PDF | 1 MB

This manual is a printed edition of the official Python tutorial from the Python 3.2 distribution. It provides an introduction to Python, an easy to learn object-oriented programming language. This revised edition describes Python 3. Python has modules, classes, exceptions, very high level data types, and dynamic typing. It can link directly to libraries written in C or C++ and can be embedded as an extension language for applications that need a programmable interface. For each copy of this manual sold USD 1 is donated to the Python Software Foundation by the publisher, Network Theory Ltd.
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.