Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RafeKettler/magicmethods
Guide to Python's magic methods
https://github.com/RafeKettler/magicmethods
Last synced: 3 months ago
JSON representation
Guide to Python's magic methods
- Host: GitHub
- URL: https://github.com/RafeKettler/magicmethods
- Owner: RafeKettler
- Created: 2011-01-20T04:13:12.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T07:09:52.000Z (about 1 year ago)
- Last Synced: 2024-06-02T11:37:32.715Z (8 months ago)
- Language: HTML
- Homepage: http://www.rafekettler.com/magicmethods.html
- Size: 1.42 MB
- Stars: 1,694
- Watchers: 78
- Forks: 347
- Open Issues: 21
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- starred-awesome - magicmethods - Guide to Python's magic methods (HTML)
README
##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.
## For forkers: ##
Edit `magicmethods.markdown`/`magicmethods.tex`, then run `make docs`. The build script requires the Python Markdown module, so you'll have to run `pip install markdown` if you don't already have it. Happy hacking!