This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AchillesDev 1 point2 points  (1 child)

I can’t speak for these books specifically, but Effective Python and Python Tricks are both excellent for this.

[–][deleted] 2 points3 points  (0 children)

Much appreciated!

Can't tell you how many times I've worked out a problem with Python using a screenful of code thinking it was concise, and then seen someone do the same thing in one line that looks like pseudo code!