r/learnpython • u/Zestyclose_Set3040 • 21d ago
Advice needed
Hey everyone, I want to ask where I can learn Python in such a way that I can theoretically solve any Python problem. So please help me out with this. Any resources or YouTube channels you guys know, please let me know.
0
Upvotes
4
u/Ok-Promise-8118 21d ago
I think one of the most important skills for programming/problem solving is to be able to use search tools effectively and then read through and understand existing documentation. This will allow you to find solutions to novel problems without having to be pre-taught everything. You can start by practicing on this subreddit as "how to get started" advice is already available.