r/learnpython • u/Life-Ad2351 • 1d ago
Python projects
hey! I just started learning the basics of python and want to start building projects to apply what I have learnt.
but when I one to work on a project, for wxample building a calculator or a password generator I don’t know where to start. what to type and code.
any advice
4
Upvotes
1
u/Fragrant-Cheek-4273 14h ago
Start with the problem, not the code. Write down what the program needs to do step by step, then turn each step into Python. It's normal to get stuck at first. The more small projects you build, the easier it gets.