Good day.
Can you tell me some simple python web server under Windu for testing scripts on localhost? It is very desirable that the start / stop were like in Denver - two labels: start and stop.
Thank you in advance.

PS: Since I still do not understand much about this, if I don’t understand how to use the server, I’ll ask noob questions.

    4 answers 4

    It is very desirable that the start / stop were like in Denver - two labels: start and stop.

    http://www.denwer.ru/packages/python.html

    UPD. For other versions of python, I believe, there will be no problems replacing binaries with another version of ActivePython .

    UPD 2. Yes, I also advise you to try Python Tools for Visual Studio

    • As it all just turned out. =) - ling

    In 90% of cases, you do not need a separate web server for python . If development under Django , Flask and other frameworks, then there is an embedded web server for development, it is launched by one command in the console and it does not need to be turned off. Moreover, there (in the console) you can immediately see the logs, which are useful for debugging.

      cherryPy is a lightweight python server. Written on Python by the language contributor specifically "in the spirit" of Python.

        Pin Python to the native IIS web server and use it via ASP pages