VOOZH about

URL: https://www.amazon.com/dp/1492056359/ref=mes-dp

⇱ Fluent Python: Clear, Concise, and Effective Programming: Ramalho, Luciano: 9781492056355: Amazon.com: Books


πŸ‘ Image
πŸ‘ Image
Enjoy fast, free delivery, exclusive deals, and award-winning movies & TV shows.
Buy New
-45% $43.99$43.99
FREE delivery Friday, July 3
Ships from: Amazon.com
Sold by: Amazon.com

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read instantly on your browser with Kindle for Web.


Using your mobile phone camera - scan the code below and download the Kindle app.

πŸ‘ QR code to download the Kindle App


Follow the author

Get new release updates & improved recommendations
Something went wrong. Please try your request again later.

OK

Fluent Python: Clear, Concise, and Effective Programming


{"desktop_buybox_group_1":[{"displayPrice":"$43.99","priceAmount":43.99,"currencySymbol":"$","integerValue":"43","decimalSeparator":".","fractionalValue":"99","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"auqdfg1Ys9AQOCtoaABuybH%2FFjUsAhgIlNFJb4duEZ66TUmaRXV%2FjeTpBTn8CwK4EFynT7Cg3MjlmD19cgX5nYXxcilQa8AKIdhlZ5lK0CfUBHuJgOYs4teULLqc8IPg3%2FctmtKyD1tPj2c%2FxBjf7Q%3D%3D","locale":"en-US","buyingOptionType":"NEW","aapiBuyingOptionIndex":0}, {"displayPrice":"$34.76","priceAmount":34.76,"currencySymbol":"$","integerValue":"34","decimalSeparator":".","fractionalValue":"76","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"auqdfg1Ys9AQOCtoaABuybH%2FFjUsAhgIbRxhQ2zJQdEaBpk%2FqHvdS03a0fnJxPW1IG1BNy4B2bRl33hHlHXfpwIBVKiJZzJ4S%2BlzH%2By0DLHSNnWKkaRelL7oDz3%2BaC1H31LizdrYqot59HkHGQ13KriUDZ7aN5jtHXuBhoqqDfMGpv0Ub%2FVFAA%3D%3D","locale":"en-US","buyingOptionType":"USED","aapiBuyingOptionIndex":1}]}

Purchase options and add-ons


Don't waste time bending Python to fit patterns you've learned in other languages. Python's simplicity lets you become productive quickly, but often this means you aren't using everything the language has to offer. With the updated edition of this hands-on guide, you'll learn how to write effective, modern Python 3 code by leveraging its best ideas.

Discover and apply idiomatic Python 3 features beyond your past experience. Author Luciano Ramalho guides you through Python's core language features and libraries and teaches you how to make your code shorter, faster, and more readable.

Complete with major updates throughout, this new edition features five parts that work as five short books within the book:

  • Data structures: Sequences, dicts, sets, Unicode, and data classes
  • Functions as objects: First-class functions, related design patterns, and type hints in function declarations
  • Object-oriented idioms: Composition, inheritance, mixins, interfaces, operator overloading, protocols, and more static types
  • Control flow: Context managers, generators, coroutines, async/await, and thread/process pools
  • Metaprogramming: Properties, attribute descriptors, class decorators, and new class metaprogramming hooks that replace or simplify metaclasses
πŸ‘ Image
Report an issue with this product or seller


Frequently bought together

This item: Fluent Python: Clear, Concise, and Effective Programming
$43.99$43.99
Get it as soon as Friday, Jul 3
In Stock
Ships from and sold by Amazon.com.
Total price: $00$00
To see our price, add these items to your cart.
Try again!
Details
Added to Cart
Choose items to buy together.

Customers who viewed this item also viewed

Page 1 of 1 Start over

Customers also bought or read

Page 1 of 1Start over
Loading...

From the Publisher

From the Preface

β€œPython is an easy to learn, powerful programming language.” Those are the first words of the official Python 3.10 tutorial. That is true, but there is a catch: because the language is easy to learn and put to use, many practicing Python programmers leverage only a fraction of its powerful features.

An experienced programmer may start writing useful Python code in a matter of hours. As the first productive hours become weeks and months, a lot of developers go on writing Python code with a very strong accent carried from languages learned before. Even if Python is your first language, often in academia and in introductory books it is presented while carefully avoiding language-specific features.

As a teacher introducing Python to programmers experienced in other languages, I see another problem that this book tries to address: we only miss stuff we know about. Coming from another language, anyone may guess that Python supports regular expressions, and look that up in the docs. But if you’ve never seen tuple unpacking or descriptors before, you will probably not search for them, and you may end up not using those features just because they are specific to Python.

This book is not an A-to-Z exhaustive reference of Python. Its emphasis is on the language features that are either unique to Python or not found in many other popular languages. This is also mostly a book about the core language and some of its libraries. I will rarely talk about packages that are not in the standard library, even though the Python package index now lists more than 60,000 libraries, and many of them are incredibly useful.

Who This Book Is For

This book was written for practicing Python programmers who want to become proficient in Python 3. I tested the examples in Python 3.10β€”most of them also in Python 3.9 and 3.8. When an example requires Python 3.10, it should be clearly marked.

If you are not sure whether you know enough Python to follow along, review the topics of the official Python tutorial. Topics covered in the tutorial will not be explained here, except for some features that are new.

Who This Book Is Not For

If you are just learning Python, this book is going to be hard to follow. Not only that, if you read it too early in your Python journey, it may give you the impression that every Python script should leverage special methods and metaprogramming tricks. Premature abstraction is as bad as premature optimization.

Editorial Reviews

About the Author

Luciano Ramalho is a Principal Consultant at ThoughtWorks and a fellow of the Python Software Foundation. He's been using Python professionally since 1998, deploying it in some of the largest Internet properties based in Brazil, as well as financial and government institutions. Ramalho has presented Python talks and tutorials in six countries, including events like PyCon US, OSCON, Python Brasil, PyBay, and PyCaribbean. He is co-owner of Python.pro.br, a training company.

Product details

Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.

Videos

Help others learn more about this product by uploading a video!
Upload your video

About the author

Follow authors to get new release updates, plus improved recommendations.
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.

Luciano Ramalho was a Web developer before the Netscape IPO in 1995, and switched from Perl to Python in 1998. He has presented talks at PyCon US, OSCON, QCon, PythonBrasil, PyCon DE etc. Ramalho is a fellow of the Python Software Foundation and co-founder of Garoa Hacker Clube, the first hackerspace in Brazil. He is a Principal Consultant at Thoughtworks.


Customer reviews

4.7 out of 5 stars
762 global ratings
How customer reviews and ratings work

Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.

To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.

Learn more how customers reviews work on Amazon


Customers say

Customers find this Python book comprehensive and well-written, with one review noting it covers subjects in detail. Moreover, they consider it an excellent resource for intermediate to advanced programmers, with one customer mentioning it's up to date with Python 3.10.
AI Generated from the text of customer reviewsπŸ‘ Image

Select to learn more

20 customers mention content, 19 positive, 1 negative
Customers praise the book's comprehensive content, with one customer noting its detailed coverage of subjects and clear explanations.
Great book! It explains the parts of python you might not learn any where else. A must have for python enthusiasts.Read more
...this book is helping me to do just that. There is a lot of information in this book. Also, the index is decent....Read more
The book was great The description said its used but it's pretty brand new to me. very great appreciated :)Read more
Excellent book for someone who has decided to be a developer in Python. A lot of higher level programming tips and not often used capabilities....Read more
20 customers mention skill level, 15 positive, 5 negative
Customers find this book excellent for learning Python, particularly as an intermediate to advanced resource, with one customer noting it covers up to Python 3.10.
...covers in detail subjects, especially concurrency and threading, with insight....Read more
Fluent Python was the best resource for learning or improving your knowledge of Python....Read more
This is definitely not a beginner book....Read more
This is a very dense, well-written book likely to teach useful new concepts to nearly any intermediate Python developer, and most advanced folks, too.Read more
6 customers mention writing quality, 6 positive, 0 negative
Customers appreciate the writing quality of the book, finding it well-written and concise, with one customer noting it is targeted at experienced developers.
This is a very dense, well-written book likely to teach useful new concepts to nearly any intermediate Python developer, and most advanced folks, too.Read more
...It is very well-written, and the programming etiquette and philosophy promoted throughout makes a lot of sense.Read more
...In addition to being well-written and extremely informative, the author, Ramalho, provides links to numerous YouTube videos and relevant papers on...Read more
...The coverage is comprehensive; the writing is very clear, and the example code is carefully annotated....Read more

Amazon Customer
4 out of 5 stars
Book arrived in excellent condition, however...
So far so good. One complaint the packaging damaged the cover of the book.
Thank you for your feedback
Sorry, there was an error
Sorry we couldn't load the review
There was a problem filtering reviews. Please reload the page.

Top reviews from the United States

    Translated by Amazon
    See original
  • 5 out of 5 stars
    In depth with clear explanations.
    Reviewed in the United States on March 2, 2026
    Brief content visible, double tap to read full content.
    Full content visible, double tap to read brief content.

    This is definitely not a beginner book. I’m not one for doing things just to by β€œPythonic” but this book gives good explanations of the practical reasons for many of the more current syntax and conventions besides just making fewer lines of code.

    Sending feedback...
    Thank you for your feedback.
    Sorry, we failed to record your vote. Please try again
    Sending feedback...
    Thanks, we'll investigate in the next few days.
    Sorry, We failed to report this review. Please try again
  • 5 out of 5 stars
    Favorite Python book
    Reviewed in the United States on February 15, 2026
    Brief content visible, double tap to read full content.
    Full content visible, double tap to read brief content.

    My primary source for learning advanced Python

    Sending feedback...
    Thank you for your feedback.
    Sorry, we failed to record your vote. Please try again
    Sending feedback...
    Thanks, we'll investigate in the next few days.
    Sorry, We failed to report this review. Please try again
  • 5 out of 5 stars
    Clear, concise and effective writing!
    Reviewed in the United States on December 19, 2023
    Brief content visible, double tap to read full content.
    Full content visible, double tap to read brief content.

    This is an excellent book for learning how to use the Python language proficiently. It is written for experienced developers, especially those who are experts in another language, but want to use Python effectively and elegantly.

    Chapter 1 explains the Python object model. It is very eye-opening, and is foundational to the goal of the book--teaching you how to write fluent Python code. The author advises that everyone should read chapter 1, then pick and choose topics of interest from the rest of the book. The topics covered in the next 23 chapters are too numerous to list here, but you are sure to find what you are looking for, unless you are looking for GUI programming, which isn't very elegant, no matter what. But I digress.

    This book is hefty, 980 pages long. It is packed with good information, no fluff. Example scripts are stripped down to illustrate precisely the concept being taught. You can run the examples if you want to, but you don't have to in order to learn what is being taught. The text is very well written. I highly recommend this book.

    21 people found this helpful
    Sending feedback...
    Thank you for your feedback.
    Sorry, we failed to record your vote. Please try again
    Sending feedback...
    Thanks, we'll investigate in the next few days.
    Sorry, We failed to report this review. Please try again
  • 5 out of 5 stars
    Great wisdom unlocked
    Reviewed in the United States on March 23, 2024
    Brief content visible, double tap to read full content.
    Full content visible, double tap to read brief content.

    First of all, let me just say that this isn't a book at all, it is some tome some wise ancient scribe wrote. I have been working in Technology for over 20 years now and I have been interested in it for probably another 20 years before that. In that time I have read many programming books, constantly looking for more advanced topics. I would read and be very disappointed, they were mostly always filled with fluff. I recently decided to finally give Python a try. I am at a point where I am doing more advanced projects and wanted a book to do just that. When I go to Stack Overflow or other sites like that for information. I want to be able to really understand the why behind some of the explanations. I don't want just to copy and paste. The book Python Crash Course helped get the basics down, this book has helped with the more advanced structure.

    There are two sections that have helped me the most: Functions as objects and Object-oriented idioms. I was going through many videos, Google searches, and some books to get a deeper understanding of this. this book is helping me to do just that. There is a lot of information in this book. Also, the index is decent. Many technology books lack in having a good one.

    20 people found this helpful
    Sending feedback...
    Thank you for your feedback.
    Sorry, we failed to record your vote. Please try again
    Sending feedback...
    Thanks, we'll investigate in the next few days.
    Sorry, We failed to report this review. Please try again
  • Billy slusser
    5 out of 5 stars
    If you wanna get technical with python.
    Reviewed in the United States on December 19, 2025
    Brief content visible, double tap to read full content.
    Full content visible, double tap to read brief content.

    Great book! It explains the parts of python you might not learn any where else. A must have for python enthusiasts.

    Sending feedback...
    Thank you for your feedback.
    Sorry, we failed to record your vote. Please try again
    Sending feedback...
    Thanks, we'll investigate in the next few days.
    Sorry, We failed to report this review. Please try again
  • Ivan Felipe Calvo Perez
    5 out of 5 stars
    Great book for those that are getting started on Data Engineering.
    Reviewed in the United States on December 25, 2025
    Brief content visible, double tap to read full content.
    Full content visible, double tap to read brief content.

    Great book for those that are getting started on Data Engineering.

    Sending feedback...
    Thank you for your feedback.
    Sorry, we failed to record your vote. Please try again
    Sending feedback...
    Thanks, we'll investigate in the next few days.
    Sorry, We failed to report this review. Please try again
  • Jon K. Peck
    4 out of 5 stars
    An Outstanding Book Diminished by Problems with the Kindle app on iPad
    Reviewed in the United States on May 8, 2022
    Brief content visible, double tap to read full content.
    Full content visible, double tap to read brief content.

    This is IMO the best advanced book on Python. I read the first edition five years ago or so - 900 pages - and am now working the through the second edition - 1500 pages. This book is not for the casual Python programmer, however. I have been writing Python code for more than twenty years, but I learn new things or sharpen my knowledge with every chapter. The coverage is comprehensive; the writing is very clear, and the example code is carefully annotated.

    I had been eagerly awaiting this new edition, which is a year or two late from the original publication date, but I am very disappointed with the Kindle version, which was fine in the first edition. While the Kindle app on my pc works fine, it does not work on my iPad, which has plenty of free memory. After just ten pages or so, the app freezes, and I cannot get any further. I cannot even jump to later points in the book.

    The publisher, O'Reilly, refuses to take any responsibility for this. Amazon, when contacted, promised to investigate and get back to me, but, in fact, I got no further response other than an offer of a refund, which I don't want.

    I am now reading the book on my iPad via a browser, but this has a lot of drawbacks.

    36 people found this helpful
    Sending feedback...
    Thank you for your feedback.
    Sorry, we failed to record your vote. Please try again
    Sending feedback...
    Thanks, we'll investigate in the next few days.
    Sorry, We failed to report this review. Please try again
  • RaΓΊl S.
    5 out of 5 stars
    Me encanta, es buen libro
    Reviewed in the United States on January 15, 2026
    Brief content visible, double tap to read full content.
    Full content visible, double tap to read brief content.

    Excelente, vino en muy buenas condiciones , muy satisfecho con la compra

    Sending feedback...
    Thank you for your feedback.
    Sorry, we failed to record your vote. Please try again
    Sending feedback...
    Thanks, we'll investigate in the next few days.
    Sorry, We failed to report this review. Please try again
    Sorry, we couldn't translate the review
    Translated from Spanish by Amazon
    See original

Top reviews from other countries

    Translated by Amazon
    See original
  • 5 out of 5 stars
    Best book on Python
    Reviewed in Japan on April 8, 2025
    Brief content visible, double tap to read full content.
    Full content visible, double tap to read brief content.

    Great content

    Sending feedback...
    Thanks, we'll investigate in the next few days.
    Sorry, We failed to report this review. Please try again
  • Leonardo S.
    5 out of 5 stars
    Excelente livro, mas nΓ£o Γ© para iniciantes.
    Reviewed in Brazil on November 20, 2023
    Brief content visible, double tap to read full content.
    Full content visible, double tap to read brief content.

    O livro Γ© excelente e aprofunda vΓ‘rios (todos?) aspectos da linguagem. NΓ£o Γ© um livro para iniciantes β€” se vocΓͺ for um, nΓ£o compre esse livro agora β€”, mas para aqueles que jΓ‘ possuem no mΓ­nimo conhecimento intermediΓ‘rio de Python (o prΓ³prio autor menciona isso), visto que ele fornece um "algo a mais" Γ quilo que vocΓͺ sabe/acha que sabe. Acredito que seja o livro definitivo para programadores Python.

    Sending feedback...
    Thanks, we'll investigate in the next few days.
    Sorry, We failed to report this review. Please try again
    Sorry, we couldn't translate the review
    Translated from Portuguese by Amazon
    See original
  • Ayoub Haida
    1 out of 5 stars
    Bad experience
    Reviewed in Sweden on January 3, 2025
    Brief content visible, double tap to read full content.
    Full content visible, double tap to read brief content.

    The book was ruined, I don't know if it's the shipping service, or something else, plus I thought it's colored not a 700sek for a BW version, trash

    Ayoub Haida
    1 out of 5 stars
    Bad experience
    Reviewed in Sweden on January 3, 2025

    The book was ruined, I don't know if it's the shipping service, or something else, plus I thought it's colored not a 700sek for a BW version, trash

    Sending feedback...
    Thanks, we'll investigate in the next few days.
    Sorry, We failed to report this review. Please try again
  • John Ferngrove
    5 out of 5 stars
    The Pythonic bible
    Reviewed in the United Kingdom on October 23, 2022
    Brief content visible, double tap to read full content.
    Full content visible, double tap to read brief content.

    Of course, we programmers know that everything we could want to know is out there, in fragmentary form, on the web. But I have a tediously fastidious mind that likes to keep the distinction clear between what I know and what I have yet to find out. As such, books are my preferred approach to a systematic learning process. I would have been very grateful then if someone had told me at the start of my Python journey that what and all I needed to read was the Tutorial at python.org, David Beasley's epically concise Python Distilled, and this, the 'lizard book'. This book demands a close, paragraph by paragraph reading and maybe some re-reading of some sections till full or at least deeper understanding dawns. After this book there isn't really anywhere to go except the source code and the dry and voluminous language docs. Whatever isn't actually in the book is there on the accompanying fpy.li website.

    A first point is that this is not a book for the beginner. One needs to have a reasonable grasp of the language having worked a while with it, being able to muddle along, but also knowing one is just muddling along and wishing to get things onto a more solid foundation.

    As such, I'm anxious not to let prospective readers be put off by the review that asserts that the author does not get to the point. There is no flab in this book. It is a big book, but a serious programmer could only wish that the book was even bigger and even more detailed. Python is as much an ideology about how to do things properly as a programming language. It is deceptively easy to muddle along in Python on the basis of what one has already come to know in more 'primitive' programming languages. But for the programmer determined to get the best from a language that has a near endless toolbox of subtle features and constructs the learning curve goes far deeper and longer than a superficial comprehension can suspect. Perhaps that reviewer is thinking about the soapbox sections at the end of each chapter in which the author considers the merits or not of particular decisions made in the complex, democratic language design process? If so, it should be pointed out that even here the author is inviting the reader to think more deeply and clearly about why such features were implemented as they were and what the alternatives might be.

    I have two complaints, notwithstanding which I still regard the book as indispensable and insubstitutable. Firstly, I wish very much there was a hardcover edition because the kind of reading this book demands means that the paperback cover is not going to survive even as much as a first reading. I would also like to see, perhaps in a future edition, a more comprehensive and systematic index. Again and again, one encounters situations where we know we have read something about this in 'the lizard book' but finding the requisite nugget or gem is not always that easy. The book does not work particularly well as a reference.

    A final point is that the book is a great pleasure to read without any loss of clarity. Although the author's knowledge is clearly formidable, he invites the reader to accompany him on a journey as a fellow traveller, pointing out the many small discoveries he has made in his own passage. One quickly comes to feel assured that even where one's own understanding might falter, everything you need to achieve understanding is written down there if one just reads it carefully enough. Few technical authors pass this test. The man is a natural teacher who always places himself in the point of view of the student and proceeds from there.

    A huge, rigorous, fractally detailed but profoundly enjoyable journey of a book. As simple as possible but no simpler. The mighty and beautiful 'lizard book'

    Sending feedback...
    Thanks, we'll investigate in the next few days.
    Sorry, We failed to report this review. Please try again
  • 5 out of 5 stars
    Not for Novice but for Deep divers
    Reviewed in Canada on May 7, 2025
    Brief content visible, double tap to read full content.
    Full content visible, double tap to read brief content.

    Excellent book for understanding and must be used as a reference. It is not for the beginner and as such should not be expected as a tutorial. Once the basics are mastered, then this book comes in to explain why the way things work. For example, if you want to know what a higher order function is and how a map function works, this book is there for you. The indexing is excellent with alphabetical ordering. Deep dive with this book by your side is all I would say. Have not read even a quarter of the book but already impressed. Definitely a desktop reference.

    Sending feedback...
    Thanks, we'll investigate in the next few days.
    Sorry, We failed to report this review. Please try again