Python __Underscore__ Methods
siafoo.net
Python __Underscore__ Methods
1–9 of 9 posts
Re: Python __Underscore__ Methods
#2Discussion of similar article: https://news.ycombinator.com/item?id=6886411
Direct link to the article from that discussion (original no longer available): https://github.com/RafeKettler/magicmethods/blob/master/magi...
Re: Python __Underscore__ Methods
#3What would it take to get this information into the official python documentation and organized in an appropriate manner there?
There are so many tutorials and reference guides out there for any given language and they suffer from many deficiencies. They are often out of date, incorrect, unclear, or just plain wrong. But an article from 8 years ago has a good chance of being a top Google result. The minsinformation spreads. If the work was instead built into the official project documentation, it can be easily tracked and updated as the language/project evolves.
Re: Python __Underscore__ Methods
#4The Python documentation is generally quite nice, but the article claims this information is missing or hard to find. What would it take to get this information into the official python documentation and organized in an appropriate manner there? There are so many tutorials and reference guides out there for any given language and they suffer from many deficiencies. They are often out of date, incorrect, unclear, or j…
It's already there:
https://docs.python.org/3/reference/datamodel.html#special-m...
Re: Python __Underscore__ Methods
#5The Python documentation is generally quite nice, but the article claims this information is missing or hard to find. What would it take to get this information into the official python documentation and organized in an appropriate manner there? There are so many tutorials and reference guides out there for any given language and they suffer from many deficiencies. They are often out of date, incorrect, unclear, or j…
Re: Python __Underscore__ Methods
#6The Python documentation is generally quite nice, but the article claims this information is missing or hard to find. What would it take to get this information into the official python documentation and organized in an appropriate manner there? There are so many tutorials and reference guides out there for any given language and they suffer from many deficiencies. They are often out of date, incorrect, unclear, or j…
Re: Python __Underscore__ Methods
#7The Python documentation is generally quite nice, but the article claims this information is missing or hard to find. What would it take to get this information into the official python documentation and organized in an appropriate manner there? There are so many tutorials and reference guides out there for any given language and they suffer from many deficiencies. They are often out of date, incorrect, unclear, or j…
> What would it take to get this information into the official python documentation and organized in an appropriate manner there? It's already there: https://docs.python.org/3/reference/datamodel.html#special-m...
Re: Python __Underscore__ Methods
#8Re: Python __Underscore__ Methods
#9The Python documentation is generally quite nice, but the article claims this information is missing or hard to find. What would it take to get this information into the official python documentation and organized in an appropriate manner there? There are so many tutorials and reference guides out there for any given language and they suffer from many deficiencies. They are often out of date, incorrect, unclear, or j…
> What would it take to get this information into the official python documentation and organized in an appropriate manner there? It's already there: https://docs.python.org/3/reference/datamodel.html#special-m...
Sigh. I got bit by the same thing I was lamenting in my earlier post.