Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sharinas/make-better-python
- Owner: SharinaS
- Created: 2020-09-25T01:14:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T01:46:35.000Z (over 3 years ago)
- Last Synced: 2023-03-03T01:06:28.100Z (almost 2 years ago)
- Topics: boto3, classes-python, python, python3
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()