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 c0a7dc4 commit 943ccb1Copy full SHA for 943ccb1
README.md
@@ -8,13 +8,17 @@ This repository provides all source code for the book:
8
9
* **Python Multiprocessing Pool Jump-Start**: _Run Your Python Functions In Parallel With Just A Few Lines Of Code_, Jason Brownlee, 2022.
10
11
+
12
+## Source Code
13
You can access all Python .py files directly here:
14
-* [src/](tree/main/src)
15
+* [src/](src/)
16
17
+## Get the Book
18
19
You can learn more about the book here:
20
-* [GumRoad](https://superfastpython.gumroad.com/l/pmpj)
21
+* [Gumroad](https://superfastpython.gumroad.com/l/pmpj)
22
* [GoodReads](https://www.goodreads.com/book/show/61606103-python-multiprocessing-pool-jump-start)
23
24
Blurb
0 commit comments