I have a requirement in which we need python code editor.
Now once someone has written the code, they want to compile and execute it. How can I achieve this?
Is it like, when they press a button to execute, I will take the code backend and execute it and give result back to user?
but this sounds painful and difficult. Is there any other way?
Hackerearth uses this seamlessly. Don't know how they do it?
This feels like a question for the official Monaco editor repo (https://github.com/microsoft/monaco-editor). This repo is just a template showing how the Monaco editor can be used.
Hi,
I have a requirement in which we need python code editor.
Now once someone has written the code, they want to compile and execute it. How can I achieve this? Is it like, when they press a button to execute, I will take the code backend and execute it and give result back to user? but this sounds painful and difficult. Is there any other way?
Hackerearth uses this seamlessly. Don't know how they do it?