Programmer's Python: Everything is an Object (I/O Press)
Wednesday, 18 July 2018

This book sets out to explain the deeper logic in the approach that Python 3 takes to classes and objects. The subject is roughly speaking everything to do with the way Python implements objects. That is, in order of sophistication, metaclass; class; object; attribute; and all of the other facilities such as functions, methods and the many “magic methods” that Python uses to make it all work. This is a fairly advanced book in the sense that you are expected to know basic Python. However, it tries to explain the ideas using the simplest examples possible. 

<ASIN:1871962587>

Despite it's subtitle "Something Completely Different", a reference to Montyy Pythonesque humor, as long as you can write a Python program, and you have an idea what object-oriented programming is about, it should all be understandable and, as important, usable. 

Author: Mike James
Publisher: I/O Press
Date: July 2018
Pages: 252
ISBN: 978-1871962581
Print: 1871962587
Audience: Python developers
Level: Intermediate to Advanced
Category: Python

 

python

  1. Getting Started
  2. Variables, Objects and Attributes 
  3. The Function Object
  4. Scope, Lifetime and Closure
  5. Advanced Functions
  6. Class Methods and Constructors
  7. Inside Class
  8. Meeting Metaclass 
  9. Advanced Attributes
  10. Custom Attribute Access
  11. Single Inheritance
  12. Multiple Inheritance
  13. Class and Type
  14. Type Annotation
  15. Operator Overloading 

 

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
 


Zombie Scrum Survival Guide (Addison-Wesley)

Author: Christiaan Verwijs, Johannes Schartau and Barry Overeem
Publisher: Addison-Wesley Professional
Date: November 2020
Pages: 200
ISBN: 978-0136523260
Print: 0136523269
Kindle: ‎ B08F5GY39V
Audience: Scrum developers
Rating: 5
Reviewer: Kay Ewbank

The idea behind this book is a fascinating [ ... ]



The Programmer's Brain (Manning)

Author: Dr. Felienne Hermans
Publisher: Manning
Date: September 2021
Pages: 256
ISBN: 978-1617298677
Print: 1617298670
Kindle: B09CQHBVQZ
Rating: 4
Reviewer: Mike James
Programmers have a brain - but what is it doing?


More Reviews