1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Add python decorators resource (#2777)

This commit is contained in:
Aayan Pathan
2022-10-31 13:29:33 +05:30
committed by GitHub
parent f912937775
commit 7c73452438

View File

@@ -5,3 +5,4 @@ decorator is a design pattern in Python that allows a user to add new functional
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.datacamp.com/tutorial/decorators-python'>Python Decorators</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/decorators-in-python/'>Decorators in Python</BadgeLink>
<BadgeLink colorScheme='red' badgeText='Watch' href='https://www.youtube.com/watch?v=FXUUSfJO_J4'>Decorators in Python</BadgeLink>