views:

279

answers:

3

I am writing a website which intends to be a place for use to paste/answer coding questions. Especially Python.

So, I am looking for an "online judge" engine that could support Python(c/c++/java/# could be a plus), so that the guy who paste the question could provide a simple test, then others could answer it with the onlinejudge to verify it works or not.

Is that a known good Online Judge I could use?

I do find several here, but not match what I need.

+2  A: 

The Sphere Online Judge supports Python.

The questions from the old Google Codejam, along with the problems at Project Euler are both language independent, and are helpful for practicing in any language.

thedayturns
I'll second: SPOJ and Euler are two of the best online judges out there.
scvalex
These 2 sites are really good - I can't find a good way that I could use on my site though. SPOG seems has the service, if been paid for.I am just looking for a small one that could support python to use on my site - which are focus on a set of IT/algorithm related questions, I wish the solution posted on the site could be verified
Realfun
A: 

I wrote one on http://pyonlinejudge.appspot.com

You can contact me if you're interested in doing something with it.

Si
A: 

You can use Ideone API - free for non commercial apps.

kuszi