Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.org

Introduction

This is the training ground for python.

SimpleHTTPSever

python -m SimpleHTTPServer # URL: localhost:8000
python -m SimpleHTTPServer <port_id>  # URL: localhost:<port_id>