Add python decorators resource (#2777)

pull/2748/head^2
Aayan Pathan 2 years ago committed by GitHub
parent f912937775
commit 7c73452438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      content/roadmaps/108-python/content/102-python-advanced-topics/102-decorators.md

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

Loading…
Cancel
Save