Web Development with Python

To start a webserver in a directory:

python -m http.server

Then you can open the website via this link:

localhost:8000

More details here.