/make-better-python

Contains exploratory code and learning topics to improve day-to-day Python use.

Primary LanguagePython

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()