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
 


Code: The Hidden Language of Computer Hardware and Software 2nd Ed

Top Book 2023
Author: Charles Petzold
Publisher: Microsoft Press
Date: August 2022
Pages: 480
ISBN: 978-0137909100
Print: 0137909101
Kindle: B0B123P5GV
Audience: General
Rating: 5
Reviewer: Mike James
Code! We all need to know about it.



Beginning Rust Programming

Author: Ric Messier
Publisher: Wiley
Date: March 2021
Pages: 416
ISBN: 978-1119712978
Print: 1119712971
Kindle: B08WZ2D7WC
Audience: Developers wanting to learn Rust
Rating: 3
Reviewer: Mike James
Everyone seems to want to know what makes Rust special. Does this book give the answers?


More Reviews