getpython3.com icon indicating copy to clipboard operation
getpython3.com copied to clipboard

Convert 2to3 in browser

Open kracekumar opened this issue 13 years ago • 2 comments

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.

kracekumar avatar Dec 14 '11 16:12 kracekumar

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?

flpvsk avatar Dec 16 '11 07:12 flpvsk

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.

flpvsk avatar Dec 17 '11 19:12 flpvsk