#2 in Parallel computer programming books
Use arrows to jump to the previous/next product

Reddit mentions of Parallel Programming with Python

Sentiment score: 1
Reddit mentions: 2

We found 2 Reddit mentions of Parallel Programming with Python. Here are the top ones.

Parallel Programming with Python
Buying options
View on Amazon.com
or
Specs:
Height9.25 Inches
Length7.5 Inches
Number of items1
Release dateJune 2014
Weight0.5 Pounds
Width0.28 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 2 comments on 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.