Python: Introduction
by
Robin Snyder
,
robin@RobinSnyder.com
, source:
PYTHON2/pyth-01
[NV/asp]
[page formatted/updated on 2008/02/15 at 10:22:00 , loaded on 2012/02/08 at 17:46:07 ]
versions: screen-friendly
printer-friendly
Table of contents:
1.
Python: Introduction
2.
Python
3.
Portable applications
4.
Python
5.
Installation
6.
Hello, world!
7.
Command line
8.
Redirection
9.
Error stream
10.
Python syntax
11.
Syntax errors
12.
Control structures
13.
Loop and conditional
14.
Python libraries
15.
Abstraction
16.
Vocabulary
17.
Listings
17.0
Listings
Listing 1:
output text
.
Listing 2:
Output of
.
Listing 3:
program with syntax error
.
Listing 4:
Output of
.
Listing 5:
output even numbers from 1 to 10
.
Listing 6:
Output of
.
Listing 7:
show some system items
.
Listing 8:
Output of
.
Listing 9:
show some system items (abstracted)
.
by
Robin Snyder
,
robin@RobinSnyder.com
, source:
PYTHON2/pyth-01
[NV/asp]