python/docs/stdlib/internet/http/server

server

dz / python / docs / stdlib / internet / http / server

Node Tree

Nodes

SimpleHTTPRequestHandler
content SimpleHTTPRequestHandler
parents python/docs/stdlib/internet/http/server
hyperlink https://docs.python.org/3/library/http.server.html#http.server.SimpleHTTPRequestHandler
location knowledge/python.dz:596

2024-12-29 10:28 Making my flashcards app more convenient to use

I am learnig how to use the threading module in python, and getting more familiar with the SimpleHTTPRequestHandler class. The KeyboardInterrupt Exception trick was also nice to know about, seems to cleanly close the server