Recent introspection posts

Effective Python Introspection

2022-07-05 | Effective Python, Python, introspection

Effective Python: Introspection Get the arguments of a function. import inspect def f(a, b, c, d): frame = inspect.currentframe() spec =

View post

Effective Python Introspection With Pandas

2022-02-15 | Effective Python, Python, pandas, introspection

TBD.

View post