https://github.com/comsavvy/decorators-and-dataclasses
My learning on both decorators and data class
https://github.com/comsavvy/decorators-and-dataclasses
dataclass decorators object-oriented-programming python3
Last synced: 8 months ago
JSON representation
My learning on both decorators and data class
- Host: GitHub
- URL: https://github.com/comsavvy/decorators-and-dataclasses
- Owner: comsavvy
- Created: 2020-10-23T18:29:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T10:21:33.000Z (over 5 years ago)
- Last Synced: 2025-10-12T09:32:10.246Z (8 months ago)
- Topics: dataclass, decorators, object-oriented-programming, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decorators in Python
This directory contains my learning base on decorators and dataclasses in Python.
### I learned more about decorators at Real python (Decorators) and also dataclasses (Dataclass) in Python
> **Real_Python gives me more clarity about Dataclass and Decorators in Python**
> **Thanks to them**