Add link to Python Magic Methods Guide

*  Resolves #103
This commit is contained in:
Cameron Goodale
2014-05-26 20:47:58 -07:00
parent e2b2a11ad0
commit 7ac101e2e7
+9
View File
@@ -154,6 +154,15 @@ development, version control, and optimization/profiling.
`Expert Python Programming <http://www.packtpub.com/expert-python-programming/book>`_
A Guide to Python's Magic Methods
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is a collection of blog posts by Rafe Kettler which explain 'magic methods'
in Python. Magic methods are surrounded by double underscores (i.e. __init__) and
can make classes and objects behave in different and magical ways.
`A Guide to Python's Magic Methods <http://www.rafekettler.com/magicmethods.html>`_
For Engineers and Scientists
----------------------------