How to Serve Local Files and Folders with Python Based Web Server ?
If you need to serve a bunch of local static files like html, css, js, images, videos, fonts, etc. over http (in a browser), lying somewhere in one of your filesystem directories, Python’s http.server module can get you up and running quickly instead of installing and setting up (configuring) a more sophisticated web server like […]