PythonProgramming - Exercises#
This is a collection of small solved introductory Python exercises intended for people to learn the language.
It is a part of the course: BB1000 Programming in Python
NOTE
The solutions to the exercises are given. The exercise text is however still present (replace
None
/## and alike). Ignore those.In some places,
input()
is used. This will throw aStdinNotImplementedError
.
- Lecture 1 - Simple data types
- Lecture 2 - Flow control
- Lecture 3 - Functions
- Lecture 4 - Compound data types
- Lecture 5 - Input/output
- Lecture 6 - Classes in Python
- Introduction to Matplotlib - Visualization with Python
- Introduction to NumPy - Numerical Python
- Introduction to Pandas - Python Data Analysis Library