Search code examples
pythondjangometaprogrammingdynamic-languages

Dynamic Language Features and Meta-Programming Used in Django


Any good summary articles of the dynamic language and meta-programming features of Python that get utilized by Django? Or can we build that out here? Setting this up as a wiki-style entry.


Solution

  • Marty Alchin (Gulopine) has a few articles on various bits of Django internals - including metaclasses and descriptors - on his blog: http://martyalchin.com/categories/django/