← Back to all tags

Posts tagged with 'python'

4 posts

Using TypedDict with invalid attribute names

Published · 1 min read

How to use a TypedDict with item keys that aren't valid identifiers

Configure Boto3 endpoint_url

Published · 1 min read

Use environment variables to point Boto3 at local services

Mocking Boto3 with pytest

Published · 1 min read

Mock requests to AWS services with pytest

Python TypedDict with Generics

Published · 1 min read

How to define a Python type for a dict with generic values