Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
wasoxygen · 3604 days ago · link · · parent · post: The 2015 Goals Weekly Morale Menagerie - Fortnightly Check-in (15th Jan)
Project Euler got me started with Python. If you don't hate math, it can be a lot of fun. And you can make some satisfying progress without opening a book or buying anything. Problem 1 requires variables, looping and some IF conditions. The very basics. You can solve it on codepad. Google up some hello world code and make sure it works, then start tweaking. After solving each problem, you have access to the forum for that problem, where you will get a lot of ideas about how other people approached the problem.