Sitemap
TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Member-only story

Streamline Your Documentation with GPT-3

6 min readJan 16, 2023

--

Image generated using DALL-E with the prompt: “A robot inspecting code at a computer terminal. Cyberpunk style, realistic.”

What are docstrings?

# A docstring example
def square(n):
"""Takes in a number n and returns the square of n"""
return n**2

Example: Calculating the average value of a list of numbers

--

--

TDS Archive
TDS Archive

Published in TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Mikhail Klassen
Mikhail Klassen

Written by Mikhail Klassen

Entrepreneur, Data Scientist, PhD Astrophysicist, Writer, Mentor

Responses (1)