Zack_M_Davis comments on Open Thread: Mathematics - Less Wrong

11 Post author: bentarm 13 February 2011 11:50PM

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

Comments (47)

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

Comment author: Bo102010 14 February 2011 05:19:04AM 13 points [-]

It's been mentioned here on Less Wrong before, but I'll recommend it again - Project Euler. It's a set of 300+ math problems that are to be solved by designing an algorithm to run in under a minute.

Getting into Project Euler last summer is likely the best move I've ever made to improve my programming skills. I'm not a programmer, but coding skills come in handy in lots of places, so I started working through the PE problems as means of learning Python.

Since I started I've replaced almost all my casual reading with research into algorithms and math, and I've gone from a Python novice to a fairly advanced user without it ever seeming like work. Getting the right answer makes you feel smart, which is an ego-stroking way of making you continue.

Comment author: Zack_M_Davis 14 February 2011 06:13:44AM 0 points [-]

How many have you solved so far? I just got to level one the other day.

Comment author: Bo102010 15 February 2011 02:33:21PM 2 points [-]

I started last June and am at 196 solved currently.

Comment author: Morendil 15 February 2011 06:48:27PM 0 points [-]

That's worth a bunch of upvotes. I think I got less than 100 done before losing interest. It was a great way to learn a new programming language (Haskell).

Comment author: ciphergoth 15 February 2011 01:45:14PM 0 points [-]

Couldn't reach level one until the submission rate limiter had cleared...