Hi,
I am fairly new to Python (learning 3.5) but not to web programming as my background is full-stack LAMP (P=PHP) dev.
I have written a non CGI / WSGI python script that I want to convert to a CGI / WSGI script. At the most I probably want to wrap some printed output in HTML (my app return a HTML response code e.g. 200, 404 etc.) [by default my script doesn't need to output anything. It's a fairly simple app, non dynamic etc. Just one URL.]
What's the simplest way to go about this. I've tried manually setting up WSGI and using web2py but I'm really scratching my head.
Thanks in advance, Matthew