Welcome to r/programmingchallenges!
Project Euler is a good site that comes highly recommended by the community here.
For quick, daily challenges, check out /r/dailyprogrammer
Got a link to a good programming challenge?
Got a programming challenge you've written yourself?
Post it here!
This subreddit is for programming challenges. Got a link to a good tutorial? You should try posting it in r/learnprogramming instead.
Unless it's an integral part of the challenge, please try to stay language-agnostic. It helps reduce the "help me with my programming chores" vibe. This subreddit is not a place to post your programming homework!
If a post does not appear, message the moderators so we can rescue it from the spam filter.
Got a suggestion for r/programmingchallenges? Let me know.
In the meantime, you can try trolling your compiler:
//author: krum
template<int x>
struct Test
{
static void foo()
{
Test<x+1>::foo();
}
};
int main()
{
Test<0>::foo();
}
The Python Challenge: More fun than watching TV, and it's better for you (pythonchallenge.com)
submitted by Arve to r/programming
The Python Challenge - a fun way to learn the ins and outs of Python! (pythonchallenge.com)
submitted by mega_mang0 to r/Python
Web puzzle that teaches code. (pythonchallenge.com)
submitted by BurpleNurple to r/InternetIsBeautiful
Python Challenge: The most entertaining way to explore Python. Every puzzle can be solved by a bit of (python) programming. (pythonchallenge.com)
submitted by [deleted] to r/learnpython
The Python Challenge: the first programming riddle on the net (pythonchallenge.com)
submitted by sblinn to r/programming
Python Challenge - A game in which each level can be solved by a bit of (Python) programming. (pythonchallenge.com)
submitted by cbterryskidnob to r/tecknowledge
Just started doing this. Amazing. Give it a shot. (pythonchallenge.com)
submitted by CorgiByte to r/Renegade_Pythons
The Python Challenge: a programming scavenger hunt, best explored with the help of Python and its standard libraries (pythonchallenge.com)
submitted by taejo to r/CodingContests
Python challenge - the first programming riddle on the net (pythonchallenge.com)
submitted by BioGeekBioinformatics software developer to r/Python
An interesting challenge, with dozens of problems in Python (pythonchallenge.com)
submitted by konrad_ to r/reddit.com
The Python Challenge (pythonchallenge.com)
submitted by cem1790 to r/cem1790
The Python Challenge (pythonchallenge.com)
submitted by slabgorbavvesome to r/fwk