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.