diff --git a/README.md b/README.md index 771f4ab..08e9507 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ ## Python How-To Examples by Sirin Puenggun -* [Self-Referencing Type Hints](self-referencing-hints.md) \ No newline at end of file +* [Self-Referencing Type Hints](self-referencing-hints.md) +* [Introduction to Concurrency and Parallelism](introduction.md) + * [Asynchronous Programming with asyncio](asynchronous.md) + * [Parallelism with multiprocessing](multiprocessing.md) + * [Combining Concurrency and Parallelism](combining.md) \ No newline at end of file