Y
Hacker News
new
|
ask
|
show
|
jobs
by
enrmarc
3588 days ago
Why does Python use methods for some functionality (e.g. list.index()) but functions for other (e.g. len(list))?
http://effbot.org/pyfaq/why-does-python-use-methods-for-some...
I guess is that.