Start free trial
EnglishEnglish
EspañolSpanish
简体中文Chinese
繁體中文Chinese (Traditional)
FrançaisFrench
DeutschGerman
日本語Japanese
PortuguêsPortuguese
ItalianoItalian
한국어Korean
РусскийRussian
NederlandsDutch
العربيةArabic
PolskiPolish
हिन्दीHindi
Tiếng ViệtVietnamese
SvenskaSwedish
ΕλληνικάGreek
TürkçeTurkish
ไทยThai
ČeštinaCzech
RomânăRomanian
MagyarHungarian
УкраїнськаUkrainian
IndonesiaIndonesian
DanskDanish
SuomiFinnish
БългарскиBulgarian
עבריתHebrew
NorskNorwegian
HrvatskiCroatian
CatalàCatalan
SlovenčinaSlovak
LietuviųLithuanian
SlovenščinaSlovenian
СрпскиSerbian
EestiEstonian
LatviešuLatvian
فارسیPersian
മലയാളംMalayalam
தமிழ்Tamil
اردوUrdu
SoBrief
Searching...
The Quick Python Book
by Naomi R. Ceder • 2000
Indentation is syntax, functions are data, and the standard library does half the work already.
3.87
277
The Quick Python Book Summary
The Quick Python Book 92%
Indentation is syntax, functions are data, and the standard library does half the work already.
by Naomi R. Ceder 2000
3.87
277 ratings
Python Tricks
by Dan Bader • 2017
Go from writing Python to thinking in Python: the intermediate patterns your tutorials skipped.
4.43
1k+
Python Tricks Summary
Python Tricks 92%
Go from writing Python to thinking in Python: the intermediate patterns your tutorials skipped.
by Dan Bader 2017
4.43
1k+ ratings
Clean Code in Python
by Mariano Anaya • 2018
Python decorators, descriptors, generators: most teams misuse them. Here is the clean way.
4.09
130
Clean Code in Python Summary
Clean Code in Python 92%
Python decorators, descriptors, generators: most teams misuse them. Here is the clean way.
by Mariano Anaya 2018
4.09
130 ratings
Python 3 Object-Oriented Programming
by Dusty Phillips • 2010
Python simplifies object-oriented design: patterns, inheritance, and iterators the Pythonic way.
4.02
247
Python 3 Object-Oriented Programming Summary
Python 3 Object-Oriented Programming 92%
Python simplifies object-oriented design: patterns, inheritance, and iterators the Pythonic way.
by Dusty Phillips 2010
4.02
247 ratings
Learning Python
by Mark Lutz • 2013
Every Python tool unpacked: data types, functions, and the rules that control your code.
4.02
3k+
Learning Python Summary
Learning Python 92%
Every Python tool unpacked: data types, functions, and the rules that control your code.
by Mark Lutz 2013
4.02
3k+ ratings
Python Cookbook
by David Beazley • 2002
Python recipes that make the standard library do the heavy lifting, from strings to metaclasses.
4.18
1k+
Python Cookbook Summary
Python Cookbook 92%
Python recipes that make the standard library do the heavy lifting, from strings to metaclasses.
by David Beazley 2002
4.18
1k+ ratings
Beyond the Basic Stuff with Python
by Al Sweigart • 2020
Stop guessing at style: the tools and idioms that turn working Python into professional code.
4.27
239
Beyond the Basic Stuff with Python Summary
Beyond the Basic Stuff with Python 92%
Stop guessing at style: the tools and idioms that turn working Python into professional code.
by Al Sweigart 2020
4.27
239 ratings
Think Python
by Allen B. Downey • 2012
Python taught as problem decomposition: mastering variables, functions, and data structures.
4.13
2k+
Think Python Summary
Think Python 92%
Python taught as problem decomposition: mastering variables, functions, and data structures.
by Allen B. Downey 2012
4.13
2k+ ratings
Fluent Python
by Luciano Ramalho • 2015
Why decorators, closures, and type hints are the keys to fluent, idiomatic Python.
4.62
2k+
Fluent Python Summary
Fluent Python 92%
Why decorators, closures, and type hints are the keys to fluent, idiomatic Python.
by Luciano Ramalho 2015
4.62
2k+ ratings
Effective Python
by Brett Slatkin • 2015
The Python habits that turn working code into maintainable software, from functions to concurrency.
4.26
915
Effective Python Summary
Effective Python 91%
The Python habits that turn working code into maintainable software, from functions to concurrency.
by Brett Slatkin 2015
4.26
915 ratings
Beginning Programming with Python For Dummies
by John Paul Mueller • 2014
Your first Python program: handling data, errors, and control flow without the jargon.
3.61
143
Beginning Programming with Python For Dummies Summary
Beginning Programming with Python For Dummies 91%
Your first Python program: handling data, errors, and control flow without the jargon.
by John Paul Mueller 2014
3.61
143 ratings
Python Programming for Beginners
by Jason Cannon • 2014
The no-fluff guide to Python: learn variables, functions, and data structures, then write real code.
3.93
283
Python Programming for Beginners Summary
Python Programming for Beginners 91%
The no-fluff guide to Python: learn variables, functions, and data structures, then write real code.
by Jason Cannon 2014
3.93
283 ratings
Python Data Science
by Christopher Wilkinson • 2019
Python taught for data science: syntax, data structures, and the libraries that unlock the field.
2.50
2
Python Data Science Summary
Python Data Science 91%
Python taught for data science: syntax, data structures, and the libraries that unlock the field.
by Christopher Wilkinson 2019
2.50
2 ratings
Learn Python 3 the Hard Way
by Zed A. Shaw • 2017
Python without the hand-holding: type every line, debug every error, and build from the terminal up.
3.92
597
Learn Python 3 the Hard Way Summary
Learn Python 3 the Hard Way 91%
Python without the hand-holding: type every line, debug every error, and build from the terminal up.
by Zed A. Shaw 2017
3.92
597 ratings
Python for Everybody
by Charles Severance • 2016
Python from motherboard to internet: no prerequisites, no hand-waving, no jargon left unexplained.
4.27
934
Python for Everybody Summary
Python for Everybody 91%
Python from motherboard to internet: no prerequisites, no hand-waving, no jargon left unexplained.
by Charles Severance 2016
4.27
934 ratings
Python Programming
by John Zelle • 2003
A Python-first CS textbook that teaches what computation can do, not just how to code.
4.02
483
Python Programming Summary
Python Programming 91%
A Python-first CS textbook that teaches what computation can do, not just how to code.
by John Zelle 2003
4.02
483 ratings
Two Scoops of Django
by Daniel Roy Greenfeld • 2013
Django gets messy fast. The project structure, query rules, and Unix principle that keep it clean.
4.22
260
Two Scoops of Django Summary
Two Scoops of Django 91%
Django gets messy fast. The project structure, query rules, and Unix principle that keep it clean.
by Daniel Roy Greenfeld 2013
4.22
260 ratings
Learn Python in One Day and Learn It Well
by Jamie Chan • 2014
One day, one language, one project: Python fundamentals taught through building a real game.
4.01
917
Learn Python in One Day and Learn It Well Summary
Learn Python in One Day and Learn It Well 90%
One day, one language, one project: Python fundamentals taught through building a real game.
by Jamie Chan 2014
4.01
917 ratings
Python for Informatics
by Charles Severance • 2002
Learn Python by probing data: scrape the web, query databases, and make the file system obey.
3.99
619
Python for Informatics Summary
Python for Informatics 90%
Learn Python by probing data: scrape the web, query databases, and make the file system obey.
by Charles Severance 2002
3.99
619 ratings
Python Programming for Beginners
by MARK CODING • 2020
Python for absolute beginners: automate spreadsheets, scrape websites, analyze data step by step.
5.00
1
Python Programming for Beginners Summary
Python Programming for Beginners 90%
Python for absolute beginners: automate spreadsheets, scrape websites, analyze data step by step.
by MARK CODING 2020
5.00
1 ratings
PLAY WITH PYTHON (CORE)
by AK Singh • 2021
Your first variable to your first decorator: the full Python core curriculum built for newcomers.
PLAY WITH PYTHON (CORE) Summary
PLAY WITH PYTHON (CORE) 90%
Your first variable to your first decorator: the full Python core curriculum built for newcomers.
by AK Singh 2021
Learning Python Data Visualization
by Chad Adams • 2014
Turn spreadsheets and web data into SVG charts with Python, no design background required.
3.00
5
Learning Python Data Visualization Summary
Learning Python Data Visualization 90%
Turn spreadsheets and web data into SVG charts with Python, no design background required.
by Chad Adams 2014
3.00
5 ratings
Architecture Patterns with Python
by Harry Percival • 2020
The patterns that keep business logic clean when databases, queues, and APIs keep changing.
4.40
497
Architecture Patterns with Python Summary
Architecture Patterns with Python 90%
The patterns that keep business logic clean when databases, queues, and APIs keep changing.
by Harry Percival 2020
4.40
497 ratings
Python
by Ronald Olsen • 2017
From zero to object-oriented code: the Python crash course that fits in a single day.
Python Summary
Python 90%
From zero to object-oriented code: the Python crash course that fits in a single day.
by Ronald Olsen 2017
Python for Kids
by Jason R. Briggs • 2012
Start with a turtle that draws, end with a game you built yourself. Python for kids.
4.15
582
Python for Kids Summary
Python for Kids 90%
Start with a turtle that draws, end with a game you built yourself. Python for kids.
by Jason R. Briggs 2012
4.15
582 ratings
Python Crash Course
by Eric Matthes • 2015
Learn Python through data: plot random walks, map countries, and build interactive charts from zero.
4.35
3k+
Python Crash Course Summary
Python Crash Course 90%
Learn Python through data: plot random walks, map countries, and build interactive charts from zero.
by Eric Matthes 2015
4.35
3k+ ratings
Automate the Boring Stuff with Python
by Al Sweigart • 2014
Turn tedious computer work into scripts: spreadsheets, emails, and scraping, taught from zero.
4.28
3k+
Automate the Boring Stuff with Python Summary
Automate the Boring Stuff with Python 90%
Turn tedious computer work into scripts: spreadsheets, emails, and scraping, taught from zero.
by Al Sweigart 2014
4.28
3k+ ratings
Learning Go
by Jon Bodner • 2021
Go's power is what it omits. Learn the idioms that keep code readable for decades.
4.42
493
Learning Go Summary
Learning Go 90%
Go's power is what it omits. Learn the idioms that keep code readable for decades.
by Jon Bodner 2021
4.42
493 ratings
PYTHON FOR DATA ANALYSIS
by Ryshith Doyle • 2019
The systematic NumPy and Pandas walkthrough: import, clean, combine, and analyze data in Python.
3.67
6
PYTHON FOR DATA ANALYSIS Summary
PYTHON FOR DATA ANALYSIS 89%
The systematic NumPy and Pandas walkthrough: import, clean, combine, and analyze data in Python.
by Ryshith Doyle 2019
3.67
6 ratings
Head First Python
by Paul Barry • 2010
A brain-friendly Python guide that also dismantles the machinery of mass manipulation.
3.91
559
Head First Python Summary
Head First Python 89%
A brain-friendly Python guide that also dismantles the machinery of mass manipulation.
by Paul Barry 2010
3.91
559 ratings
Beautiful Architecture
by Diomidis Spinellis • 2008
Software guards its internals. Emacs shipped a Lisp interpreter and let users rewrite everything.
3.42
171
Beautiful Architecture Summary
Beautiful Architecture 89%
Software guards its internals. Emacs shipped a Lisp interpreter and let users rewrite everything.
by Diomidis Spinellis 2008
3.42
171 ratings
Python for Geeks
by Muhammad Asif • 2021
Machine learning from notebook to production: Python libraries, data prep, and deployment paths.
4.50
8
Python for Geeks Summary
Python for Geeks 89%
Machine learning from notebook to production: Python libraries, data prep, and deployment paths.
by Muhammad Asif 2021
4.50
8 ratings
Introduction to Computation and Programming Using Python
by John V. Guttag • 2013
A computer calculates and remembers; everything beyond that is what you build with code.
4.22
500
Introduction to Computation and Programming Using Python Summary
Introduction to Computation and Programming Using Python 89%
A computer calculates and remembers; everything beyond that is what you build with code.
by John V. Guttag 2013
4.22
500 ratings
Game Development Patterns and Best Practices
by John P. Doran • 2017
Design patterns that ship games: when to use each and how they prevent late-stage collapse.
3.90
20
Game Development Patterns and Best Practices Summary
Game Development Patterns and Best Practices 89%
Design patterns that ship games: when to use each and how they prevent late-stage collapse.
by John P. Doran 2017
3.90
20 ratings
Atomic Design
by Brad Frost • 2016
Chemistry meets web design: a method for building reusable component systems from the ground up.
4.00
1k+
Atomic Design Summary
Atomic Design 89%
Chemistry meets web design: a method for building reusable component systems from the ground up.
by Brad Frost 2016
4.00
1k+ ratings
Head First Design Patterns
by Eric Freeman • 2004
Twelve patterns that keep software flexible: the visual guide that makes them stick.
4.30
9k+
Head First Design Patterns Summary
Head First Design Patterns 89%
Twelve patterns that keep software flexible: the visual guide that makes them stick.
by Eric Freeman 2004
4.30
9k+ ratings
The Passing of the Great Race or the Racial Basis of European History
by Madison Grant • 1916
Why classical inheritance breaks a JavaScript app, and how composition, modules, and events fix it.
3.34
187
The Passing of the Great Race or the Racial Basis of European History Summary
The Passing of the Great Race or the Racial Basis of European History 89%
Why classical inheritance breaks a JavaScript app, and how composition, modules, and events fix it.
by Madison Grant 1916
3.34
187 ratings
Dependency Injection in .NET
by Mark Seemann • 2011
When .NET classes build their own dependencies, the codebase calcifies. Patterns to undo it.
4.42
784
Dependency Injection in .NET Summary
Dependency Injection in .NET 89%
When .NET classes build their own dependencies, the codebase calcifies. Patterns to undo it.
by Mark Seemann 2011
4.42
784 ratings
Software Engineering for Data Scientists
by Catherine Nelson • 2024
Write code that survives production: the software engineering skills notebooks never taught you.
4.27
48
Software Engineering for Data Scientists Summary
Software Engineering for Data Scientists 89%
Write code that survives production: the software engineering skills notebooks never taught you.
by Catherine Nelson 2024
4.27
48 ratings
Clean Code
by Robert C. Martin • 2007
Reading code dominates a developer's day; these rules keep your colleagues from cursing your name.
4.35
24k+
Clean Code Summary
Clean Code 89%
Reading code dominates a developer's day; these rules keep your colleagues from cursing your name.
by Robert C. Martin 2007
4.35
24k+ ratings
More Joel on Software
by Joel Spolsky • 2008
Ship on schedule, hire developers who skip the job boards, and know when fixing beats rewriting.
4.05
549
More Joel on Software Summary
More Joel on Software 89%
Ship on schedule, hire developers who skip the job boards, and know when fixing beats rewriting.
by Joel Spolsky 2008
4.05
549 ratings
Design Patterns
by Erich Gamma • 1994
Twenty-three reusable design solutions that became the shared grammar of object-oriented software.
4.20
12k+
Design Patterns Summary
Design Patterns 89%
Twenty-three reusable design solutions that became the shared grammar of object-oriented software.
by Erich Gamma 1994
4.20
12k+ ratings
Python for Data Analysis
by Oscar Scratch • 2019
Python data analysis, taught through questions: NumPy, Pandas, and the bridge to machine learning.
3.50
2
Python for Data Analysis Summary
Python for Data Analysis 89%
Python data analysis, taught through questions: NumPy, Pandas, and the bridge to machine learning.
by Oscar Scratch 2019
3.50
2 ratings
Tidy First?
by Kent Beck • 2023
Software cost is coupling, and tidying is an investment: when to do it, when to ship.
3.92
1k+
Tidy First? Summary
Tidy First? 89%
Software cost is coupling, and tidying is an investment: when to do it, when to ship.
by Kent Beck 2023
3.92
1k+ ratings
Design Thinking Research
by Larry Leifer • 2013
What if your programming environment saved every change, so you could explore ideas without risk?
4.00
1
Design Thinking Research Summary
Design Thinking Research 89%
What if your programming environment saved every change, so you could explore ideas without risk?
by Larry Leifer 2013
4.00
1 ratings
Understanding Software
by Max Kanat-Alexander • 2017
Code that's easy to write is hard to maintain. Here's how to flip that equation.
3.58
179
Understanding Software Summary
Understanding Software 89%
Code that's easy to write is hard to maintain. Here's how to flip that equation.
by Max Kanat-Alexander 2017
3.58
179 ratings
Five Lines of Code
by Christian Clausen • 2021
Trust rules, not taste. Inflexible constraints that hold every method to a five-line standard.
3.99
84
Five Lines of Code Summary
Five Lines of Code 89%
Trust rules, not taste. Inflexible constraints that hold every method to a five-line standard.
by Christian Clausen 2021
3.99
84 ratings
The C++ Programming Language
by Bjarne Stroustrup • 1986
Low-level speed meets high-level design. The definitive manual from C++'s creator.
4.10
4k+
The C++ Programming Language Summary
The C++ Programming Language 89%
Low-level speed meets high-level design. The definitive manual from C++'s creator.
by Bjarne Stroustrup 1986
4.10
4k+ ratings
Effective Programming
by Jeff Atwood • 2012
Syntax lands the job. Everything else—teams, users, security—is what actually keeps it.
3.91
931
Effective Programming Summary
Effective Programming 89%
Syntax lands the job. Everything else—teams, users, security—is what actually keeps it.
by Jeff Atwood 2012
3.91
931 ratings
Game Programming Patterns
by Robert Nystrom • 2011
The programming patterns that make game code resilient to change, and the ones that don't.
4.49
2k+
Game Programming Patterns Summary
Game Programming Patterns 89%
The programming patterns that make game code resilient to change, and the ones that don't.
by Robert Nystrom 2011
4.49
2k+ ratings
Home
Swipe
Library
Get App
Try Full Access for 3 Days
Listen, bookmark, and more
Compare Features Free Pro
📖 Read Summaries
Read unlimited summaries. Free users get 3 per month
🎧 Listen to Summaries
Listen to unlimited summaries in 40 languages
❤️ Unlimited Bookmarks
Free users are limited to 4
📜 Unlimited History
Free users are limited to 4
📥 Unlimited Downloads
Free users are limited to 1
Risk-Free Timeline
Today: Get Instant Access
Listen to full summaries of 26,000+ books. That's 12,000+ hours of audio!
Day 2: Trial Reminder
We'll send you a notification that your trial is ending soon.
Day 3: Your subscription begins
You'll be charged on Jul 27,
cancel anytime before.
Consume 2.8× More Books
2.8× more books Listening Reading
Our users love us
600,000+ readers
Trustpilot Rating
TrustPilot
4.6 Excellent
This site is a total game-changer. I've been flying through book summaries like never before. Highly, highly recommend.
— Dave G
Worth my money and time, and really well made. I've never seen this quality of summaries on other websites. Very helpful!
— Em
Highly recommended!! Fantastic service. Perfect for those that want a little more than a teaser but not all the intricate details of a full audio book.
— Greg M
Save 62%
Yearly
$119.88 $44.99/year/yr
$3.75/mo
Monthly
$9.99/mo
Start a 3-Day Free Trial
3 days free, then $44.99/year. Cancel anytime.
Unlock a world of fiction & nonfiction books
26,000+ books for the price of 2 books
Read any book in 10 minutes
Discover new books like Tinder
Request any book if it's not summarized
Read more books than anyone you know
#1 app for book lovers
Lifelike & immersive summaries
30-day money-back guarantee
Download summaries in EPUBs or PDFs
Cancel anytime in a few clicks
Scanner
Find a barcode to scan

We have a special gift for you
Open
38% OFF
DISCOUNT FOR YOU
$79.99
$49.99/year
only $4.16 per month
Continue
2 taps to start, super easy to cancel
Settings
General
Widget
Loading...
We have a special gift for you
Open
38% OFF
DISCOUNT FOR YOU
$79.99
$49.99/year
only $4.16 per month
Continue
2 taps to start, super easy to cancel