how to create http server python code example
Example 1: python httpserver
python -m http.server 8000 --bind 127.0.0.1
Example 2: python3 webserver command line
python3 -m http.server
python -m http.server 8000 --bind 127.0.0.1
python3 -m http.server