The first big project I did during my studies was about the MVC architecture in which a main menu was needed. Having little knowledge in programming at that time, I…
Category: Coding – Python 3
Python – Make a Hangman game part 3: input and display the right picked letters
I enjoy creating inputs. I discovered that creating inputs with while loops in them allowed to create menus that would not need to run inside a while loop. And it…
Python – Make a Hangman game part 2: prerequisites, JSON, random word
For that project, you’ll need to have installed Python (I used the 3.10.2 version), an IDE where you type your code (I’m using Visual Studio Code, really amazing software), and……
Python – Make a Hangman game part 1: preparations and intro to the MVC architecture
More than 3 years without posting… That’s OK, I’m immortal, not as if Time was a problem. The beautiful thing is that it follows the steps of its predecessor: it’s…