Skip to content

Commit a573732

Browse files
authored
Update README.md
1 parent 3e3dece commit a573732

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Programming on Python Course/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@
9797
- [unittest.mock](https://docs.python.org/3/library/unittest.mock.html) — mock object library
9898
- [unittest.mock](https://docs.python.org/3/library/unittest.mock-examples.html) — getting started
9999

100-
**_Week 4_**
100+
**_Week 5_**
101101

102102
- [multiprocessing](https://docs.python.org/3.6/library/multiprocessing.html) — Process-based parallelism
103103
- [threading](https://docs.python.org/3.6/library/threading.html) - — Thread-based parallelism
104104
- [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

Comments
 (0)