source: trunk/essentials/dev-lang/python/Doc/ref/ref1.tex

Last change on this file was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 6.3 KB
Line 
1\chapter{Introduction\label{introduction}}
2
3This reference manual describes the Python programming language.
4It is not intended as a tutorial.
5
6While I am trying to be as precise as possible, I chose to use English
7rather than formal specifications for everything except syntax and
8lexical analysis. This should make the document more understandable
9to the average reader, but will leave room for ambiguities.
10Consequently, if you were coming from Mars and tried to re-implement
11Python from this document alone, you might have to guess things and in