diff --git a/where-to-go-from-here.html b/where-to-go-from-here.html index 4058126..fcf84ae 100644 --- a/where-to-go-from-here.html +++ b/where-to-go-from-here.html @@ -49,6 +49,17 @@ h3:before{counter-increment:h3;content:'C.' counter(h2) '.' counter(h3) '. '}
Threading & multiprocessing:
+ +threading module
+threading — Manage concurrent threads
+multiprocessing module
+multiprocessing — Manage processes like threads
+Metaclasses: