Skip to content
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
jinuljt
/
python_web_server.md
Created
August 24, 2017 05:11
Show Gist options
Download ZIP
Star
(
0
)
0
You must be signed in to star a gist
Fork
(
0
)
0
You must be signed in to fork a gist
Embed
Embed
Embed this gist in your website.
Share
Copy sharable link for this gist.
Clone via HTTPS
Clone using the web URL.
Learn more about clone URLs
Clone this repository at <script src="https://gist.github.com/jinuljt/817f30b19f712516b8c2f8517b7dd78c.js"></script>
Save jinuljt/817f30b19f712516b8c2f8517b7dd78c to your computer and use it in GitHub Desktop.
Code
Revisions
2
Embed
Embed
Embed this gist in your website.
Share
Copy sharable link for this gist.
Clone via HTTPS
Clone using the web URL.
Learn more about clone URLs
Clone this repository at <script src="https://gist.github.com/jinuljt/817f30b19f712516b8c2f8517b7dd78c.js"></script>
Save jinuljt/817f30b19f712516b8c2f8517b7dd78c to your computer and use it in GitHub Desktop.
Download ZIP
set up a very basic web server serving files relative to the current directory.
Raw
python_web_server.md
Python3
python -m http.server
Python2
python -m SimpleHTPServer
Sign up for free
to join this conversation on GitHub
. Already have an account?
Sign in to comment
You can’t perform that action at this time.