Hacker News new | ask | show | jobs
by jeffwass 4849 days ago
In my case, I've been working through the problems at Project Euler, specifically solving the problems in python as a means to learn. http://projecteuler.net/

One of the cool things is that after you solve a problem you can review how others attacked the problem (people use almost any language you can think of), and seek continual improvements for greater efficiency. Python is a popular choice there.