#1 in OpenGL software programming books
Use arrows to jump to the previous/next product

Reddit mentions of Python in Practice: Create Better Programs Using Concurrency, Libraries, and Patterns (Developer's Library)

Sentiment score: 3
Reddit mentions: 5

We found 5 Reddit mentions of Python in Practice: Create Better Programs Using Concurrency, Libraries, and Patterns (Developer's Library). Here are the top ones.

Python in Practice: Create Better Programs Using Concurrency, Libraries, and Patterns (Developer's Library)
Buying options
View on Amazon.com
or
    Features:
  • Used Book in Good Condition
Specs:
Height11.0236 Inches
Length8.50392 Inches
Weight1.15963149812 Pounds
Width0.677164 Inches

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

Shuffle: random products popular on Reddit

Found 5 comments on Python in Practice: Create Better Programs Using Concurrency, Libraries, and Patterns (Developer's Library):

u/djds23 · 2 pointsr/Python

Python in Practice is nice because it not only covers some advanced python techniques, but it also covers general design programs such as flyweights, adapters and abstract factories.

be aware the code samples provided are python 3, however you can generally figure out how to implement the examples in python 2.

u/david370 · 1 pointr/Python

If someone is really interested in design practices in Python, here is a great book for that
Python in Practice by Mark Summerfield

u/rudygier · 1 pointr/Python

Have a look at Pro Python by Marty Alchin (if you're learning Python 2), or Python in Practice if you're learning Python 3.