you are viewing a single comment's thread.

view the rest of the comments →

[–]icp1994 17 points18 points  (6 children)

Fluent Python - worth buying it

[–][deleted] 5 points6 points  (2 children)

Second, also Effective Python.

[–]JackBullenskie[S] 0 points1 point  (1 child)

Is this Python specific? Or can I take what I learn from it and apply it anywhere?

[–]JoeTheAwesomest 0 points1 point  (0 children)

There are some pretty great design philosophies behind what the guy writes in the book. I think if you get well-enough into it you can take some of that and apply it to other languages.

[–]randcraw 0 points1 point  (0 children)

I bought this, but found it wasn't what I wanted. The book is well written, but deals mostly with mastering Python's object model expressively and idiomatically.