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
 


Lean DevOps

Author: Robert Benefield
Publisher: Addison-Wesley
Pages: 368
ISBN: 978-0133847505
Print:  0133847500
Kindle: B0B126ST43
Audience: Managers of devops teams
Rating: 3 for developers, 4.5 for managers
Reviewer: Kay Ewbank

The problem this book sets out to address is that of how to deliver on-demand se [ ... ]



Discovering Modern C++, 2nd Ed

Author: Peter Gottschling
Publisher: Addison-Wesley
Pages: 576
ISBN: 978-0136677642
Print: 0136677649
Kindle: ‎ B09HTJRJ3V
Audience: C++ developers
Rating: 5
Reviewer: Mike James

Modern C++ who would want to write anything else? Is this a suitable introduction for the rest of us?


More Reviews