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
 


Modern Frontend Development with Node.js

Author: Florian Rappl
Publisher: Packt Publishing
Date: November 2022
Pages: 208
ISBN: 978-1804618295
Print: 1804618292
Kindle: B0B9BH5WBS
Audience: Node.js developers
Level: Introductory/Intermediate
Rating: 3
Reviewer: Ian Elliot
Modern development - what else is there?



Software Mistakes and Tradeoffs (Manning)

Author: Tomasz Lelek and Jon Skeet
Publisher: Manning
Date: June 2022
Pages: 426
ISBN: 978-1617299209
Print: 1617299200
Audience: C# developers
Rating: 4
Reviewer: Mike James
We all make mistakes - do you want to read about them?


More Reviews