[BangPypers] Tech Talk: Deep Dive into Python OOP

Arvind Padmanabhan arvindpdmn at gmail.com
Tue Nov 23 05:03:18 EST 2021


 Hi BangPypers,

You're invited to this Saturday's talk titled *Deep Dive into Python OOP*.
Talk starts at 10AM IST at https://bit.ly/pythonoop . No registration is
required. Event is free. See below for talk details.

Regards,
Arvind Padmanabhan
Trustee, Devopedia Foundation
Synopsis

Python is an object-oriented programming (OOP) language. Everything is a
class including basic types such as integers. This talk will dive deep into
a few essential aspects of Python's OOP. In particular, we'll look at the
following:

   - Class instantiation, constructor and destructor
   - Naming conventions with regard to class definitions
   - Magic methods
   - Object methods, class methods and static methods
   - Multiple inheritance and MRO
   - Co-operative inheritance
   - Nested classes
   - Object introspection

This talk requires participants to be familiar with the basics of Python
and OOP.

Speaker
Arvind Padmanabhan, Trustee @ Devopedia Foundation
https://www.linkedin.com/in/arvindpdmn/


More information about the BangPypers mailing list