DEV Community

Discussion on: what is the best sources for learning programming?

Collapse
 
ahferroin7 profile image
Austin S. Hemmelgarn

Quite simply: doing programming.

Nothing is better than practice, and that's especially true of complicated stuff like programming.

Personally, as far as what language, I'd suggest Python (check their official tutorial in the documentation to get started), Go (same as for python, they have an interactive tour you can go through online as part of the docs), or possibly C (this one I can't suggest a good starting point for unfortunately) if you can wrap your head around the concept of passing around references to where things are instead of passing around the things themselves.