ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

595 results

Peter Schneider
What are the most common Python docstring formats? closed

What are the most common Python docstring formats? closed I hope you found a solution that worked for you :) The Content ...

6:17
What are the most common Python docstring formats? closed

10 views

2 years ago

Rodolfo y Nicolás
Advanced description from docstring

You can limit the lines used from the docstring of a path operation function for OpenAPI.

7:30
Advanced description from docstring

6 views

2 years ago

AISSMS INSTITUTE OF INFORMATION TECHNOLOGYY - IOIT
Docstring in python

Documentation string in python by Prof.Punashri Patil.

3:25
Docstring in python

8 views

2 years ago

The Debug Zone
Understanding Python Docstrings and Type Annotations: A Comprehensive Guide

In this video, we delve into the essential concepts of Python docstrings and type annotations, two powerful features that enhance ...

3:08
Understanding Python Docstrings and Type Annotations: A Comprehensive Guide

10 views

1 year ago

The Debug Zone
Fixing Google Style Docstring Example Section Not Rendering as Code Snippet

In this video, we'll tackle a common issue faced by developers when working with Google style docstrings in Python. Specifically ...

1:30
Fixing Google Style Docstring Example Section Not Rendering as Code Snippet

0 views

9 months ago

The Debug Zone
How to Check PEP 257 Docstring Conventions in PyCharm: A Complete Guide

In this video, we'll explore the importance of PEP 257 docstring conventions in Python programming and how they enhance code ...

1:54
How to Check PEP 257 Docstring Conventions in PyCharm: A Complete Guide

10 views

2 months ago

The Debug Zone
How to Collapse Clojure Docstrings in Spacemacs: A Step-by-Step Guide

In this video, we'll explore the powerful features of Spacemacs, specifically focusing on how to efficiently manage Clojure ...

3:00
How to Collapse Clojure Docstrings in Spacemacs: A Step-by-Step Guide

13 views

1 year ago

openscreencast
Python-Programmierung - docstring und pydoc (Dokumentation)

Python-Programmierung - docstring und pydoc (Dokumentation) Lizenz: http://creativecommons.org/licenses/by/4.0/ ...

3:47
Python-Programmierung - docstring und pydoc (Dokumentation)

2,133 views

8 years ago

Roel Van de Paar
How to show docstring or function signature in VS Code for a Jupyter Notebook?

How to show docstring or function signature in VS Code for a Jupyter Notebook? Helpful? Please use the *Thanks* button above!

1:16
How to show docstring or function signature in VS Code for a Jupyter Notebook?

16 views

2 months ago

The Debug Zone
Convert Python Docstrings from reStructuredText to Google Style Easily

In this video, we'll explore the process of converting Python docstrings from reStructuredText (reST) format to Google Style format ...

1:32
Convert Python Docstrings from reStructuredText to Google Style Easily

2 views

5 months ago

Roel Van de Paar
How to get PyCharm to display docstring in proper format?

How to get PyCharm to display docstring in proper format? Helpful? Please support me on Patreon: ...

1:37
How to get PyCharm to display docstring in proper format?

99 views

5 years ago

PyOhio
"The Value of Docstrings" - Eric Appelt (Pyohio 2019)

Eric Appelt https://www.pyohio.org/2019/presentations/84 Python docstrings differ from regular comments in that they are stored ...

28:00
"The Value of Docstrings" - Eric Appelt (Pyohio 2019)

302 views

6 years ago

Confreaks
DjangoCon US 2015 - Introduction to Sphinx & Read the Docs by Eric Holscher

Introduction to Sphinx & Read the Docs This talk will have four parts: Why Write Documentation Semantic Markup Sphinx Read ...

29:16
DjangoCon US 2015 - Introduction to Sphinx & Read the Docs by Eric Holscher

3,127 views

10 years ago

Roel Van de Paar
Docstring convention for Python __str__, __unicode__, and __repr__ class methods

Software Engineering: Docstring convention for Python __str__, __unicode__, and __repr__ class methods Helpful? Please ...

1:29
Docstring convention for Python __str__, __unicode__, and __repr__ class methods

5 views

3 years ago

Roel Van de Paar
Software Engineering: How much information should a docstring contain? (2 Solutions!!)

Software Engineering: How much information should a docstring contain? Helpful? Please support me on Patreon: ...

1:48
Software Engineering: How much information should a docstring contain? (2 Solutions!!)

11 views

3 years ago

The Debug Zone
Python Docstrings vs Type Hints: Which is More Efficient for Code Clarity?

In this video, we dive into the world of Python programming to explore two essential tools for enhancing code clarity: docstrings ...

3:54
Python Docstrings vs Type Hints: Which is More Efficient for Code Clarity?

17 views

11 months ago

tekkmood
08 Documenting Your code using comments and docstrings

comments make your code easy to understand. it also makes others know what your code is doing. clean and well-documented ...

5:31
08 Documenting Your code using comments and docstrings

28 views

3 years ago

Roel Van de Paar
Docstring generator in Google type (2 Solutions!!)

Docstring generator in Google type Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

4:06
Docstring generator in Google type (2 Solutions!!)

3 views

3 years ago

GNU Emacs for Success
Add docstring automatically to any Emacs Lisp function by using Qwen 14B Coder Instruct, LLM

defun rcd-get-docstring-from-llm () (interactive) (let ((function (thing-at-point 'defun))) (cond (function (let ((docstring (rcd-llm ...

4:30
Add docstring automatically to any Emacs Lisp function by using Qwen 14B Coder Instruct, LLM

34 views

8 months ago

QaOps
Cucumber | Should I use docstring ?

In this video, I will show if one should use docstring in their BDD scenarios. Even though I will implement a scenario using ...

12:08
Cucumber | Should I use docstring ?

696 views

5 years ago

Cisco DevNet
Python Skills and Techniques for Network Engineers, Part 1

Season 2, Talk 1 of NetDevOps Live! looks at several tips and techniques for crafting better network automation code with Python.

57:54
Python Skills and Techniques for Network Engineers, Part 1

60,551 views

6 years ago

Roel Van de Paar
Is it appropriate to use docstring `return` and `args` sections to specify HTTP statuses and URL...

Software Engineering: Is it appropriate to use docstring `return` and `args` sections to specify HTTP statuses and URL parameters ...

2:30
Is it appropriate to use docstring `return` and `args` sections to specify HTTP statuses and URL...

13 views

3 years ago

Roel Van de Paar
Notepad++ and Python docstrings

Notepad++ and Python docstrings Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

1:27
Notepad++ and Python docstrings

12 views

4 years ago

Selfstudy Space
Lesson 10: Comments and docstrings - Learn to code Python in 1 hour

Python Programming for Beginners: Learn to Code in an Hour Course An Introduction to Basic Computer Science Fundamentals ...

5:20
Lesson 10: Comments and docstrings - Learn to code Python in 1 hour

7 views

6 years ago

Roel Van de Paar
Software Engineering: Python method docstring: to use or not to use Args: Returns: (2 Solutions!!)

Software Engineering: Python method docstring: to use or not to use Args: Returns: Helpful? Please support me on Patreon: ...

2:29
Software Engineering: Python method docstring: to use or not to use Args: Returns: (2 Solutions!!)

0 views

3 years ago