Download RealPython – Python Decorators 101 2023-9

Python Decorators 101

Description

Python Decorators 101, a course on Python decorators, is published by RealPython Academy. In this lesson you will learn about Python decorators, what they are and how to create and use them. Decorators provide a simple syntax for calling higher-order functions in Python. By definition, a decorator is a function that takes another function and extends the behavior of the second function without changing it.

What are decorators?

Decorators provide a simple syntax for calling higher-order functions in Python. In other words, a decorator is a function that takes another function as input and extends its behavior without changing it.

Advantages of using decorators:

  • They increase the readability of the code: Using decorators, you can divide your code into smaller and more understandable parts.
  • Increase code reusability: You can use decorators to implement common behaviors between multiple functions.
  • They help you test your code: Decorators can be used to inject dependencies and mock objects in unit tests.

What you will learn

  • Functions as objects in Python
  • Function output from function
  • Reusing decorators
  • The output of the decorator functions
  • Scheduling functions with decorators

Python Decorators 101 course details

  • Publisher: RealPython
  • teacher : Christopher Bailey
  • English language
  • Education level: Intermediate
  • Number of courses: 20
  • Training duration: 1 hour and 7 minutes

Head of the seasons

Pictures

Python Decorators 101

Sample video

Installation guide

After Extract, view with your favorite Player.

Subtitle: None

Quality: 1080p

download link

Download – 196 MB

File(s) password: www.downloadly.ir

Size

196 MB

Be the first to comment

Leave a Reply

Your email address will not be published.


*