getpython3.com
getpython3.com copied to clipboard
Convert 2to3 in browser
Convert python 2 code to python 3 code using 2to3 in background. Needs huge work since we need to sandbox the code, but there are sites currently allowing this. If we can achieve this, we can find more people using python3 in real time.
Hey, nice idea! here is first, rough implementation of this feature: https://github.com/filipovskii/getpython3.com/tree/browser2to3 Let me know, what you think. @jnoller this implementation requires web.py, is it possible to use it on the site hosting or it's only posible to serve static content?
Also, I consider using app engine to be 'backend' part for this. Don't know much about app engine, but it will probably be in the range of free quotas.