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...
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 90%
Every Python tool unpacked: data types, functions, and the rules that control your code.
by Mark Lutz 2013
4.02
3k+ ratings
Algorithms + Data Structures = Programs
by Niklaus Wirth • 1975
Programs are just data structures shaped by algorithms. Master both, and the rest follows.
4.24
207
Algorithms + Data Structures = Programs Summary
Algorithms + Data Structures = Programs 90%
Programs are just data structures shaped by algorithms. Master both, and the rest follows.
by Niklaus Wirth 1975
4.24
207 ratings
A Smarter Way to Learn JavaScript. The new tech-assisted approach that requires half the effort
by Mark Myers • 2013
JavaScript learned through short chapters and immediate coding practice, designed to stick faster.
4.04
624
A Smarter Way to Learn JavaScript. The new tech-assisted approach that requires half the effort Summary
A Smarter Way to Learn JavaScript. The new tech-assisted approach that requires half the effort 90%
JavaScript learned through short chapters and immediate coding practice, designed to stick faster.
by Mark Myers 2013
4.04
624 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 90%
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
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 90%
Your first Python program: handling data, errors, and control flow without the jargon.
by John Paul Mueller 2014
3.61
143 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 90%
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
Pro Git
by Scott Chacon • 2009
Learn Git from the inside out: snapshots, branching, and the reflog that saves lost work.
4.18
3k+
Pro Git Summary
Pro Git 90%
Learn Git from the inside out: snapshots, branching, and the reflog that saves lost work.
by Scott Chacon 2009
4.18
3k+ 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 90%
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
The Go Programming Language
by Alan A.A. Donovan • 2015
Implicit interfaces, built-in concurrency: the complete Go programming guide.
4.43
2k+
The Go Programming Language Summary
The Go Programming Language 90%
Implicit interfaces, built-in concurrency: the complete Go programming guide.
by Alan A.A. Donovan 2015
4.43
2k+ ratings
Code Complete
by Steve McConnell • 1993
Software construction eats 80 percent of project time and hides most defects. A disciplined craft.
4.30
9k+
Code Complete Summary
Code Complete 89%
Software construction eats 80 percent of project time and hides most defects. A disciplined craft.
by Steve McConnell 1993
4.30
9k+ ratings
Java to Kotlin
by Duncan McGregor • 2021
Migrating Java to Kotlin safely: functional refactoring that keeps production running.
4.58
33
Java to Kotlin Summary
Java to Kotlin 89%
Migrating Java to Kotlin safely: functional refactoring that keeps production running.
by Duncan McGregor 2021
4.58
33 ratings
HTML and CSS
by Jon Duckett • 2011
HTML and CSS are the web's building blocks. This visual guide shows you how to lay them.
4.30
5k+
HTML and CSS Summary
HTML and CSS 89%
HTML and CSS are the web's building blocks. This visual guide shows you how to lay them.
by Jon Duckett 2011
4.30
5k+ 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 89%
Go's power is what it omits. Learn the idioms that keep code readable for decades.
by Jon Bodner 2021
4.42
493 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
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 89%
Indentation is syntax, functions are data, and the standard library does half the work already.
by Naomi R. Ceder 2000
3.87
277 ratings
The Art of Debugging with GDB, DDD and Eclipse
by Norman Matloff • 2007
Your program crashes because it hides a secret. GDB, DDD, and Eclipse reveal it.
3.91
106
The Art of Debugging with GDB, DDD and Eclipse Summary
The Art of Debugging with GDB, DDD and Eclipse 89%
Your program crashes because it hides a secret. GDB, DDD, and Eclipse reveal it.
by Norman Matloff 2007
3.91
106 ratings
Working Effectively with Legacy Code
by Michael C. Feathers • 2004
Every change is surgery in the dark. The proven, repeatable path to taming an untested codebase.
4.14
5k+
Working Effectively with Legacy Code Summary
Working Effectively with Legacy Code 89%
Every change is surgery in the dark. The proven, repeatable path to taming an untested codebase.
by Michael C. Feathers 2004
4.14
5k+ 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 89%
Go from writing Python to thinking in Python: the intermediate patterns your tutorials skipped.
by Dan Bader 2017
4.43
1k+ ratings
Building Secure and Reliable Systems
by Heather Adkins • 2020
Build systems that survive attacks and accidents. Google's framework for reliable, secure software.
3.89
199
Building Secure and Reliable Systems Summary
Building Secure and Reliable Systems 89%
Build systems that survive attacks and accidents. Google's framework for reliable, secure software.
by Heather Adkins 2020
3.89
199 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 89%
Python taught as problem decomposition: mastering variables, functions, and data structures.
by Allen B. Downey 2012
4.13
2k+ 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
Mastering Regular Expressions
by Jeffrey E.F. Friedl • 1997
Understand the engine behind your regex: why some patterns crawl, and how to make them run.
4.16
2k+
Mastering Regular Expressions Summary
Mastering Regular Expressions 89%
Understand the engine behind your regex: why some patterns crawl, and how to make them run.
by Jeffrey E.F. Friedl 1997
4.16
2k+ 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) 89%
Your first variable to your first decorator: the full Python core curriculum built for newcomers.
by AK Singh 2021
Software Engineering
by Ian Sommerville • 1982
From requirements to deployment: the systematic approach to building software that lasts.
3.77
945
Software Engineering Summary
Software Engineering 89%
From requirements to deployment: the systematic approach to building software that lasts.
by Ian Sommerville 1982
3.77
945 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 89%
Python recipes that make the standard library do the heavy lifting, from strings to metaclasses.
by David Beazley 2002
4.18
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
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 89%
Python for absolute beginners: automate spreadsheets, scrape websites, analyze data step by step.
by MARK CODING 2020
5.00
1 ratings
The Complete Software Developer's Career Guide
by John Sonmez • 2017
One language, one portfolio, one interview strategy: the sequence that turns learners into hires.
4.02
1k+
The Complete Software Developer's Career Guide Summary
The Complete Software Developer's Career Guide 89%
One language, one portfolio, one interview strategy: the sequence that turns learners into hires.
by John Sonmez 2017
4.02
1k+ 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
Writing Secure Code
by Michael Howard • 2001
Every exploit begins with data your code trusted. The developer's manual for input validation.
4.01
372
Writing Secure Code Summary
Writing Secure Code 89%
Every exploit begins with data your code trusted. The developer's manual for input validation.
by Michael Howard 2001
4.01
372 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
Refactoring
by Martin Fowler • 1999
How to restructure messy code safely: a catalog of refactorings, each step protected by a test.
4.24
9k+
Refactoring Summary
Refactoring 89%
How to restructure messy code safely: a catalog of refactorings, each step protected by a test.
by Martin Fowler 1999
4.24
9k+ ratings
Learning OpenCV
by Gary Bradski • 2008
From smoothing to machine learning: the complete OpenCV toolkit for building computer vision apps.
4.01
171
Learning OpenCV Summary
Learning OpenCV 89%
From smoothing to machine learning: the complete OpenCV toolkit for building computer vision apps.
by Gary Bradski 2008
4.01
171 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
Smashing WordPress
by Thord Daniel Hedengren • 2010
Take WordPress beyond blogging with themes, custom post types, and the loop for any site.
3.76
247
Smashing WordPress Summary
Smashing WordPress 89%
Take WordPress beyond blogging with themes, custom post types, and the loop for any site.
by Thord Daniel Hedengren 2010
3.76
247 ratings
Object-oriented Programming with C++
by E. Balagurusamy • 1994
Classes, inheritance, templates: C++ tools for building software that scales without falling apart.
3.98
278
Object-oriented Programming with C++ Summary
Object-oriented Programming with C++ 89%
Classes, inheritance, templates: C++ tools for building software that scales without falling apart.
by E. Balagurusamy 1994
3.98
278 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
The Swift Programming Language
by Apple Inc. • 2014
How Swift makes your code safer, cleaner, and faster: the official language reference.
4.15
479
The Swift Programming Language Summary
The Swift Programming Language 89%
How Swift makes your code safer, cleaner, and faster: the official language reference.
by Apple Inc. 2014
4.15
479 ratings
Learn C# in One Day and Learn It Well
by Jamie Chan • 2015
C# from zero to a working payroll app in one sitting: learn by building, not reading.
4.04
404
Learn C# in One Day and Learn It Well Summary
Learn C# in One Day and Learn It Well 89%
C# from zero to a working payroll app in one sitting: learn by building, not reading.
by Jamie Chan 2015
4.04
404 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 89%
Python simplifies object-oriented design: patterns, inheritance, and iterators the Pythonic way.
by Dusty Phillips 2010
4.02
247 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 89%
Stop guessing at style: the tools and idioms that turn working Python into professional code.
by Al Sweigart 2020
4.27
239 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 89%
A Python-first CS textbook that teaches what computation can do, not just how to code.
by John Zelle 2003
4.02
483 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 89%
Python from motherboard to internet: no prerequisites, no hand-waving, no jargon left unexplained.
by Charles Severance 2016
4.27
934 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 89%
The no-fluff guide to Python: learn variables, functions, and data structures, then write real code.
by Jason Cannon 2014
3.93
283 ratings
A Philosophy of Software Design
by John Ousterhout • 2018
Your codebase rots from the inside out. The design skill that stops it.
4.22
5k+
A Philosophy of Software Design Summary
A Philosophy of Software Design 89%
Your codebase rots from the inside out. The design skill that stops it.
by John Ousterhout 2018
4.22
5k+ ratings
The Robert C. Martin Clean Code Collection
by Robert C. Martin • 2011
Write code your team can read, your tests protect, and your future self won't curse.
4.48
549
The Robert C. Martin Clean Code Collection Summary
The Robert C. Martin Clean Code Collection 89%
Write code your team can read, your tests protect, and your future self won't curse.
by Robert C. Martin 2011
4.48
549 ratings
Debugging
by David J. Agans • 2002
Learn to debug like a detective: reproduce the crime, divide the scene, and never guess.
4.26
509
Debugging Summary
Debugging 89%
Learn to debug like a detective: reproduce the crime, divide the scene, and never guess.
by David J. Agans 2002
4.26
509 ratings
HTML5
by Mark Pilgrim • 2010
Plugins are dying: video, graphics, and storage now live in the browser itself. Here is how.
3.97
653
HTML5 Summary
HTML5 89%
Plugins are dying: video, graphics, and storage now live in the browser itself. Here is how.
by Mark Pilgrim 2010
3.97
653 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
JavaScript
by Douglas Crockford • 2008
JavaScript's worst features are well known. The map to its elegant, reliable core.
4.23
9k+
JavaScript Summary
JavaScript 89%
JavaScript's worst features are well known. The map to its elegant, reliable core.
by Douglas Crockford 2008
4.23
9k+ 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 26,
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