My Thoughts on the Python Programming Language

Pros

  • Python is self documenting

You can run the help() command and it will pull a list of functions in a library. If the writer put comments at the top of these functions those comments will be displayed as help. In this way, Python kind of self documents.

comments powered by Disqus
python/my_thoughts_on_the_python_programming_language.txt · Last modified: 2020/06/01 22:53 (external edit)