Class coding project Questionaire
Go to file
Abdellah 3232d92c7e adding all the answers for the moment 2021-05-24 22:12:51 +02:00
.idea adding all the answers for the moment 2021-05-24 22:12:51 +02:00
assets adds full 101-500 database 2021-05-24 16:44:18 +02:00
ccpq fixes the empty answer problem mentioned by David 2021-05-24 16:49:17 +02:00
data adding all the answers for the moment 2021-05-24 22:12:51 +02:00
venv adding all the answers for the moment 2021-05-24 22:12:51 +02:00
.gitignore fixes some bugs in the lib and standalone 2021-05-24 15:38:11 +02:00
client_tui.py adds placeholders for the server and client 2021-05-23 16:27:05 +02:00
poc_standalone.py hello world 2021-05-23 16:04:09 +02:00
readme.md adds a screenshot 2021-05-24 16:52:12 +02:00
requirements.txt adds placeholders for the server and client 2021-05-23 16:27:05 +02:00
server.py adds an idea for the server REST API 2021-05-23 17:11:23 +02:00
standalone_tui.py test wether the file exists before opening 2021-05-24 17:24:46 +02:00

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.

Standalone TUI

screenshot