Type Annotations - Deepstash
Type Annotations

Type Annotations

PEP 484 introduced type hints (typing module), a.k.a type annotations. While its main focus was function annotations, it also introduced the notion of type comments to annotate variables.

Ex: primes = [] #type: List[int]

Although type comments work well enough, there are some downsides:

  • text editors highlight comments differently
  • one can’t annotate uninitialized variables
  • mixing type comments with normal ones is confusing

The solution: Variable Annotations

10

45 reads

CURATED FROM

IDEAS CURATED BY

pvl

Ex Backend @deepstash

As I strive to become a better python programmer, I’ve started using type hints and created this intro guide

The idea is part of this collection:

Machine Learning With Google

Learn more about computerscience with this collection

Understanding machine learning models

Improving data analysis and decision-making

How Google uses logic in machine learning

Related collections

Read & Learn

20x Faster

without
deepstash

with
deepstash

with

deepstash

Personalized microlearning

100+ Learning Journeys

Access to 200,000+ ideas

Access to the mobile app

Unlimited idea saving

Unlimited history

Unlimited listening to ideas

Downloading & offline access

Supercharge your mind with one idea per day

Enter your email and spend 1 minute every day to learn something new.

Email

I agree to receive email updates