|
|
|
Ask HN: Possible to self teach CS/programming using only books/hobby projects?
|
|
1 points
by optbuild
1031 days ago
|
|
Is it really possible to learn computer science and related math on your own with the help of books and building projects on your own? Assuming you have rudimentary programming knowledge in any imperative language like Python or C, etc. I am aware of guides like teachyourselfCS for someone who is a developer or programmer already. But has anyone really benefited from those guides? If you were in this kind of a situation which books and or hobby projects have really helped you? |
|
I self-taught a lot about compilers and related technology in the 2010s, a lot of that came from having projects where knowing about parsers was helpful (e.g. like that project where we were analyzing the results we got from arangodb and we were getting back columns in scrambled orders and I wrote something that parsed the query and could usually determine the intended order of the columns from the query and would feed them in that order into pandas, or that project where I was trying to parse mediawiki markup and later learned that it was easier to just parse the HTML)