This is my personal repository for the course DV1574: Programming and problem-solving with Python.
The repo has different modules depending on what part of the course I am working on.
This contains files for different practice problems provided by the course.
Tasks provided by the course practice module and implemented under ./Practice/*
.
Task nr | .py file |
Description |
---|---|---|
1 | helloworld.py |
Print Hello World |
2 | prints.py |
Variants of Print |
3 | typecheck.py |
Datatypes |
4 | calculations.py |
Python as calculator |
5 | rectangle_area.py |
Rectangle area (variables) |
6 | circle_area.py |
Circle area (variables) |
7 | hello.py |
Hello name (user input) |
8 | functions.py |
Own functions |
9 | string_methods.py |
String Methods (for easier error handling) |
10 | circle_area_2.py |
Circle area 2.0 (user variables) |
11 | temperature_conversion.py |
Temperature conversion |
12 | parity_detector.py |
Detector for parity faults (modulus) |