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
 


Artificial Intelligence and Expert Systems (Mercury Learning)

Authors: I. Gupta & G. Nagpa
Publisher: Mercury Learning
Pages: 412
ISBN: 978-1683925071
Print: 1683925076
Kindle: B087785GZM
Audience: Technically able readers
Rating: 4
Reviewer: Mike James
Expert Systems, anyone?



The C# Workshop (Packt)

Author: Jason Hales, Almantas Karpavicius and Mateus Viegas
Publisher: Packt
Date: September 2022
Pages: 780
ISBN: 978-1800566491
Print: 1800566492
Kindle: ‎ B0BGRBDJLS
Audience: C# developers
Rating:  4
Reviewer: Mike James
C# is not the language it once was - time for a revival?


More Reviews