14
Your Cart
Frequently bought together:
Original price was: $59.99.Current price is: $19.99.
Original price was: $49.99.Current price is: $19.99.
Original price was: $49.99.Current price is: $19.99.
Original price was: $59.99.Current price is: $19.99.
Original price was: $59.99.Current price is: $19.99.
Total: $19.99

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

8 reviews for Fluent Python: Clear, Concise, and Effective Programming

  1. DC
    October 17, 2024
    Amust read for intermediate Python programmers
    This book is a great for Python programmers who want to level up their skills and don't know where to start. It has been incredibly useful for me, to ...More
    This book is a great for Python programmers who want to level up their skills and don't know where to start. It has been incredibly useful for me, to move from a functional level of programming to a more in depth understanding of the language and how to apply tools that I did not know they existed in the basic Python libraries. The newest editions of this book include very informative novel Python features, such as typing. Definitely a must-read, and is also straightforward to follow if you know the basics.
    Helpful? 0 0
    A. J. Camillocci
    August 3, 2024
    A bit advanced for a beginner but.....
    I am keeping this on my bookshelf as i gain experience in python programming. A quick glance through the book shows a great way to advance in your pro...More
    I am keeping this on my bookshelf as i gain experience in python programming. A quick glance through the book shows a great way to advance in your programming skills once you have an understanding of the basics.
    I am a beginner at programming and will value the data in this book.
    Helpful? 0 0
    AplusT
    June 4, 2024
    a must have for any python dev
    i wish i had this book sooner in my career. i own 2nd edition (kindle only), but 3rd edition i own hardcopy as well, i like this book so much. it is a...More
    i wish i had this book sooner in my career. i own 2nd edition (kindle only), but 3rd edition i own hardcopy as well, i like this book so much. it is a clear and in-depth exploration of python itself, how it is supposed to be used. ramalho did an amasing job. this book is a must-have.
    Helpful? 0 0
    Edwin E. Klingman
    April 13, 2024
    One of the very best books on Python
    This excellent book covers in detail subjects, especially concurrency and threading, with insight. In addition to being well-written and extremely in...More
    This excellent book covers in detail subjects, especially concurrency and threading, with insight. In addition to being well-written and extremely informative, the author, Ramalho, provides links to numerous YouTube videos and relevant papers on Python that are a treasure trove in themselves. At the end of each chapter he writes a ‘soapbox’ page or two which is opinion, and very worth reading. I have bought dozens of Python books and this is one of the absolute best!
    Helpful? 0 0
    Lefty McResearch
    April 8, 2024
    Not for beginners
    I bought this book not realizing that it was meant for advanced Python programmers. That said, it stays on my desk most of the time. Currently, I pick...More
    I bought this book not realizing that it was meant for advanced Python programmers. That said, it stays on my desk most of the time. Currently, I pick it up a couple times per week and I’m often looking up ways to reduce complexity in my code. It is very well-written, and the programming etiquette and philosophy promoted throughout makes a lot of sense.
    Helpful? 0 0
    Daniel S. Cox
    March 26, 2024
    Excellent Beginner, Intermediate and Expert Level Python Book. Highly Recommended!
    Some chapters at first seemed to be things I already knew, but there were always new items discovered therein. The last couple of chapters were mind-...More
    Some chapters at first seemed to be things I already knew, but there were always new items discovered therein. The last couple of chapters were mind-bending: class factories, and meta classes. I will need to re-read those again to get my mind around them. All is well presented.
    Helpful? 0 0
    mrklean02
    March 23, 2024
    Great wisdom unlocked
    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 ove...More
    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.
    Helpful? 0 0
    golden_
    December 19, 2023
    Clear, concise and effective writing!
    This is an excellent book for learning how to use the Python language proficiently. It is written for experienced developers, especially those who are...More
    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.
    Helpful? 0 0
Add a review

Your email address will not be published. Required fields are marked *

X

Frequently bought with Python for Programmers: with Big Data and Artificial Intelligence Case Studies


AI-Assisted Programming: Better Planning, Coding, Testing, and Deployment Original price was: $59.99.Current price is: $19.99.
View more
Learn AI-Assisted Python Programming with GitHub Copilot and ChatGPT Original price was: $49.99.Current price is: $19.99.
View more
Deep Learning Illustrated: A Visual, Interactive Guide to Artificial Intelligence (Addison-Wesley Data & Analytics Series Original price was: $59.99.Current price is: $19.99.
View more
Illustrated Guide to Python 3: A Complete Walkthrough of Beginning Python with Unique Illustrations Showing how Python Really Works. Now covering Python 3.6 Original price was: $59.99.Current price is: $14.99.
View more
AI-Assisted Programming for Web and Machine Learning: Improve your development workflow with ChatGPT and GitHub Copilot Original price was: $49.99.Current price is: $19.99.
View more
Artificial Intelligence Programming with Python: From Zero to Hero Original price was: $49.99.Current price is: $19.99.
View more
Quick Start Guide to Large Language Models: Strategies and Best Practices for ChatGPT, Embeddings, Fine-Tuning, and Multimodal AI (Addison-Wesley Data & Analytics Series) Original price was: $79.99.Current price is: $19.99.
View more
Artificial Intelligence in Finance: A Python-Based Guide Original price was: $59.99.Current price is: $19.99.
View more
Designing Machine Learning Systems: An Iterative Process for Production-Ready Applications Original price was: $59.99.Current price is: $19.99.
View more
Build Your Own Programming Language: A programmer's guide to designing compilers, interpreters, and DSLs for solving modern computing problems Original price was: $39.99.Current price is: $19.99.
View more