Nieuws

When coding simple Python console applications, I was faced with a somewhat time-consuming annoyance: unnecessary repetition of menu functions. I always had a main menu function in a boundary class ...
The menu will run until the user chooses Quit ("Q"), which will exit the application. If the menu has a parent menu, an additional Back ("B") option will be rendered which will return the user to the ...