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.

Dahlen comments on Group Rationality Diary, January 16-31 - Less Wrong Discussion

2 Post author: therufs 16 January 2014 01:56PM

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

Comments (28)

You are viewing a single comment's thread. Show more comments above.

Comment author: Locaha 16 January 2014 05:33:42PM *  3 points [-]

I recently started to learn Python. I'm using Anki for this, with a deck of small programming... "puzzles", I guess. Basically, the questions are small programs and the answer is the output, with an explanation. I add new cards as I progress through various topics. Seems to work so far, but I'd like to hear suggestions for further improvement. Check it out: https://ankiweb.net/shared/info/1318286441

Comment author: Dahlen 17 January 2014 09:30:16AM 0 points [-]

Congrats!

I've used CodeAcademy to learn Python, and I highly recommend their interactive tutorials. You may want to look into it. Getting feedback as you code can be very useful.