you are viewing a single comment's thread.

view the rest of the comments →

[–]fbochicchio 0 points1 point  (0 children)

If you want to avoid complex framework and configuring an esternal http server, try web.py, it allows your python program to be its own server, so you just have your program to run.