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
22,565 results
What are the namespaces in Python? In a program of any complexity, you'll create hundreds or thousands of names, each ...
24,994 views
5 years ago
The variables you define in your Python code has a lexical scope where they are valid. These scopes are categorized as local, ...
28,721 views
4 years 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,588 views
Join my Patreon: https://www.patreon.com/b001io Discord: https://discord.gg/jA8SShU8zJ Follow me on Twitter: ...
76,108 views
3 years ago
Resources & Further Learning - Practice notebook → https://rebrand.ly/oe61ojp - Practice exercises solutions video ...
301,481 views
1 year ago
python #tutorial #course # ----- LOCAL ----- def func1(): x = 1 #local print(x) def func2(): x = 2 #local print(x) func1() func2() ...
52,468 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,061 views
2 years ago
In this Python programming video tutorial we will learn about namespace and variable scope in detail. To understand the ...
90,920 views
7 years ago
In this video, Varun sir will discuss about a namespace which is a container that holds a set of identifiers (names) and their ...
31,101 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,303 views
I've switched mostly to blogging and you can find it here: http://danielmuellerkomorowska.com/blog-2/ Here we are dealing with ...
4,607 views
8 years ago
CodeHS is a web-based computer science education platform for K-12 with national and state standards aligned curriculum, ...
266 views
6 years ago
today I talk about namespace packages, what PEP 420 is, and why I don't use namespace packages playlist: ...
11,038 views
Want all our free Python Training Videos? Download our free iPad app at ...
2,037 views
13 years ago
pythoninterviewquestions #python #pythoninterview *Chapter - Timestamp* 00:00 Intro. 00:08 WHAT IS NAMESPACE IN ...
227 views
MY INSTAGRAM ID: https://www.instagram.com/ns.lectures/ - PYTHON PORGRAMMING COMPLETE SUBJECT PLAYLIST: ...
19,193 views
6,967 views
In this video tutorial I continue to consider Python namespaces with an emphasis on the Global Namespace. Support my channel ...
2,125 views
Chapters 00:00 - Intro 00:13 - What is __name__? 01:01 - When does __name__ = '__main__'? 03:05 - Used for testing code if ...
599,124 views
In this video, we explore the concept of namespaces in Python—a crucial aspect of organizing and managing variable scopes ...
294 views