4
4
The Python Tutorial
5
5
######################
6
6
7
+ ..Tip ::This tutorial is designed for
8
+ *programmers * that are new to the Python language,
9
+ **not ** *beginners * who are new to programming.
10
+
7
11
Python is an easy to learn, powerful programming language. It has efficient
8
12
high-level data structures and a simple but effective approach to
9
13
object-oriented programming. Python's elegant syntax and dynamic typing,
@@ -21,7 +25,8 @@ implemented in C or C++ (or other languages callable from C). Python is also
21
25
suitable as an extension language for customizable applications.
22
26
23
27
This tutorial introduces the reader informally to the basic concepts and
24
- features of the Python language and system. It helps to have a Python
28
+ features of the Python language and system. Be aware that it expects you to
29
+ have a basic understanding of programming in general. It helps to have a Python
25
30
interpreter handy for hands-on experience, but all examples are self-contained,
26
31
so the tutorial can be read off-line as well.
27
32