ProsabTechie Hindi
ProsabTechie Hindi
  • 185
  • 102 626
What are python decorators? | decorators in python | python decorator
What are python decorators? | decorators in python | python decorator | decorator pattern
python decorators in Hindi
decorators in python
decorator design pattern
decorator design pattern real world example
python decorators with arguments
python decorators practice questions
Decorators in Python
decorators in python interview questions
what are decorators in python?
0:08 What is a Python decorator?
0:24 A simple explanation of Python decorators
0:56 Creating and calling a normal function in python
1:36 Calling a function with two arguments in python
2:08 Creating an outer function in python
2:16 Defining an inner function within another function in python
2:30 Understanding the internal workings of decorators
2:48 Passing a function as an argument to another function
3:05 Using *args and **kwargs in Python
4:24 Explaining the interaction between outer and inner functions
6:08 Running the first program with outer and inner functions
7:20 Example 2 of using decorators
9:15 Real-life example of a decorator
9:52 How decorators help with code reusability
11:00 Measuring execution time of a function using a decorator
14:00 Built-in decorators in Python
15:00 Use cases of decorators in Real projects
Related Query:
What is a Python decorator?
How do decorators work in Python?
Why are decorators used in Python?
What are the common use cases for Python decorators?
How can you define a simple decorator in Python?
What is the difference between a function and a decorator in Python?
How do you apply multiple decorators to a single function in Python?
What are *args and **kwargs and how are they used in decorators?
Can you use a decorator on a class method in Python?
How do decorators help with code reusability?
How do you pass arguments to decorators?
What are some built-in Python decorators and their uses?
How can you measure the execution time of a function using a decorator?
What are the advantages of using decorators in a large-scale project?
How does the functools.wraps decorator work, and why is it important?
Can a decorator modify the return value of a function?
How can you chain multiple decorators together?
What is a real-life example of a Python decorator in use?
What is the difference between function decorators and class decorators?
What are some performance considerations when using decorators in Python?
Please Don't Forget to Like, Share & Subscribe @prosabtechie Hindi
►Subscribe: www.youtube.com/@prosabtechiehindi/featured
► Twitter: prosabtechie
► UA-cam: www.youtube.com/@prosabtechiehindi/videos
#decorators #pythondecorators #decorator #pythondecorator #decoratorpattern #python #programming #pythonprogramming
Переглядів: 47

Відео

how to install jupyter notebook in windows 11? install jupyter notebook
Переглядів 936 місяців тому
how to install jupyter notebook in windows 11? install jupyter notebook
Python Generators 😍 Explained With Real Life Examples (Optimize Your Code) | Generators in Python
Переглядів 12711 місяців тому
Python Generators 😍 Explained With Real Life Examples (Optimize Your Code) | Generators in Python
install anaconda 2023.09 | anaconda install python and run jupyter notebook on windows 10 /11 Hindi
Переглядів 635Рік тому
install anaconda 2023.09 | anaconda install python and run jupyter notebook on windows 10 /11 Hindi
LEGB in python | scope of variable in python | scope and lifetime of variable in python #56 | Hindi
Переглядів 126Рік тому
LEGB in python | scope of variable in python | scope and lifetime of variable in python #56 | Hindi
Difference Between Map, Reduce And Filter In Python with examples 🔥 | Map vs Reduce vs Filter
Переглядів 79Рік тому
Difference Between Map, Reduce And Filter In Python with examples 🔥 | Map vs Reduce vs Filter
Mastering In Python Filter() With Lambda, List, Dictionary with examples | Filter Function() - Hindi
Переглядів 111Рік тому
Mastering In Python Filter() With Lambda, List, Dictionary with examples | Filter Function() - Hindi
Mastering In Python Reduce Function With Examples* | How reduce() Works In Python? - Hindi
Переглядів 105Рік тому
Mastering In Python Reduce Function With Examples* | How reduce() Works In Python? - Hindi
How To Use map() Function In Python? | map function in python | python map function in hindi
Переглядів 126Рік тому
How To Use map() Function In Python? | map function in python | python map function in hindi
How To Use Enumerate Function In Python? | Python enumerate() Deep Dive With Examples - Hindi
Переглядів 91Рік тому
How To Use Enumerate Function In Python? | Python enumerate() Deep Dive With Examples - Hindi
Nested Or Inner Function In Python | How Nested Functions Work In Python? [ Hindi ]
Переглядів 196Рік тому
Nested Or Inner Function In Python | How Nested Functions Work In Python? [ Hindi ]
Mastering In Python Lambda Function | Anonymous & Lambda Function | Python Tutorial - Hindi
Переглядів 96Рік тому
Mastering In Python Lambda Function | Anonymous & Lambda Function | Python Tutorial - Hindi
Python tutorial | Types of function arguments in Python (Positional, keyword, *args vs **kwargs )
Переглядів 93Рік тому
Python tutorial | Types of function arguments in Python (Positional, keyword, *args vs kwargs )
Python Tutorial | Python InBuilt & User Defined Functions With Examples - Hindi
Переглядів 92Рік тому
Python Tutorial | Python InBuilt & User Defined Functions With Examples - Hindi
Python tutorial | Python Functions ( Basics, Creating, Calling, return ) With Examples - Hindi
Переглядів 123Рік тому
Python tutorial | Python Functions ( Basics, Creating, Calling, return ) With Examples - Hindi
Python Tiny Project 4 : Use Dictionaries & Real Dataset | Python Dictionary Projects | [Hindi]
Переглядів 133Рік тому
Python Tiny Project 4 : Use Dictionaries & Real Dataset | Python Dictionary Projects | [Hindi]
Uncover Secret Differences Between Python Lists, Tuples, Sets and Dictionaries with Examples [Hindi]
Переглядів 311Рік тому
Uncover Secret Differences Between Python Lists, Tuples, Sets and Dictionaries with Examples [Hindi]
Dictionary vs List in python and which is better with examples | list vs dictionary python [Hindi]
Переглядів 85Рік тому
Dictionary vs List in python and which is better with examples | list vs dictionary python [Hindi]
python dictionary comprehension | dictionary comprehension in python tutorial in Hindi
Переглядів 75Рік тому
python dictionary comprehension | dictionary comprehension in python tutorial in Hindi
Mastering Python Dictionary Built-in Functions: Examples, Tips and Tricks | dict() function| [Hindi]
Переглядів 85Рік тому
Mastering Python Dictionary Built-in Functions: Examples, Tips and Tricks | dict() function| [Hindi]
Python Dictionary in Hindi | Dictionary Python | Nested Dictionary Python | Python Dictionary exampl
Переглядів 129Рік тому
Python Dictionary in Hindi | Dictionary Python | Nested Dictionary Python | Python Dictionary exampl
Python tutorial | Frozenset in python | Frozenset vs set | Why use frozenset? in Hindi]
Переглядів 78Рік тому
Python tutorial | Frozenset in python | Frozenset vs set | Why use frozenset? in Hindi]
Python sets in one shot | python sets | sets in python | Python sets tutorial | sets in python Hindi
Переглядів 87Рік тому
Python sets in one shot | python sets | sets in python | Python sets tutorial | sets in python Hindi
List vs tuple in python | Tuple vs list in python | Difference between list and tuple in python
Переглядів 94Рік тому
List vs tuple in python | Tuple vs list in python | Difference between list and tuple in python
What are Tuples in Python | Updating a tuple in python | Tuples in Python | Python tuples Hindi
Переглядів 87Рік тому
What are Tuples in Python | Updating a tuple in python | Tuples in Python | Python tuples Hindi
Flatten list in Python | Python flatten list | Python flatten list examples | Nested list | Hindi
Переглядів 165Рік тому
Flatten list in Python | Python flatten list | Python flatten list examples | Nested list | Hindi
Project-3 | List exercise in Python | Python list exercises with solutions | List program in Python
Переглядів 116Рік тому
Project-3 | List exercise in Python | Python list exercises with solutions | List program in Python
List comprehension in Python | List comprehension | Python list comprehension with examples Hindi
Переглядів 114Рік тому
List comprehension in Python | List comprehension | Python list comprehension with examples Hindi
What is slicing in Python? | Slicing in Python | Python slicing | Python slicing in depth in Hindi
Переглядів 64Рік тому
What is slicing in Python? | Slicing in Python | Python slicing | Python slicing in depth in Hindi
Python tutorial | List functions in Python | Built-in list functions in Python - Hindi
Переглядів 78Рік тому
Python tutorial | List functions in Python | Built-in list functions in Python - Hindi

КОМЕНТАРІ

  • @sanyamjain5660
    @sanyamjain5660 16 днів тому

    Python-pip.py is not recognized as an internal or external command error aa raha hai

    • @prosabtechiehindi
      @prosabtechiehindi 11 днів тому

      The error you are encountering, "Python-pip.py is not recognized as an internal or external command", typically happens when the pip command is not installed or is not added to your system's PATH. 1. Check if pip is installed >> python -m pip --version or >> pip --version If pip is installed, it will display the version number. If not, proceed to install it. 2. Install pip Run the following commands in CMD: >> curl bootstrap.pypa.io/get-pip.py -o get-pip.py >> python get-pip.py This will install pip for Python. 3. Add Python and pip to the PATH Make sure that the directory where python and pip are installed is added to the system's PATH environment variable. For help you can try - stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command 4. Reinstall pip if necessary >> python -m ensurepip --upgrade

  • @kumarshakyawal5632
    @kumarshakyawal5632 Місяць тому

    Nhi ho rha hai

    • @prosabtechiehindi
      @prosabtechiehindi Місяць тому

      please share issue detail or error logs. I will try to help.

  • @Ankitganeshpura
    @Ankitganeshpura Місяць тому

    Thank you sir for such easy explanation ❤ really appreciate your efforts

    • @prosabtechiehindi
      @prosabtechiehindi Місяць тому

      ✍I am happy this video helped you @Ankitganeshpur ❤

  • @moonlight_557
    @moonlight_557 3 місяці тому

    Command not found aa raha hai

    • @prosabtechiehindi
      @prosabtechiehindi 3 місяці тому

      Please include an error message and a 1 lines about your operating system like window or linux ... So i can help you.

  • @prosabtechiehindi
    @prosabtechiehindi 4 місяці тому

    India won 🎉🎉🎉

  • @prosabtechiehindi
    @prosabtechiehindi 4 місяці тому

    Pak - 102 ,6 wickets, 19 overs

  • @prosabtechiehindi
    @prosabtechiehindi 4 місяці тому

    Pak- 99 pe 5, 18 overs

  • @prosabtechiehindi
    @prosabtechiehindi 4 місяці тому

    Pak- 88 pe 5, 16.3 overs

  • @prosabtechiehindi
    @prosabtechiehindi 4 місяці тому

    Pak- 80 pe 4, 14 overs

  • @prosabtechiehindi
    @prosabtechiehindi 4 місяці тому

    Pak second wicket down, 57 pe 2, 10.2 overs

  • @prosabtechiehindi
    @prosabtechiehindi 4 місяці тому

    Pak- 39-1 , 7 overs

  • @prosabtechiehindi
    @prosabtechiehindi 4 місяці тому

    Pak- 1 wicket

  • @prosabtechiehindi
    @prosabtechiehindi 4 місяці тому

    Pak- 21 pe 0, over 4