I'm trying to create an online python editor and want to use Ace Editor to do so. How does one render or compile python code on the browser using Ace Editor's CDN with HTML/JS (https://ace.c9.io)?
I was successful in compiling a live view of HTML and Javascript using the contentWindow.document function; however, I can't seem to figure out how to do the same, except with Python instead.