Python Lect 29: First-Class Functions in Python | Decorators Part 1 | Python Tutorials

preview_player
Показать описание
#python
#first_class_functions_in_python

Python Lect 29: First-Class Functions in Python | Decorators Part 1 | Python Tutorials

Hey there!
Today we will learn about 'first-class functions'. First-class functions are functions that can make other functions first class citizen. We'll be understanding all of this through practical and real life examples, so that we can really grasp the concept, theoretically and practically.
Hope it helps!

Link to the Decorators playlist:

Link to the entire Python playlist-

first class functions python
First Class Function
First class functions
first class function
Programming Terms
Function
Python Functions
first Class function
decorators in Python
closures
closures in Python
oops in python
generator in python
iterators
iterator in python
Python Generators
python tutorial
python for beginners
codehaven
code haven
how to python
programming in python
python 3.3
first class citizen
first class citizen in programming
Рекомендации по теме
Комментарии
Автор

It's fun the way you find analogy with real life. Thank you for the tuto.

ndoukeutchatatblondel
Автор

Thank you so much mam, finally, I can understand how these functions work.

I have a simple question :-

def outside():
print('I am with mr outside')
def funcin():
return 'Now i am with mr inside'
return 'im about to meet mr inside'
print(funcin())
print('im alone')
print(outside())


When i am calling funcin function why it is not printing 'Now i am with mr inside'

acadroit
welcome to shbcf.ru