https://projecteuler.net/aboutI've always felt like this is a really useful skill, but never really took the plunge in learning to code. Whenever I've asked people, they've always said to learn by doing - but everything I've wanted to do has had too steep a learning curve.
However, project Euler here is all about using short, simple maths problems to teach you to code - the only caveat is that it normally requires doing maths on numbers so big and checking through libraries of numbers so big that you HAVE to use some form of coding to find the answer. I already know a fair amount about Excel work (which is how I did the 5th subject and study score calculator stuff), but wanted to learn python, and am now using Project Euler to do so.
Anybody else interested in joining me? Could be fun to have a few hands, where we could discuss doing problems together! Even for people already experienced in programming who want to try the more experienced level questions, we could just talk about our own respective problems - and who knows, some of the ideas of those who don't know programming could prove beneficial