siraj.mussafirr
Member • Apr 21, 2013
PHP application to Python WSGI
I'm currently working on a PHP project to create a web based code editor. It includes many PHP files. I'm now planning to convert them into python code to make it run on web.py( a minimalistic Python web framework). Web.py is almost straight forward python. I want to know how complex it would be to convert the files to Python application and make it work as expected. If possible can anyone give a few bare guidelines to follow to systematically do the process.