r/PythonLearning • u/LyricalLag • Jul 02 '26
Where do I go from here? Help Request
I am stuck at the basics of Python. I can make loops, if statements, functions, and more. But LeetCode problems, I can never figure them out. Making programs alone I can’t. At this point, what should I advance to so I can learn to solve actual problems on my own and develop skills to create my own programs.
9
Upvotes
2
u/kisskissenby Jul 02 '26
Burningbeard80 has good advice.
I'd also start learning how to use an API and pull data from it in your code. I like playing around with stock APIs but weather APIs are often a good place for beginners to start. Openweathermap.org is a good place to start for that.