Python Nested Functions

preview_player
Показать описание
In this video, I'll be talking about nested functions in python.

#coding #programming #python #tutorial #beginners

00:00:00 - Introduction
00:00:33 - Basic nested function example
00:01:48 - Basic nested function with function parameters and return values
00:02:45 - Basic decorator example
00:05:19 - Returning the nested function from the outer function
00:06:43 - Scope: Accessing variables from the outer function in the nested function
00:08:27 - Scope: What happens if you try to modify a variable from the outer function in the nested function
00:10:17 - Scope: Accessing a variable defined after the nested function definition
00:10:52 - Scope: Using nonlocal keyword in a nested function
00:12:54 - Closing Remarks
Рекомендации по теме