I don't know if you are aware of Project Euler, people can submit solutions in problems in any language so maybe you could also google "Project Euler" and Python C javascript for comparison. https://projecteuler.net/. - Source: Reddit / 12 days ago
I learned a lot doing the problems on https://projecteuler.net/ without using libraries like big numbers. - Source: Reddit / 6 days ago
Oh for sure! It was just unclear to me that you were referring to that domain of problems. In that case I've heard good things about Project Euler, which might be of interest if you are also in CS! - Source: Reddit / 7 days ago
Another thing to try is projecteuler.net. - Source: Reddit / 13 days ago
I did the first 100 projects on Project Euclid. Https://projecteuler.net. - Source: Reddit / 13 days ago
I think it's likely Project Euler[1] [1] https://projecteuler.net/. - Source: Hacker News / 14 days ago
Competitive programming would be quite up your alley AtCoder CodeForces Project Euler already mentioned below. - Source: Reddit / 17 days ago
Project euler is a big collection of mathematical programming challenges. Might not be exactly what your looking for but it really gets my brain juices flowing. - Source: Reddit / 17 days ago
If you like to combine interesting and well-posed (challenging) math problems with programming skills in any programming language, Project Euler may be your "cup of tea". - Source: Reddit / 20 days ago
Project Euler Spoiler Ahead – for problem 28. I don't think the question is very relevant to my code style question, but the gist is that you're asked to generate a spiral of numbers in a 2D array, so that you can sum the diagonal. - Source: Reddit / 21 days ago
This is how I take to learning new programming languages. Project Euler. ( https://projecteuler.net/ ) Bit sized “specs” calling for an answer to be solved in your new language. Each getting harder and dealing with important concepts to grok and hurdles to overcome. - Source: Hacker News / 26 days ago
Https://projecteuler.net doesn't require a specific language, has forums where you can see solutions in many languages and is great if you like slightly mathematical problems. - Source: Reddit / 27 days ago
Look into this https://projecteuler.net/. - Source: Reddit / 29 days ago
If you just want to develop your skills, I suggest doing something like other suggested or e.g. Challenges at projecteuler.net. - Source: Reddit / about 1 month ago
I you want to challenge yourself mathematically, and brush up on programming skills (of any language you choose) at the same time, try Project "Euler". - Source: Reddit / about 1 month ago
You can start solving Project Euler problems. They are simply formulated but increasingly complex mathematical problems that require programmed solutions: https://projecteuler.net. - Source: Reddit / about 1 month ago
I started to write a library to solve some problems of the Project Euler. It consists of a diverse set of trivial mathematical functions (prime numbers, divisors, etc.) as well as unusual functions (number concatenation, palindrome check, nth prime number, etc.). Basically, every time I solve a problem, I check out a function for the library that could be used in future problems (there are +800 problems, so I hope... - Source: Reddit / about 2 months ago
Gotcha. I don’t have any particular project ideas but you could try going through https://projecteuler.net/. It’s meant for “fun”, not such much a “chore” like leetcode, it’s little mathy puzzles, and being able to use parallelism effectively and otherwise optimize well will help a lot. - Source: Reddit / about 2 months ago
I did some leetcode. I like https://projecteuler.net/ if you're newer and I use codewars.com because it's free. - Source: Reddit / about 2 months ago
I recommend Advent of Code and Project Euler for programming challenges. Both have a backlog of puzzles, with an increasing difficulty curve, that cover a wide range of programming concepts. Project Euler is more focused on the mathematical side, though. - Source: Reddit / about 2 months ago
Https://www.coursera.org/specializations/python-3-programming (also check out: https://exercism.org/tracks/python & http://projecteuler.net/ ). - Source: Reddit / about 2 months ago
Do you know an article comparing Project Euler to other products?
Suggest a link to a post with product alternatives.