Python Distilled (Addison-Wesley)
Monday, 04 October 2021

In this book, David Beazley sets out to answer questions such as how programmers who are new to Python can work out where to begin, and how  experienced Python developers can know they're coding in a manner that is clear and effective. Beazley also looks at how to make the jump from learning about individual features to thinking in Python at a deeper level.

<ASIN:‎ 0134173279>

Focusing on Python 3.6 and higher, this concise handbook focuses on the essential core of the language, with updated code examples to illuminate how Python works and how to structure programs that can be more easily explained, tested, and debugged. Throughout, Beazley reflects all he's learned teaching Python to scientists, engineers, and developers, and pushing the envelope of what makes Python tick.

Author: David Beazley
Publisher: Addison-Wesley
Date: September 2021
Pages: 352
ISBN: 978-0134173276
Print: ‎ 0134173279
Audience: Python developers
Level: Intermediate
Category: Python

pythondist

 

  • Explore Python's core, from variables to packages
  • Solve data manipulation and analysis problems more effectively
  • Structure programs with an eye towards clarity and reliability
  • Control objects and master the "protocols" that define their behavior
  • Master functions and functional programming idioms
  • Discover the surprising power offered by generators
  • Understand classes from both high-level and technical perspectives
  • Plan for project growth by understanding modules and packages
  • Learn techniques and abstractions for proper I/O handling
  • Dicts!

 

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
 


Python Programming with Design Patterns

Author: James W. Cooper
Publisher: Addison-Wesley
Date: February 2022
Pages: 352
ISBN: 978-0137579938
Print: 0137579934
Kindle: B09D2RKQB5
Audience: Python developers
Rating: 1
Reviewer: Mike James
There was a time that design patterns were all the thing. Not so much now. But Python - does it have [ ... ]



Visual Complex Analysis

Author:  Tristan Needham
Publisher: Clarendon Press
Pages: 616
ISBN: 978-0198534464
Print: 0198534469
Kindle: B0BNKJTJK1
Audience: The mathematically able and enthusiastic
Rating: 5
Reviewer: Mike James
What's complex about complex analysis?


More Reviews