Ten Essays on Fizz Buzz
$14.95
Minimum price
$19.95
Suggested price

Ten Essays on Fizz Buzz

Meditations on Python, mathematics, science, engineering, and design

About the Book

"This book is so good. I wish I'd written it." -- Tim Hopper (@tdhopper)

"Highly recommended: a grand tour of computer science theory and practical software engineering, explored through the lens of 10 Fizz Buzz solutions in Python. Outstanding." -- Paco Nathan (@pacoid)

"I'd never have thought a book about Fizz Buzz would make me a better programmer, but I was wrong. Joel in the course of 10 chapters does a broad survey of core Python concepts, software design and testing, mathematics, and more (including deep learning) using Fizz Buzz as the guiding example. It's that rare technical book that remains engaging, entertaining, and accessible." -- Binal Patel (@binalkp91)

More real Python tips than any "Python tricks" book! From a Python beginner to an experienced ML practitioner, you're bound to learn something about the language and its application to a progressive level of algorithmic applications. Recommended for the anyone looking to "level up" their Python or problem solving skills! -- Tom Marthaler (@tmarthal)

Fizz Buzz is the following (simple) problem:

Print the numbers from 1 to 100, except that if the number is divisible by 3, instead print "fizz"; if the number is divisible by 5, instead print "buzz"; and if the number is divisible by 15, instead print "fizzbuzz".

It originated as a children's game, but has since taken on a new life as a lowest-common-denominator litmus test for assessing computer programmers.

If you are an experienced programmer, it is an extremely easy problem to solve. Because of this, it has taken on a third life as the prototypical bad interview problem. Everyone knows that it's the question you ask people to make sure that they're not completely incompetent as programmers. Accordingly, if your interviewer asks you to solve it, he's suggesting he thinks it possible that you're completely incompetent as a programmer. You would not be wrong to feel insulted!

My association with this problem began in 2016, when I wrote a blog post called Fizz Buzz in Tensorflow, the (possibly fictional) story of one such insulted programmer who decided to show up his interviewer by approaching Fizz Buzz as a deep learning problem. This post went modestly viral, and ever since then I have been seen as a thought leader in the Fizz Buzz space.

Accordingly, over the years I have come up with and/or collected various other stupid and/or clever ways of solving Fizz Buzz. I have not blogged about them, as I am not the sort of person who beats a joke to death, but occasionally I will tweet about them, and recently in response someone suggested that I write a book on "100 Ways of Writing Fizz Buzz in Python."

Now, I could probably come up with 100 ways of solving Fizz Buzz, but most of them would not be very interesting. Luckily for you, I was able to come up with 10 that are interesting in various ways, each of which turned out to be a good launching-off point for (sometimes meandering) discussions of various aspects of coding, Python, Fizz Buzz, mathematics, software design, technical interviewing, and various other topics.

Hence "Ten Essays on Fizz Buzz".

In many ways this is a strange book. Its goal is not to teach you a specific field or a specific technology. I hope you will learn a lot from reading it, but it's not really a book that you'd read in order to learn anything in particular. Most technical books are about specific technical topics; this one sort of isn't.

Nonetheless, it is a technical book. Each essay contains code that implements a different solution of Fizz Buzz. Each essay uses code to illustrate its ideas. Each essay represents my current best thinking about how to solve problems using code. If you have a coding job, you should feel no reluctance to expense this book to your employer.

As I primarily code in Python, all of these solutions will be in Python. Some of them will use features that were only introduced in Python 3.6, and some of them will demonstrate concepts and techniques that are mostly specific to Python. On some level this is deeply a Python book. However, my goal was to write a book that would be interesting and enlightening even if you are not a Python programmer. I'll leave it to you to judge how successful I was.

About the Author

Joel Grus
Joel Grus

Joel Grus is the creator of the beloved book Data Science from Scratch, the beloved blog post Fizz Buzz in Tensorflow, and the polarizing JuypterCon presentation I Don't Like Notebooks.

He's also the co-host of the Adversarial Learning podcast.

He very occasionally blogs at joelgrus.com, very occasionally records livecoding videos, and spends most of the rest of his time on Twitter @joelgrus.

If you'd like to keep up with his various activities, thoughts, and projects, you can sign up for his mailing list.

Table of Contents

  • Introduction
  • 1. 100 Print Statements
    • Algorithm and Abstraction
    • Reusability and Changeability
    • Testability and Fizz Buzz
    • Testability Beyond Fizz Buzz
    • Generating the print Statements
  • 2. if / elif / elif / else
    • Mind the Order
    • Divisibility and Modulus
    • “We’re Adders, We Need Logs to Multiply”
    • Some Other Checks
    • Some Well-Known Tricks
    • Eliminating elif
  • 3. The Cycle of 15
    • Equivalence Classes
    • None as a Sentinel
    • Truthiness and Logic
    • dict.get
  • 4. Euclid’s Solution
    • Prime Numbers
    • Performance Optimization
    • Factorization
    • What Prime Factorization Has to Do with Fizz Buzz
    • Greatest Common Divisors and Least Common Multiples
    • gcd and Fizz Buzz
    • Euclid’s Algorithm
  • 5. Trigonometry
    • Sin and Cos
    • int
    • Pi and Tau
    • Operator Overload
  • 6. A Big Number
    • Decimal, Binary, and Hexadecimal
    • A Secret Encoding
    • Prefix Codes
    • Huffman Coding
    • Data Modeling
    • Our Data Model
    • Constructing the Code
    • Digression: Mutable Default Values
    • Digression: heapq
    • Decoding
    • “Accidentally Quadratic”
    • Regular Expressions
  • 7. Infinite Iterables
    • Iterables, Iterators, and Lazy Infinite Sequences
    • itertools
    • zip vs map
    • Putting It All Together
    • Bonus: PowerFizz
  • 8. Random Guessing
    • random
    • Pseudorandomness and the Seed
    • Creating a Pseudorandom Generator
    • Advances in the Same Iterator
    • Values and References
    • Argument Unpacking
    • The Cycle of 15, Redux
    • Where did 23_977_775 come from?
    • Putting it all together
  • 9. Matrix Multiplication
    • n-Dimensional Arrays
    • Digression: Recursion, Iteration, and Tail Recursion
    • NumPy
    • Working With Arrays
    • Fizz Buzz as a Matrix Multiplication Problem
    • How Did I Choose Those Weights?
  • 10. Fizz Buzz in Tensorflow
    • Machine Learning
    • Fizz Buzz as a Machine Learning Problem
    • Learning and Generalization
    • Feature Engineering
    • Deep Learning
    • Validation
    • How Does It Work?
  • About the Author
  • Acknowledgements
  • Notes

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

80% Royalties. Earn $16 on a $20 book.

We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub