mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #442 from cgoodale/master
Add link to Python Magic Methods Guide
This commit is contained in:
@@ -154,6 +154,16 @@ development, version control, and optimization/profiling.
|
|||||||
`Expert Python Programming <http://www.packtpub.com/expert-python-programming/book>`_
|
`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
|
For Engineers and Scientists
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user