Core Python: Classes and Object-orientation

 Core Python: Classes and Object-orientation, by Austin Bingham and Robert Smallshire, is another course in the Core Python learning path in PluralSight.

It covers class attributes, methods and properties, string representation, multiple inheritance (which is implemented in quite an interesting way in Python), Class decorators, and data classes.

My favorite were data classes. I didn't know about them (they are kind of recent, being added in 3.7), These seem to be popular, considering Kotlin's data classes and C# records, and this is for a reason, as they save a lot of unnecessary code.

Overall, pretty interesting.

Comments

Popular posts from this blog

[Fixed] Just Cause 3 Mouse offset

Solved - You have an incorrect version of driver "vmx86.sys" - VMWare Workstation 8

Elon Musk: How the Billionaire CEO of SpaceX and Tesla is shaping our Future - Book Review