Ten Essays on Fizz Buzz (Brightwalton)
Friday, 21 August 2020

As indicated by its subtitle, "Meditations on Python, mathematics, science, engineering, and design", this book is a collection of ten essays in which author Joel Grus explores core Python concepts, software design and testing, mathematics, and deep learning using the children's game Fizz Buzz as the guiding example. Each essay contains code that implements a different solution of Fizz Buzz. In each case the requirement is to print the numbers from 1 to 100, except that if the number is divisible by 3, print "fizz"; if the number is divisible by 5, print "buzz"; and if the number is divisible by 15, print "fizzbuzz".

<ASIN:0982481829>

 

Author: Joel Grus
Publisher: Brightwalton
Date: August 2020
Pages: 167
ISBN: 978-0982481820
Print: 0982481829
Audience: Python developers
Level: Introductory/Intermediate
Category: Python

fizzbuzz

For recommendations of Python books see Books for Pythonistas and Python Books For Beginners in our Programmer's Bookshelf section.

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner
 


The Programmer's Brain (Manning)

Author: Dr. Felienne Hermans
Publisher: Manning
Date: September 2021
Pages: 256
ISBN: 978-1617298677
Print: 1617298670
Kindle: B09CQHBVQZ
Rating: 4
Reviewer: Mike James
Programmers have a brain - but what is it doing?



Street Coder (Manning)

Author: Sedat Kapanoglu
Publisher: Manning
Date: February 2022
Pages: 272
ISBN: 978-1617298370
Print: 1617298379
Kindle: B09Q3PJQC5
Audience: General
Rating: 4
Reviewer: Ian Elliot
Street Coder - sounds sort of tough but messy at the same time.


More Reviews