About 827,000 results
Open links in new tab
  1. python - How to run a http server which serves a specific path?

    this is my Python3 project hiearchy: projet \\ script.py web \\ index.html From script.py, I would like to run a http server which serve the content of the web folder. Here is suggested

  2. How can I create an local webserver for my python scripts?

    I've been looking, therefore, for a lightweight web server that can execute python scripts, sitting in the background on a machine, ideally as a Windows service. Security and extensibility are not …

  3. Configure Flask dev server to be visible across the network

    The Flask quickstart docs explain this in the "Externally Visible Server" section: If you run the server you will notice that the server is only accessible from your own computer, not from any …

  4. How do I shut down a python simpleHTTPserver? - Stack Overflow

    So I'm trying to learn d3, and the wiki suggested that To view the examples locally, you must have a local web server. Any web server will work; for example you can run Python's built-in se...

  5. How to run a server in python - Stack Overflow

    Are you trying to run those lines in a python interpreter? You need to run that from the command line. Also, for Python 3, it's python -m http.server now.

  6. How to access the local Django webserver from outside world

    I realize the Django webserver is not a production server, but it's important for me for testing purposes to be able to access it from the outside world -- i.e. not from a web browser on the …

  7. streaming video from a python server to a web client

    How do I stream a video from a python server to an html page web client (nodejs)? I'm using a node js web project and I'm just writing frames with python and reading them with javascript …

  8. How to run CGI "hello world" with python http.server

    How to run CGI "hello world" with python http.server Asked 10 years, 6 months ago Modified 5 years, 8 months ago Viewed 53k times

  9. How do I setup a local HTTP server using Python - Stack Overflow

    Jan 16, 2015 · The question isn't about d3. d3 and your inline <script> is run client side and doesn't need a server. The real question is "How do I setup a local server using Python?"

  10. How to run a Python script in a web page - Stack Overflow

    It is possible to run Python in a web page (on the client side) using frameworks such as Pyjamas and Skulpt.