adds a readme
This commit is contained in:
parent
9d9a1e97a9
commit
e6cee4c260
|
@ -0,0 +1,12 @@
|
|||
# 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.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue