Online Code Editor

Write and execute Python code in a sandboxed environment

Python Code Editor
Loading...
Output

Ready to execute

Click Run Code to see the output here

Connection Status

Backend API: http://localhost:8001/execute

Frontend: http://localhost:8000

If you see network errors, ensure both servers are running:

  • • Backend: uvicorn main:app --host 0.0.0.0 --port 8001
  • • Frontend: npm run dev