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 Crash Course, 3rd Ed (No Starch Press)

Author: Eric Matthes
Publisher: No Starch Press
Pages: 552
ISBN: 978-1718502703
Print: 1718502702
Kindle: B09WJX22TV
Audience: People wanting to learn Python
Level: Introductory/Intermediate
Audience: Not the complete beginner
Rating: 4
Reviewer: Alex Armstrong
To reach a third edition this [ ... ]



The Art of WebAssembly

Author: Rick Battagline
Publisher: No Starch
Date: May 2021
Pages: 304
ISBN: 978-1718501447
Print: 1718501447
Kindle: B08TSYXJTS
Audience: WebAssembly developers
Rating: 5
Reviewer: Ian Elliot
WebAssembly is the coming thing - or so we are told.


More Reviews