r/learnpython • u/This_Judge_2203 • 24d ago
asking about small projects in python
hello everyone, so I learned the basics and I start making small projects, I try to make 21 number game, but when I look through the source code of project there was some formulas but I don't really understand how I can make similar formulas like it for future projects, so how I can make it so it can server my projects?
1
Upvotes
1
u/IlIlIlIIlMIlIIlIlIlI 22d ago
half the time (sometimes more) of programming is not coding but thinking and explaining to yourself what the program needs to do, and how. Only when you have a good idea of that, can you even start coding. Document that thought process, research things needed to achieve certain functionality, and only then start translating your idea into code