##A guide to Python's magic methods.## Written by Rafe Kettler in the year 2011.
Licensed under Creative Commons CC--NC-BY-SA (see http://creativecommons.org/licenses/by-nc-sa/3.0/). Basically, noncommercial, requires attribution, must be reproduced with a similar license. 'Nuff said.
Can be seen at http://www.rafekettler.com/magicmethods.html in relatively up to date form.
Edit magicmethods.mkd, run python magicmarkdown.py
, and then copy-pasta output (output will be in markedup.html) into magicmethods.html (just paste into the body). The magicmarkdown script requires markdown, just issue easy_install Markdown
and you'll have it.