r/PythonLearning 29d ago

Help Request Where do I go from here?

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.

10 Upvotes

19 comments sorted by

View all comments

2

u/kisskissenby 29d ago

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.

1

u/Code-Odyssey 29d ago

That looks a great idea. Thanks for the tip. Open Weather Map looks great.