We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3dece commit a573732Copy full SHA for a573732
Programming on Python Course/README.md
@@ -97,8 +97,9 @@
97
- [unittest.mock](https://docs.python.org/3/library/unittest.mock.html) — mock object library
98
- [unittest.mock](https://docs.python.org/3/library/unittest.mock-examples.html) — getting started
99
100
-**_Week 4_**
+**_Week 5_**
101
102
- [multiprocessing](https://docs.python.org/3.6/library/multiprocessing.html) — Process-based parallelism
103
- [threading](https://docs.python.org/3.6/library/threading.html) - — Thread-based parallelism
104
- [concurrent.futures](https://docs.python.org/3/library/concurrent.futures.html) — Launching parallel tasks
105
+- [socket](https://docs.python.org/3.6/library/socket.html) — Low-level networking interface
0 commit comments