These are some Python Projects you must try if you are a beginner.
- Number Guessing Game
- Rock Paper Scissors
- Hangman Game
- Binary Search
- Check Leap Year
- Desktop Notifier
These projects give you idea of the basic python programming like variables, loops, functions and some packages.
Access Code for the Projects here 👉 github.com
Concepts you can learn with each project :
Number Guessing - random module/package and loops
Rock Paper Scissors - conditional statements in Python and also the random module.
Hangman - getting a random word, sets, adding and removing into sets
Binary Search - Very important Searching Algorithm
Leap Year - Logic behind leap year
Desktop Notifier - plyer module, how to get notification with python.
Top comments (0)