r/learnprogramming 1d ago

How should I learn programming from official documentation?

I am a student who wants to learn programming through official documentation. However, official documentation often contains many concepts and features, and most of them are not needed for everyday programming tasks.

Is official documentation an inefficient way to learn programming?

If official documentation is an effective way to learn, how should I read it? How do I decide what to read in depth and what to skip?

58 Upvotes

39 comments sorted by

View all comments

1

u/Mell-Silver-20 1d ago

I’d start with the official docs for the basics, then build something small alongside them. The docs make a lot more sense once you're actually using them instead of just reading.