Object-Oriented Python Using functools.partial
Thunder Talk
In Python, everything is an object -- int
s, bool
s, class
es, and, yes even function
s. This has many benefits, but it also allows us to write un-Pythonic code that is hard to follow.
This talk will demonstrate HOWTO design Object-Oriented solutions using only functions, built-in data structures, and the standard library.
After this talk, attendees will have a better understanding of how Python classes function
behind the scenes.
Presented by
Aly Sivji
Aly Sivji is a Canadian expat living in Chicago. By day, he builds backend systems at Numerator. By night, he is a co-organizer of the Chicago Python Users Group (ChiPy). Aly is an active participant in the ChiPy Mentorship Program and he loves helping intermediate developers become experts. Outside of Python, Aly enjoys cycling, reading, and rewatching old TV shows.