bangpypers / meetup-talks

Creative Commons Zero v1.0 Universal
6 stars 2 forks source link

The Python type system #3

Closed nikochiko closed 1 year ago

nikochiko commented 1 year ago

Title of the talk

The Python Type System

Description

Python's type system is as absurd as it is fascinating. "Everything is an object" is an understatement. In this talk, In this talk, we will take a look at how Python's type system is implemented -- specifically its objects and classes. We'll take a look at how classes are also objects, the consequences of that, and how it is implemented in the interpreter. Next, we'll try to figure out where the self in method comes from. We'll top it off with how we can create a function decorator that will take away the need for a class keyword.

Outcomes:

What format do you have in mind for your talk?

Talk

Table of contents

Outline:

What domain would you say your talk falls under?

Core Python

Duration in minutes (including Q&A)

25

Prerequisites

No response

Speaker bio

Software Developer at Pipal Academy

The talk/workshop speaker agrees to

anistark commented 1 year ago

Hi 👋🏼

Please confirm if you want to present this talk at this month's meetup?

nikochiko commented 1 year ago

Hi yes. I'd like to present it this month