Practical Python Programming: 16 - The Inner Working of Python Objects. 29.08.2021 16:30 UTC

This session covers some of the inner workings of Python objects. Programmers coming from other programming  languages often find Python’s notion of classes lacking in features. For example, there is no notion of access-control (e.g., private, protected), the whole self argument feels weird, and frankly, working with objects sometimes feel like a “free for all.” Maybe that’s true, but we’ll find out how it all works as well as some common programming idioms to better encapsulate the internals of objects.

You can find the course material here: https://dabeaz-course.github.io/practical-python/Notes/Contents.html
The next session will start at 16:30 UTC (http://time.unitarium.com/utc/16).

CU soon smile
Alex
Sign In or Register to comment.