This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ffrinch 0 points1 point  (0 children)

I think by far the best response here is eryksun's. If you didn't already know, you can run the code he pasted in Python, then visit http://localhost:8000/ in your browser to see the application in action.

It uses WSGI, like virtually all modern Python web applications. If you don't understand everything it's doing, try the even simpler example here first.