Python Tutorial
From 118wiki
[edit]
Python Tutorial
This page doesn't have much information; you should look at the sources in the Python FAQ or the standard documents (which contains a tutorial by Guido van Rossum). For the lecture, you can view some "snippets" (in flash) of lecture presentations:
- Tuples
- Strings
- Sequences
- Functions
- Control Stements
- Conditional Expressions
- Classes and Objects (note: presentation has a bug: should be "return self.coord[0]")
- Modules (this one also has a bug: some 'del' statements are missing)
- HTTP
