In this course, you’ll learn how to document your Python code! Documenting your code is important because it can help developers and users fully understand its usage and purpose.
You’ll learn about:
- The reasons that documenting your code is so important
- The differences between commenting and documenting
- Best practices for docstrings
Thomas on Feb. 10, 2020
Thanks for this concise tutorial on documentation. Especially Epytext makes my life as a Java developer a lot easier writing Python documentation. I find this topic dead boring, but this tutorial made it a lot easier to get started:)