13 lines
693 B
Markdown
13 lines
693 B
Markdown
|
# Class coding project - Questionnaire
|
||
|
|
||
|
This project serves as a python3 coding exercise for everybody who feels like participating.
|
||
|
The end result should be useful for everyone following the course.
|
||
|
The idea is to create a command line program to help us prepare for the LPI certificates.
|
||
|
The data for the exercise comes from the `data/*.csv` files and is currently hard coded.
|
||
|
The `./poc_standalone.py` is a **proof of concept** on how the end program should function.
|
||
|
It *kind* of works but there is a lot to fix and improve.
|
||
|
The `./standalone_tui.py` is a basic [MVC](https://realpython.com/the-model-view-controller-mvc-paradigm-summarized-with-legos/) implementation we can build on.
|
||
|
|
||
|
|
||
|
|