DISCLAIMER: The solutions that I have provided are my way of solving the exercises and are not necessarily the shortest, most efficient and clean-code looking like.
This course is from University of Helsinki's free Massive Open Online Course (MOOC), from the Department of Computer Science.
The course is split up into two different sub courses, first being Introduction to Programming and the second being Advanced Course in Programming.
Each course consists of seven parts, with its own set of exercises.
Part 1:
- Getting started
- Information from the user
- More about variables
- Arithmetic operations
- Conditional statements
Part 2:
- Programming terminology
- More conditionals
- Combining conditions
- Simple loops
Part 3:
- Loops with conditions
- Working with strings
- More loops
- Defining functions
Part 4:
- The Visual Studio Code editor, Python interpreter and built-in debugging tool
- More functions
- Lists
- Definite iteration
- Print statement formatting
- More strings and lists
Part 5:
- More lists
- References
- Dictionary
- Tuple
Part 6:
- Reading files
- Writing files
- Handling errors
- Local and global variables
Part 7:
- Modules
- Randomness
- Times and dates
- Data processing
- Creating your own modules
- More Python features