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
 


How to Grow a Robot: Developing Human-Friendly, Social AI

Author: Mark H. Lee
Publisher: MIT Press
Pages: 384
ISBN: 978-0262043731
Print: 0262043734
Kindle: B0874BMM14
Audience: Developers interested in how robotics and AI can be combined.
Rating: 5
Reviewer: Kay Ewbank

This book sets out to look at how robots can be more human-like, friendly and engaging. [ ... ]



Grokking Machine Learning

Author: Luis G. Serrano
Publisher: Manning
Date: December 2021
Pages: 512
ISBN: 978-1617295911
Print: 1617295914
Kindle: B09LK7KBSL
Audience: Python developers interested in machine learning
Rating: 5
Reviewer: Mike James
Another book on machine learning - surely we have enough by now?


More Reviews