- 61%

Fluent Python: Clear, Concise, and Effective Programming

Original price was: $79.99.Current price is: $30.99.

Added to wishlistRemoved from wishlist 0
Add to compare

Price: $79.99 - $30.99
(as of Nov 08, 2024 08:06:53 UTC – Details)


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

From the brand

oreillyoreilly

Explore Python resources

OreillyOreilly

Sharing the knowledge of experts

O’Reilly’s mission is to change the world by sharing the knowledge of innovators. For over 40 years, we’ve inspired companies and individuals to do new things (and do them better) by providing the skills and understanding that are necessary for success.

Our customers are hungry to build the innovations that propel the world forward. And we help them do just that.

Publisher ‏ : ‎ O’Reilly Media; 2nd edition (May 10, 2022)
Language ‏ : ‎ English
Paperback ‏ : ‎ 1012 pages
ISBN-10 ‏ : ‎ 1492056359
ISBN-13 ‏ : ‎ 978-1492056355
Item Weight ‏ : ‎ 2.31 pounds
Dimensions ‏ : ‎ 7 x 2 x 9.25 inches

Customers say

Customers find the book to be the best advanced book on Python. They say it’s written for experienced developers and is not boring to read. Readers appreciate the information content, saying it includes novel Python features and insights. They also mention that the writing quality is clear, concise, and effective.

AI-generated from the text of customer reviews

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

0.0 out of 5
0
0
0
0
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. golden_

    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 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) Unhelpful(0)You have already voted this
  2. DC

    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 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) Unhelpful(0)You have already voted this
  3. Edwin E. Klingman

    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 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) Unhelpful(0)You have already voted this
  4. Amazon Customer

    Amazing what I don’t know
    If you think you really know Python, buy this book. While I am not a “serious” Python user I have used it for years. This book amazed me in how much I didn’t know. Not a book for a beginner.

    Helpful(0) Unhelpful(0)You have already voted this
  5. AplusT

    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 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) Unhelpful(0)You have already voted this
  6. Tony

    THE Python book
    I owned the first edition and got this book to refresh my book shelf. It’s THE book if you want to learn Python beyond the basics.

    Helpful(0) Unhelpful(0)You have already voted this
  7. Jon K. Peck

    An Outstanding Book Diminished by Problems with the Kindle app on iPad
    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.

    Helpful(0) Unhelpful(0)You have already voted this
  8. mrklean02

    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 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) Unhelpful(0)You have already voted this
  9. Frederic F.

    Ce livre est gigantesque! J’ai lu quelques pages et j’ai adoré tout de suite – on explique les choses clairement et sans détour. Et pourtant, plus de 1500 pages! Incroyable! Donc je l’utilise comme un dictionnaire: je lisais un autre livre qui parlait des mixins. Ce n’était pas clair à 100%. J’ai donc pris mon “dictionnaire”. Une page et demie plus tard, tout était clair. Impressionnant!Les explications viennent évidemment avec des exemples. Pour une rare fois, c’est plus vite pour moi de trouver l’information dont j’ai besoin que de chercher sur Google.Donc je le recommande fortement, surtout pour vous y référer et/ou creuser à fond un sujet en particulier.

    Helpful(0) Unhelpful(0)You have already voted this
  10. Leonardo S.

    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.

    Helpful(0) Unhelpful(0)You have already voted this
  11. Mitchel

    Gran libro.Es un libro para nivel intermedio-avanzado.Aborda los temas que aportarán mucho valor al skillset de un desarrollador de una manera didáctica y digerible.

    Helpful(0) Unhelpful(0)You have already voted this
  12. Xav

    I really liked it. It was an excellent read

    Helpful(0) Unhelpful(0)You have already voted this
  13. A

    Kitap bence oldukça iyi. Ama Amazon’un alışverişimde daha öncede yaptığı şey taksit seçtiriyor fakat tek çekim yapıp yanıltıyor. Dikkatli olmanızı tavsiye ederim.

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Fluent Python: Clear, Concise, and Effective Programming
    Fluent Python: Clear, Concise, and Effective Programming

    Original price was: $79.99.Current price is: $30.99.

    Try our newest merchandise in category:Software
    Add to compare
    Added to wishlistRemoved from wishlist 0
    Original price was: $79.99.Current price is: $30.99.
    61%
    Add to compare
    Added to wishlistRemoved from wishlist 0
    Add to compare
    Added to wishlistRemoved from wishlist 0
    Digital Mark System
    Logo
    Compare items
    • Total (0)
    Compare
    0
    Shopping cart