Exercises in Programming Style, 2e (Routledge, Chapman & Hall)
Monday, 31 August 2020

The first edition of this book was honored as an ACM Notable Book. This new edition retains the same presentation, but has been upgraded to Python 3, and there is a new section on neural network styles. Cristina Lopes uses a simple computational task (term frequency) to illustrate different programming styles and how they can be used to write programs and design systems.

<ASIN: 0367350203>

The book contains 40 different styles for writing the term frequency task. The styles are grouped into ten categories: historical, basic, function composition, objects and object interactions, reflection and metaprogramming, adversity, data-centric, concurrency, interactivity, and neural networks.

Author: Cristina Lopes
Publisher: Routledge / Chapman and Hall
Date: July 2020
Pages: 360
ISBN: 978-0367350208
Print: 0367350203
Kindle: B08CMMPCXY
Audience: General developers
Level: Introductory/Intermediate
Category: Python and Methodology

excinprog

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
 


Coding for Beginners, 2nd Ed (In Easy Steps)

Author: Mike McGrath
Publisher: In Easy Steps
Pages: 192
ISBN:978-1840789751
Print:1840789751
Kindle: B0B56LN77V
Audience: Complete beginners to programming
Rating: 4
Reviewer: Sue Gee

This book aims to introduce hands-on modern programming to complete beginners. Can this be achieved in fewer than 180 [ ... ]



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