Contribute Media
A thank you to everyone who makes this possible: Read More

Introspection and Reflection in Python

Description

Introspection/reflection allows us to gain a great deal of flexibility and control when building our program. In Python, we get the introspection feature out of the box. This talk will explore various builtin python functions and modules that fall under the category of introspection, and this talk will also demonstrate different use cases.

Details

Improve this page