[PYTHON] Launch an HTTP server in the current directory

$ python -m SimpleHTTPServer 8888

Then you can see http: // localhost: 8888 / from your browser.

I downloaded the source code, but the documentation is HTML. .. .. That's it. .. .. I use it sometimes.

Recommended Posts

Launch an HTTP server in the current directory
Start the web server in the current directory
Write an HTTP / 2 server in Python
Publish the current directory on the web server
Pipfile is not created in the current directory
How to know the current directory in Python in Blender
Launch the IPython notebook server
[Python] Check the current directory, move the directory
Command for the current directory Python
Pipfile is not created in the current directory
The story of an error in PyOCR
Install the Python module in any directory
Install the package in an offline environment
Log in to the remote server with SSH
Run the task in the background on the sshed server
Extract only the file name excluding the directory in the directory
Access files in the same directory as the executable
Regularly monitor the HTTP response of the web server
Install the python package in an offline environment
Try to create an HTTP server using Node.js
Mock HTTP requests via the requests module in Responses
Unzip all zip files under the current directory
Current directory structure
[CentOS 7.3] Build an FTP server on the ESXi host
Easy HTTP server and Systemd autostart settings in Go
[Golang] Specify an array in the value of map
Determine if an attribute is defined in the object
Get the URL of the HTTP redirect destination in Python