Skip to content

proevgenii/Python_online_intrepreter

Repository files navigation

Python online interpreter on Django Framework

Thats simple web app which implements python interpreter with

  • Syntax highlight
  • Timeout timer
  • Implemented some security rules that prohibit the use of some functions( permissions driven)
  • Ability to run multiple programs at the same time

The program is executed inside the docker container with gunicorn and nginx

To run application run the following command in while at the root of the directory project:

to build docker container docker-compose build --no-cache to run docker container docker compose up or in one command: docker compose up --build

About

Thats simple web app which implements python interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published