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
17,028 results
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
Join my Patreon: https://www.patreon.com/b001io Discord: https://discord.gg/jA8SShU8zJ Follow me on Twitter: ...
75,835 views
3y 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,013 views
In this video, Varun sir will discuss about a namespace which is a container that holds a set of identifiers (names) and their ...
30,987 views
2y ago
python #tutorial #course # ----- LOCAL ----- def func1(): x = 1 #local print(x) def func2(): x = 2 #local print(x) func1() func2() ...
52,145 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
In this Python programming video tutorial we will learn about namespace and variable scope in detail. To understand the ...
90,821 views
7y ago
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
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
Resources & Further Learning - Practice notebook → https://rebrand.ly/oe61ojp - Practice exercises solutions video ...
297,249 views
1y ago
Welcome back to our Python programming tutorial series! In this video, we dive into namespaces and scope in Python, two ...
2,593 views
MY INSTAGRAM ID: https://www.instagram.com/ns.lectures/ - PYTHON PORGRAMMING COMPLETE SUBJECT PLAYLIST: ...
19,150 views
today I talk about namespace packages, what PEP 420 is, and why I don't use namespace packages playlist: ...
11,026 views
CodeHS is a web-based computer science education platform for K-12 with national and state standards aligned curriculum, ...
265 views
6y ago
Namespace in Python | What is Namespace in Python | Python Tutorial in Hindi This video is a part of advanced python ...
23,687 views
Want all our free Python Training Videos? Download our free iPad app at ...
2,035 views
13y ago
6,957 views
This Video Describes what is Namespace of an Object in Python. Website: ------------- https://cbsecsip.in Link for Topic-wise video ...
2,273 views
In this tutorial I look at how Python organizes it objects in Namespaces. In other words we are looking under the hood of Python to ...
9,618 views