|
3 Days from July 5, 2006 to July 7, 2006 |
Introduction to Python
Using the Python Interpreter
More Control Flow Tools
Data Structures
Modules
Input and Output
Errors and Exceptions
Classes
Web frameworks
Brief Tour of the Standard Library
|
 |
|
Python is an interpreted, interactive, object-oriented programming
language. Python combines remarkable power with very clear syntax.
It has modules, classes, exceptions, very high level dynamic
data types, and dynamic typing. Official
Website |