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

We found 5 Reddit comments about Python in Practice: Create Better Programs Using Concurrency, Libraries, and Patterns (Developer's Library). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Graphics & Multimedia Programming
OpenGL Software Programming
Python in Practice: Create Better Programs Using Concurrency, Libraries, and Patterns (Developer's Library)
Used Book in Good Condition
Check price on Amazon

5 Reddit comments about 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/alcalde · 1 pointr/Python
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.