Skip to content
#

python-types

Here are 20 public repositories matching this topic...

prisma-client-py
RobertCraigie
RobertCraigie commented Feb 4, 2022

Problem

We could improve the readability / experience reading through the library source code if there were module level docstrings.

Suggested solution

All python modules should include a docstring explaining

topic: docs good first issue kind/docs level/beginner

Native syntactic support for type annotations was introduced in Python 3. This article provides an overview of this feature, reviews how it can be used to document information about expressions and functions in a structured way, and illustrates some of the advantages of leveraging it for applicable use cases.

  • Updated Oct 26, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the python-types topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-types topic, visit your repo's landing page and select "manage topics."

Learn more