Reddit Reddit reviews Parallel Programming with Python

We found 2 Reddit comments about Parallel Programming with Python. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Parallel Computer Programming
Parallel Programming with Python
Check price on Amazon

2 Reddit comments about Parallel Programming with Python:

u/Evexor · 2 pointsr/Entrepreneur

Django and multi-threading is actually easy,

For django I recommend reading "Mastering Django"

Here is a link to read it for free https://djangobook.com/the-django-book/

and for multi threading read "Parallel Programming with Python"

https://www.amazon.com/Parallel-Programming-Python-Jan-Palach/dp/1783288396

^ not affiliated

u/ryeguy146 · 1 pointr/learnpython

I do not. I'll admit to doing little work with multiprocessing in Python. It really just isn't the language's strength. That said, this seems to be a good intro on the concepts. From there, you can pick up any book on parallelism and apply those concepts to the APIs provided in Python. Alternatively, this book seems to be directly address what you're after.