handoflixue comments on Free Tutoring in Math/Programming - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (18)
The reference I've been suggesting for Python is http://learnpythonthehardway.org/
A way I've found effective for learning beyond the basics, is to tweak existing programs. github.com has a massive amount of code for you to look at, to copy and change, searchable in many ways, including by programming language.
Learning programming is similar in difficulty to the project of becoming a clearer thinker, and as useful.
Second the recommendation for http://learnpythonthehardway.org/ - three of my friends are teaching themselves coding off of that