Contains exploratory code and topics to improve coding in Python. Built with the focus of increasing the elegance and functionality of Python scripts for interacting with AWS from the CLI, as well as for AWS Lambda functions.
- Args (and the unpacking operator)
- Classes (simple)
- Dataclass (decorator)
- List Comprehension
- Map()