Opintopolut englanniksi

Introductory course to programming with Python (version 2). Contains fundamental concepts, such as conditional statements, loops and subprograms. In addition to that, the basic data structures (list, dictionaries, sets), file operations, error handling and use of modules are introduced.

  1. Introduction
  2. Variables and data types
  3. Strings
  4. Selection
  5. Repetition
  6. Procedures and functions
  7. Lists
  8. More lists and tuples
  9. Dictionaries and sets
  10. File operations
  11. Modules
  12. Handling errors
  13. Additional exercises
  14. Practice exam
  15. Final exam