17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
PluralSight - Python 3 Decorators
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Decorators allow programmers to modify the functionality of an object without permanently modifying the object’s structure. This course will teach you how to create and use decorators in Python
Decorator pattern in Python allows you to add new functionality to an object by wrapping it in another function. In this course, Python 3 Decorators, you’ll learn what decorators are and how to use them in your projects. First, you’ll explore functions as first-class objects in Python. This will allow us to learn about higher order functions, inner functions and closures. All of these concepts are necessary for us to understand how decorators work in Python. Next, you’ll discover how to create and use your own decorators with Python's special syntax. Once we know the basics of decorators, we will learn how to stack them and how to create decorators with arguments. Finally, you’ll learn how to create decorators for classes and how to use classes instead of functions to create decorators. When you’re finished with this course, you’ll have the skills and knowledge of Python 3 Decorators needed to create and use decorators to make your applications more flexible.
If You Need More Stuff, kindly Visit and Support Us -->> https://CourseWikia.com
Get More Tutorials and Support Us -->> https://FreeCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. Course Overview/1. Course Overview.mp4
3.9 MB
~Get Your Files Here !/1. Course Overview/1. Course Overview.vtt
2.1 KB
~Get Your Files Here !/2. Working with Higher Order Functions and Closures/1. Introduction and Prerequisites.mp4
4.5 MB
~Get Your Files Here !/2. Working with Higher Order Functions and Closures/1. Introduction and Prerequisites.vtt
3.7 KB
~Get Your Files Here !/2. Working with Higher Order Functions and Closures/2. Using Functions as First Class Objects.mp4
7.9 MB
~Get Your Files Here !/2. Working with Higher Order Functions and Closures/2. Using Functions as First Class Objects.vtt
5 KB
~Get Your Files Here !/2. Working with Higher Order Functions and Closures/3. Returning Inner Functions from Higher Order Functions.mp4
10.2 MB
~Get Your Files Here !/2. Working with Higher Order Functions and Closures/3. Returning Inner Functions from Higher Order Functions.vtt
6.3 KB
~Get Your Files Here !/2. Working with Higher Order Functions and Closures/4. Retaining Nonlocal State with Closures.mp4
8.4 MB
~Get Your Files Here !/2. Working with Higher Order Functions and Closures/4. Retaining Nonlocal State with Closures.vtt
5.7 KB
~Get Your Files Here !/2. Working with Higher Order Functions and Closures/5. Decorating Functions.mp4
11.4 MB
~Get Your Files Here !/2. Working with Higher Order Functions and Closures/5. Decorating Functions.vtt
7.8 KB
~Get Your Files Here !/2. Working with Higher Order Functions and Closures/6. Summary.mp4
3.3 MB
~Get Your Files Here !/2. Working with Higher Order Functions and Closures/6. Summary.vtt
2.7 KB
~Get Your Files Here !/3. Implementing Function Decorators/1. Digging Deeper into Decorators.mp4
13.7 MB
~Get Your Files Here !/3. Implementing Function Decorators/1. Digging Deeper into Decorators.vtt
8.3 KB
~Get Your Files Here !/3. Implementing Function Decorators/2. Decorating Functions with Arguments.mp4
9.2 MB
~Get Your Files Here !/3. Implementing Function Decorators/2. Decorating Functions with Arguments.vtt
4.1 KB
~Get Your Files Here !/3. Implementing Function Decorators/3. Retaining Functions Original Metadata.mp4
13.3 MB
~Get Your Files Here !/3. Implementing Function Decorators/3. Retaining Functions Original Metadata.vtt
6.3 KB
~Get Your Files Here !/3. Implementing Function Decorators/4. Commonly Used Decorators in Python.mp4
8.6 MB
~Get Your Files Here !/3. Implementing Function Decorators/4. Commonly Used Decorators in Python.vtt
5.9 KB
~Get Your Files Here !/3. Implementing Function Decorators/5. Implementing Your Own Decorators.mp4
10.6 MB
~Get Your Files Here !/3. Implementing Function Decorators/5. Implementing Your Own Decorators.vtt
4.8 KB
~Get Your Files Here !/3. Implementing Function Decorators/6. Summary.mp4
2.9 MB
~Get Your Files Here !/3. Implementing Function Decorators/6. Summary.vtt
2.1 KB
~Get Your Files Here !/4. Using Advanced Decorator Workflows/1. Handling Arguments with Decorator Factories.mp4
10.6 MB
~Get Your Files Here !/4. Using Advanced Decorator Workflows/1. Handling Arguments with Decorator Factories.vtt
5.9 KB
~Get Your Files Here !/4. Using Advanced Decorator Workflows/2. Implementing Decorators with Arguments.mp4
3.5 MB
~Get Your Files Here !/4. Using Advanced Decorator Workflows/2. Implementing Decorators with Arguments.vtt
1.2 KB
~Get Your Files Here !/4. Using Advanced Decorator Workflows/3. Stacking Multiple Decorators on a Single Function.mp4
8.2 MB
~Get Your Files Here !/4. Using Advanced Decorator Workflows/3. Stacking Multiple Decorators on a Single Function.vtt
3.7 KB
~Get Your Files Here !/4. Using Advanced Decorator Workflows/4. Custom Decorators in Flask.mp4
10.7 MB
~Get Your Files Here !/4. Using Advanced Decorator Workflows/4. Custom Decorators in Flask.vtt
4.8 KB
~Get Your Files Here !/4. Using Advanced Decorator Workflows/5. Summary.mp4
1.9 MB
~Get Your Files Here !/4. Using Advanced Decorator Workflows/5. Summary.vtt
1.5 KB
~Get Your Files Here !/5. Decorating Classes and Class Decorators/1. Using Classes as Decorators.mp4
12.7 MB
~Get Your Files Here !/5. Decorating Classes and Class Decorators/1. Using Classes as Decorators.vtt
6.5 KB
~Get Your Files Here !/5. Decorating Classes and Class Decorators/2. Property is a Class Decorator.mp4
18.3 MB
~Get Your Files Here !/5. Decorating Classes and Class Decorators/2. Property is a Class Decorator.vtt
10.5 KB
~Get Your Files Here !/5. Decorating Classes and Class Decorators/3. Decorating Classes.mp4
9.8 MB
~Get Your Files Here !/5. Decorating Classes and Class Decorators/3. Decorating Classes.vtt
4.7 KB
~Get Your Files Here !/5. Decorating Classes and Class Decorators/4. Decorators from the Standard Library.mp4
8.7 MB
~Get Your Files Here !/5. Decorating Classes and Class Decorators/4. Decorators from the Standard Library.vtt
3.1 KB
~Get Your Files Here !/5. Decorating Classes and Class Decorators/5. Summary.mp4
2.2 MB
~Get Your Files Here !/5. Decorating Classes and Class Decorators/5. Summary.vtt