Uncomplete questions deleted |
||
|---|---|---|
| assets | ||
| ccpq | ||
| data | ||
| .gitignore | ||
| client_tui.py | ||
| poc_standalone.py | ||
| readme.md | ||
| requirements.txt | ||
| server.py | ||
| standalone_tui.py | ||
readme.md
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 implementation we can build on.
Branches
All development should be done in the testing branch and brought to the master branch with merge requests.
