Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm learning python, and I wonder is there any sites similar to UVa online judge so that I can find some interesting questions, solve it in python, submit it and get judged?

Thanks!

share|improve this question

closed as not constructive by sixlettervariables, ughoavgfhw, Bill the Lizard Oct 17 '11 at 2:49

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote 1 down vote accepted

I would suggest the euler project website. People won't judge your coding style, but you will be able to check the correctness of your answer, and see other's solutions to compare with yours. You can still use the code review website if you can't find a good solution in the forums.

Plus it's full of mathematics trivia which are better than coffee to wake you up in the morning :-)

share|improve this answer
1  
Thanks. How about Sphere Online Judge? – clwen Oct 14 '11 at 14:07
1  
I went throught some of their problems some time ago. This looks like a big community, with a lot activity. I didn't stick with this site because: 1. one has access to a problem's discussion before submiting a correct answer -> more risk of spoil and 2. the difficulty seemed less consistent. On Euler Project, starting from 1st problem and skipping nothing, there always is a reasonnable challenge. Still, it might be a good option. – Simon Oct 14 '11 at 14:13
4  
SPOJ has a wider variety of problems in some way than euler because euler problems are generally more math oriented. However, the euler problems are better written and tested. For instance, you can run into weird problems where the question writer didn't actually format the input data exactly as described in the problem. This can be a major pain. Also, you have to worry more about time limits more on SPOJ. I enjoy both sites personally. – Justin Peel Oct 14 '11 at 15:07

Not the answer you're looking for? Browse other questions tagged or ask your own question.