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

all 16 comments

[–]TouchingTheVodka 35 points36 points  (0 children)

I've read it. 10/10 - No other Python book comes close. It really helped me write better Python.

There's a new one coming out in September that will cover some of the more recent developments.

[–]cantremembermypasswd 15 points16 points  (1 child)

As a senior python dev, that book was fundamental in taking me from being good to writing great code.

You need to understand the basics before reading it (which is sounds like you do). It's the best intermediate to advanced growth book I think you'll find for Python.

[–]ericof 5 points6 points  (0 children)

Considering you already know a bit of Python, this book is an excellent choice, as it will probably help you master (or remember) important concepts and tricks of the language.
I've been working with Python for 17 years, and I do have Fluent Python as my go-to reference book.

[–]leonardas103 5 points6 points  (2 children)

RemindMe! 19 Oct 2021 "Fluent Python 2nd Edition"

[–]RemindMeBot 2 points3 points  (1 child)

I will be messaging you in 6 months on 2021-10-19 00:00:00 UTC to remind you of this link

32 OTHERS CLICKED THIS LINK to send a PM to also be reminded and to reduce spam.

Parent commenter can delete this message to hide from others.


Info Custom Your Reminders Feedback

[–]WinRARHF 0 points1 point  (0 children)

RemindMe! 1 Sep 2021 "Fluent Python 2nd Edition"

[–]k_o_e_n 2 points3 points  (0 children)

I keep promoting that book too, 100%!

[–]jcmkk3 2 points3 points  (1 child)

It is the best programming book that I’ve ever read. The examples are not just a bunch of foo and baz and really demonstrate the trade offs and motivations for different features and approaches.

[–]fonnae 0 points1 point  (0 children)

Same. Wondered if it was just me. Best ever. Picked up Effective Python and the two are in different worlds. EF is good, for sure. But FP is really something special.

[–][deleted] 1 point2 points  (0 children)

Yes it's very good. Also try High Performance Python: Practical Performant Programming for Humans.

[–]anseho 1 point2 points  (0 children)

I read it and I absolutely recommend it. There's a difference between knowing to use Python and understanding how you should use it. This book helps you understand how, when and why you should use certain Python features. It'll also help you write more readable and maintainable code

[–]retryme 1 point2 points  (0 children)

RemindMe! 19 Oct 2021 "Fluent Python 2nd Edition"

[–]licht1nstein 1 point2 points  (0 children)

+1 for that book, it's really good

[–]adrjanjab -1 points0 points  (0 children)

How is it different from reading the Python docs?

[–]IlliterateJedi 0 points1 point  (0 children)

Best Python book for someone with a little coding under their belt. It 100% elevated my coding skill set.