python/docs/stdlib/concurrency

concurrency

dz / python / docs / stdlib / concurrency

Node Tree

Nodes

threading
content Threading: Thread-based parallelism
parents python/docs/stdlib/concurrency
hyperlink https://docs.python.org/3/library/threading.html
location knowledge/python.dz:650

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