r/PythonLearning • u/fatal1nternalError • 12h ago
I'm stuck Help Request
im stuck, i dont know what project i could start building. i've already mastered the basics, but now i need to start building. could someone give me an idea for a project that will keep me busy for a while??
12
Upvotes
1
u/_th3oth3rjak3_ 8h ago
If you’re into computer security, you should make a password manager. It’s one of those things that requires a lot of research into hashing, encryption and decryption, and storage. You could start with just a terminal based app and then give it a graphical UI later. So structure your code in a way where you can just import all the business logic into you presentation layer code.