Tuesday, December 17, 2019

Real Python: Documenting Python Code: A Complete Guide

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

[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your inbox every couple of days. >> Click here to learn more and see examples ]



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...