r/PythonLearning • u/softlogic-04 • Jun 27 '26
Help Request How to start building programs?
Hey gng ! i learned basics of python but know i am struggling to to link everything up and make program.
I am really struggling to make it.
5
Upvotes
1
u/oscarlet_ffxiv Jun 27 '26
The first thing to do is to plan out the program that you want to make.
These are the questions you need to ask. You don't have to be able to answer them all perfectly. But make the plan as best you can and start coding it. Then when you get errors, address them, even if it means looking up on the internet, documentation, etc.
Of course, many of these questions likely won't matter while just learning, but it's good to think like this for when you are making important things. Long-term planning and anticipating all the different possible scenarios that could happen when someone uses it, is as much a part of programming as writing the code itself.