python -m http.server

Опубликовано: 07 Октябрь 2024
на канале: Python Morsels
924
34

Use Python's http.server module to serve up a static website on your own machine.

Article at https://pym.dev/http-server/

More #Python screencasts at https://pym.dev/screencasts/

00:00 A directory trees of index.html files
00:25 Serving up HTML files with http.server
00:56 Customizing http.server with CLI arguments
01:24 Using http.server as a module
01:45 Use python -m http.server for a local HTTP server