How to build an Online compiler on Django and Python [closed]
I have a Blog website, and I want to add the online compiler feature to it. The website's backend is built on Django and Python, and I have no idea how I can integrate an Online compiler into it. The website is hosted on a Linux server with Cpanel, so can anyone suggest how I can start to build an Online Compiler from scratch or integrate the existing ones, and do I have to change any settings on the server?