Python - Links and examples
Presentation slides
Introduction to Python
Examples
- The infamous starter: Hello world
- A simple loop
- A for loop using range()
- If and else
- A function
- A class
- Inheritance and constructor
- Importing a module
- Importing a single object from a module
- A wxGalde demonstration
References