10
Python Metaclass in Practice Data Piping Dboy Liao < G itHub >

MLDM: Python Metaclass in Practice

Embed Size (px)

Citation preview

Python Metaclass in Practice

Data Piping

Dboy Liao< GitHub >

0. Nested Function

0. Nested Function

1. How About Class?

I Want This!

….in Python

1. How About Class?

2. Decorate Your Own Code

3. Metaclass Save Your Code

Thanks for Your Attention

References● PyCon Keynote by David Beazley● pandas.DataFrame.pipe● GitHub - dboyliao/pypeup