Skip to content

A Python3 meta programming tutorial in a progressive fashion

Notifications You must be signed in to change notification settings

sanbaiw/py3-metaprogramming

Repository files navigation

A Python3 meta programming tutorial in a progressive fashion

1. Scratching the surface

pt1_debug_decorator_approach.py

2. A closer look at meta

pt2_debug_metacls_approach.py

3. Yeah, but how?

pt3_bind_sig.py

4. Dive deeper

pt4_master_of_dot.py

5. Performance issues and how to fix it

pt5_boost1.py & pt6_boost2.py

About

A Python3 meta programming tutorial in a progressive fashion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages