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
 


Embracing Modern C++ Safely

Author: Dr. John Lakos, Vittorio Romeo, Dr. Rostislav Khlebnikov and  Alisdair Meredith
Publisher: Addison-Wesley
Date: December 2021
Pages: 1376
ISBN: 978-0137380350
Print: 0137380356
Kindle: B09HTFQB92
Audience: C++ developers
Rating: 4
Reviewer: Harry Fairhead
Writing safe C++ - sounds essential

 [ ... ]



Practices of the Python Pro

Author: Dane Hillard
Publisher: Manning
Date: January 2020
Pages: 248
ISBN: 978-1617296086
Print: 1617296082
Audience: Python developers
Rating: 3
Reviewer: Mike James
I want to be a Python Pro....


More Reviews