filmov
tv
Docstrings in Python

Показать описание
In Python we prefer docstrings to document our code rather than just comments. Docstrings must be the very first statement in their function, class, or module. Python's help function uses these.
00:00 What is a docstring
00:20 Docstrings must be the first statement in a function
01:28 Triple quotes: convention or requirement?
01:51 PEP 257: the docstring style guide
02:42 The __doc__ attribute
03:09 Docstrings in classes
03:39 Modules have docstring too
04:18 Summary
00:00 What is a docstring
00:20 Docstrings must be the first statement in a function
01:28 Triple quotes: convention or requirement?
01:51 PEP 257: the docstring style guide
02:42 The __doc__ attribute
03:09 Docstrings in classes
03:39 Modules have docstring too
04:18 Summary
#6: Python Docstrings | Python Best Practices
Docstrings - Python Tips and Tricks #10
Docstrings in Python | Python Tutorial - Day #29
Docstring in Python | How to use docstrings in Python | Python Tutorial Part #49
#6 Python Programming - Docstrings
How to Document Your Code Like a Pro
Python Tutorial: Docstrings
Sphinx - How to generate documentation from python doc strings - Five + Minutes on Tips and Tricks
Creating Python Function docstrings and Running doctests
Docstrings in Python
What is Docstring in Python?
Documenting a Function in Python: DOCSTRING in Python - Python Tutorial for Beginners
Documenting Your Code with Python - Overview of Comments, Docstrings and Type Hints
Docstrings In Python
Docstrings in python in Hindi || Python tutorial for absolute beginners in Hindi || #31
Creating Documentation from Python Docstrings with Sphinx
Python documentation with Docstrings
Что такое docstring? Docstring in Python.
How to use annotations and docstrings in python
Docstrings in Python #Shorts
Difference between Comments & Docstrings in python programming.
Minissérie Pythonica: Funções #5 - Documentando funções com docstrings
Python Modules -- Document Modules with Docstrings
Docstring in Python | What are Docstrings ? | Docstrings vs Comments
Комментарии