|
|
|
|
|
by chestervonwinch
1263 days ago
|
|
Similar camp. Two reasons I enjoy Python, both related to documentation: 1. docstrings 2. keyword arguments Docstrings mean I can do REPL experiments without the additional friction of opening a browser to RTFM. Keyword arguments reduce how much I have to lookup the semantics of a function's signature. |
|