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

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

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**