24
Are docstrings commonly used?
(programming.dev)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
I wouldn't say it's "more important" in Python but usually: 1. Documentation is very important in every language, and 2. Python uses docstrings to achieve this.