24
Comparison between online tutorials and documentation for learning Python basics
I spent two weeks jumping between YouTube tutorials that explained loops and variables differently each time, then switched to reading the official Python docs for one weekend. The documentation was harder to get through at first, but once I understood the structure, everything clicked way faster than any video walkthrough. Has anyone else found the documentation more useful after the initial learning curve?
3 comments
Log in to join the discussion
Log In3 Comments
josephbailey1d ago
I spent about 10 hours last month watching a 12 part YouTube series on Python functions and still felt confused. Then I opened the official docs for maybe 30 minutes and it all made sense. But here is my question: does it really matter that much in the long run? Most people just need to know enough to get a simple script working, not become documentation experts. I think folks put too much pressure on themselves to find the "perfect" learning method when just messing around with code would probably teach them more either way.
5
fiona_kim971d ago
Stick with the official docs from the start. Most tutorials just add noise between you and the actual information you need.
6
ericcraig1d ago
Ah man, I gotta push back a little there... official docs are great for reference but they don't teach you the "why" behind things. Tutorials can show you how stuff actually fits together in a real project.
2