Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
82,186 results
🚀 Become a member of this channel to enjoy benefits: https://www.youtube.com/channel/UC4afIi7WofC0wh6Mw3bfF6w/join ...
2,545 views
1y ago
The variables you define in your Python code has a lexical scope where they are valid. These scopes are categorized as local, ...
28,660 views
4y ago
What are the namespaces in Python? In a program of any complexity, you'll create hundreds or thousands of names, each ...
24,970 views
5y ago
Aprende qué son los módulos, el uso de las sentencias para importar: import, as, from. También aprenderás qué es el ...
81,001 views
Join my Patreon: https://www.patreon.com/b001io Discord: https://discord.gg/jA8SShU8zJ Follow me on Twitter: ...
75,832 views
3y ago
Intro to Programming using Python Unit 3 Video 5: Namespaces Instructor: John B. Schneider Description: An introduction to ...
29,785 views
13y ago
In this video, Varun sir will discuss about a namespace which is a container that holds a set of identifiers (names) and their ...
30,976 views
2y ago
python #tutorial #course # ----- LOCAL ----- def func1(): x = 1 #local print(x) def func2(): x = 2 #local print(x) func1() func2() ...
52,129 views
Python variable scope tutorial example explained #python #variable #scope ...
38,214 views
In this video, I explained Scope and Namespace in Python: the theory in minute detail. This time, you'll truly learn what ...
4,654 views
10mo ago
In this video, we'll understand how Python decides whether a package should be a namespace or a regular package. Skip to the ...
13,478 views
In this Python programming video tutorial we will learn about namespace and variable scope in detail. To understand the ...
90,819 views
7y ago
I've switched mostly to blogging and you can find it here: http://danielmuellerkomorowska.com/blog-2/ Here we are dealing with ...
4,604 views
8y ago
Information: This video is NOT NEW (July 18, 2025). It was abandoned here with a very clear "DO NOT PUBLISH" marking. After a ...
1,671 views
6mo ago
In this Python Tutorial, we will be going over variable scope in Python. Scope is important because we need to understand it in ...
404,422 views
9y ago
Space for me so this is all about namespace in Python and you know it's used to keep track of variables okay. It is used to keep ...
3,711 views
Resources & Further Learning - Practice notebook → https://rebrand.ly/oe61ojp - Practice exercises solutions video ...
297,139 views
This video carries on with the short playlist on Python Namespaces. In this video I look at how and why Python uses multiple ...
3,301 views
Scope is all about the location and the scale of things and their life span. And namespaces are the mechanism to achieve this in ...
1,051 views
You know how crucial an __init__.py file is to creating packages in Python. But do you really need them to do so? The answer is ...
8,780 views