Strange Patterns
Abstract Thoughts and Simplicity
03 November 2017
Simple HTTP Server
python -m SimpleHTTPServer 8000
if you face :
/usr/bin/python: No module named SimpleHTTPServer
it's because for python 3:
python3 -m http.server 8000
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment