You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

gregv comments on Learning programming: so I've learned the basics of Python, what next? - Less Wrong Discussion

8 Post author: ChrisHallquist 17 June 2013 11:31PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (67)

You are viewing a single comment's thread.

Comment author: [deleted] 20 June 2013 09:17:09PM *  3 points [-]

Go to Kaggle and enter a data competition. It is super, super easy to start (usually you just have to submit a solution which is a bunch of 1's and 0's) but to win, or even increase your rank, requires learning of real, practical data skills. I believe some companies even do recruiting through kaggle competitions.

If you go this route, download the scipy superpack which includes scikit-learn. You can spend five minutes reading about e.g., Naive Bayes classifiers, and then five minutes later you can be checking out how it works on your data!