Here you find more general stuff and projects that might help those who are new to programming and/or python.
If there are still things missing, do not hesitate contacting me, leave a comment or simply google/stackoverflow the heck out of it 🙂
Rolling Dice
Simple beginner project where the objective is to code a simple programm that lets you roll a dice. The goal with this project is to get some intuition and understanding of basic programming syntax such as using functions and loops.
Simple beginner project where the objective is to code a simple programm where your taks is to guess a randomly generated number which you can either play with yourself or someone else. The goal with this project is to get some intuition and understanding of basic programming syntax such as using functions and loops and the input functionality.
Simple beginner project where the objective is to code the „famous“ hangman game from scratch in python. The goal with this project is to get some intuition and understanding of basic programming syntax such as using functions and loops and the input functionality.