Python Functions Deep Dive Part 2 Write Simple and Parameterized Decorator

Member

Status

Offline

Posts

19,584

Likes

42

Rep

0

Bits

10

6

Months of Service

LEVEL 7
170 XP

j83xz-O0e-S3yz-R7-CDf0q2x-A.png

Python Functions Deep Dive Part 2: Write Simple and Parameterized Decorator
Released 5/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 48m | Size: 73 MB

This is the second part of a two-part video series about Python functions.

This video will explore local and global variables, nested functions, and using closures for encapsulation of state within functions. Next, the video will cover how to use functions as arguments and return values, and monkey patching. Finally, we will look at decorators. Decorators rely on several fundamental concepts, all covered previously in this video, to do something that can look a bit like magic - they let you add behavior to an existing function without touching the original ('decorated') function. The video will demonstrate how to write a simple decorator, followed by a parameterized one.

The video provides resources for continuing the learning journey with Python functions.

What You Will Learn
• How to structure your code using functions
• What are Nested functions
• What is Monkey patching
• What is Simple decorators and decorators with arguments
Who This Video is For
This course is for beginner to intermediate Python developers who really want to understand how functions work and how to make the most of them.

 

58,619

Members

368,820

Threads

2,938,193

Posts
Newest Member
Back
Top