default port for pythin code example
Example 1: python httpserver
python -m http.server 8000 --bind 127.0.0.1
Example 2: python http server command line
python -m SimpleHTTPServer
python -m http.server 8000 --bind 127.0.0.1
python -m SimpleHTTPServer