Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sharinas/make-better-python

Contains exploratory code and learning topics to improve day-to-day Python use.
https://github.com/sharinas/make-better-python

boto3 classes-python python python3

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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