Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 373 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 373 Bytes

Make Better Python

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.

Skill Topics

  • Args (and the unpacking operator)
  • Classes (simple)
  • Dataclass (decorator)
  • List Comprehension
  • Map()