Comment on PythonMonk – Learn Python in the browserComments−azakai13yLooks like it sends each command to run on a server - I'm curious why not execute it in the browser? (There are a few solutions for that?)−kracekumar13yI tried llvm based project https://github.com/kracekumar/test-empythoned(empythoned: https://github.com/replit/empythoned). There are few limitation I am facing, `import` system don't work(compilation issue). From my experience more effort is required.
Comments
Looks like it sends each command to run on a server - I'm curious why not execute it in the browser? (There are a few solutions for that?)
I tried llvm based project https://github.com/kracekumar/test-empythoned(empythoned: https://github.com/replit/empythoned). There are few limitation I am facing, `import` system don't work(compilation issue). From my experience more effort is required.