Judge0 Python SDK documentation
Getting Started
You can run minimal Hello World example in three easy steps:
Install Judge0 Python SDK:
pip install judge0
Create a minimal script:
import judge0
submission = judge.run(source_code="print('Hello Judge0!')")
print(submission.stdout)
Run the script.
Want to learn more
To learn what is happening behind the scenes and how to best use Judge0 Python SDK to facilitate the development of your own product see In Depth guide and Examples.
Getting Involved
TODO