Python - Links and examples

Presentation slides

Introduction to Python

Examples

  1. The infamous starter: Hello world
  2. A simple loop
  3. A for loop using range()
  4. If and else
  5. A function
  6. A class
  7. Inheritance and constructor
  8. Importing a module
  9. Importing a single object from a module
  10. A wxGalde demonstration

References