User Tools

Site Tools


snippets:python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

snippets:python [2015/12/03 15:25] – created allspark_cpsnippets:python [2019/01/24 08:51] (current) allspark
Line 2: Line 2:
  
 https://gist.githubusercontent.com/UniIsland/3346170/raw/059aca1d510c615df3d9fedafabac4d538ebe352/SimpleHTTPServerWithUpload.py https://gist.githubusercontent.com/UniIsland/3346170/raw/059aca1d510c615df3d9fedafabac4d538ebe352/SimpleHTTPServerWithUpload.py
 +
 +## python2
  
 ``` ```
 python -m SimpleHTTPServer python -m SimpleHTTPServer
 +```
 +
 +## python3
 +
 +```
 +python3 -m http.server
 ``` ```
snippets/python.1449152718.txt.gz · Last modified: by allspark_cp