Simple CRUD example to learn python.
(Not the cleanest code but hey, it works !)
To launch the app, make sure you have python intalled (3.7.0 is used here) and type this console command:
$ python app.py
To compile the source code to a .exe file, use the pyinstaller package
$ pyinstaller --onefile app.py --noconsole