Metaclasses
Metaclasses copied to clipboard
Code for my Djangocon talk "Advanced Python through Django: Metaclasses"
Advanced Python through Django: Metaclasses
This is the code for my talk at Djangocon Europe.
This code is designed to be run with a tool called prescons.
To run the code:
$ git clone [email protected]:inglesp/Metaclasses.git
$ cd Metaclasses
$ mkvirtualenv metaclasses
$ pip install -r requirements.txt
$ python -m prescons djangocon.py