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
You can find the course material here: https://dabeaz-course.github.io/practical-python/Notes/Contents.html
CU soon
Alex
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
Here is the session link: https://meet.jit.si/practical_python_programming
The next session will start at 16:30 UTC (http://time.unitarium.com/utc/16).CU soon
Alex