ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

22,330 results

Sreekanth
Python tutorial: Variable Scopes & Namespaces - global/local/nonlocal | Explained with animations

The variables you define in your Python code has a lexical scope where they are valid. These scopes are categorized as local, ...

7:47
Python tutorial: Variable Scopes & Namespaces - global/local/nonlocal | Explained with animations

28,660 views

4 years ago

Real Python
Namespaces in Python: Built-in, Global, Enclosing, and Local

What are the namespaces in Python? In a program of any complexity, you'll create hundreds or thousands of names, each ...

10:16
Namespaces in Python: Built-in, Global, Enclosing, and Local

24,970 views

5 years ago

b001
What is Scope in Python??

Join my Patreon: https://www.patreon.com/b001io Discord: https://discord.gg/jA8SShU8zJ Follow me on Twitter: ...

10:25
What is Scope in Python??

75,835 views

3 years ago

BitBoss
MÓDULOS en PYTHON en 9 minutos: import, from, as, namespace, math, random y más

Aprende qué son los módulos, el uso de las sentencias para importar: import, as, from. También aprenderás qué es el ...

9:22
MÓDULOS en PYTHON en 9 minutos: import, from, as, namespace, math, random y más

81,002 views

4 years ago

Gate Smashers
Lec-72: Namespace in Python 🐍 with examples

In this video, Varun sir will discuss about a namespace which is a container that holds a set of identifiers (names) and their ...

4:52
Lec-72: Namespace in Python 🐍 with examples

30,984 views

2 years ago

Coders Bring Change (Python for Everyone)
What are SCOPES and NAMESPACES in Python?

Scope is all about the location and the scale of things and their life span. And namespaces are the mechanism to achieve this in ...

14:16
What are SCOPES and NAMESPACES in Python?

1,051 views

2 years ago

Bro Code
What is Python scope resolution? 🔬

python #tutorial #course # ----- LOCAL ----- def func1(): x = 1 #local print(x) def func2(): x = 2 #local print(x) func1() func2() ...

5:34
What is Python scope resolution? 🔬

52,141 views

3 years ago

Amulya's Academy
Python Tutorials - Namespace and Variable Scope

In this Python programming video tutorial we will learn about namespace and variable scope in detail. To understand the ...

15:11
Python Tutorials - Namespace and Variable Scope

90,821 views

7 years ago

John Philip Jones
Python and Multiple Namespaces

This video carries on with the short playlist on Python Namespaces. In this video I look at how and why Python uses multiple ...

16:37
Python and Multiple Namespaces

3,301 views

7 years ago

DMK Data
Python Namespace Explained - Python Tutorial #9

I've switched mostly to blogging and you can find it here: http://danielmuellerkomorowska.com/blog-2/ Here we are dealing with ...

14:26
Python Namespace Explained - Python Tutorial #9

4,604 views

8 years ago

Visually Explained
Python Functions - Visually Explained

Resources & Further Learning - Practice notebook → https://rebrand.ly/oe61ojp - Practice exercises solutions video ...

14:10
Python Functions - Visually Explained

297,233 views

1 year ago

anthonywritescode
I don't need `__init__.py`? PEP 420 and namespace packages (intermediate) anthony explains #420

today I talk about namespace packages, what PEP 420 is, and why I don't use namespace packages playlist: ...

11:45
I don't need `__init__.py`? PEP 420 and namespace packages (intermediate) anthony explains #420

11,026 views

4 years ago

Visually Explained
Python if __name__ == '__main__': Visually Explained

Chapters 00:00 - Intro 00:13 - What is __name__? 01:01 - When does __name__ = '__main__'? 03:05 - Used for testing code if ...

6:06
Python if __name__ == '__main__': Visually Explained

593,521 views

1 year ago

NS lectures
python namespaces | namespaces in python | name space | built in, local, global namespaces in python

MY INSTAGRAM ID: https://www.instagram.com/ns.lectures/ - PYTHON PORGRAMMING COMPLETE SUBJECT PLAYLIST: ...

5:10
python namespaces | namespaces in python | name space | built in, local, global namespaces in python

19,150 views

3 years ago

Python Guruji
Understanding Namespaces and Scope in Python: A Complete Guide

Welcome back to our Python programming tutorial series! In this video, we dive into namespaces and scope in Python, two ...

17:14
Understanding Namespaces and Scope in Python: A Complete Guide

2,593 views

5 years ago

CodeHS
Python- Namespaces

CodeHS is a web-based computer science education platform for K-12 with national and state standards aligned curriculum, ...

5:56
Python- Namespaces

265 views

6 years ago

anthonywritescode
easy fake objects with python's SimpleNamespace (beginner - intermediate) anthony explains #143

today I talk about a bit of a hidden gem in python: the SimpleNamespace class! I also demo a few usecases for testing (where I ...

6:57
easy fake objects with python's SimpleNamespace (beginner - intermediate) anthony explains #143

3,674 views

5 years ago

Code-yug
Namespace in Python | What is Namespace in Python | Python Tutorial in Hindi

Namespace in Python | What is Namespace in Python | Python Tutorial in Hindi This video is a part of advanced python ...

14:04
Namespace in Python | What is Namespace in Python | Python Tutorial in Hindi

23,687 views

4 years ago

Socratica
XML & ElementTree  ||  Python Tutorial  ||  Learn Python Programming

Stay in the loop INFINITELY: https://snu.socratica.com/python Python's ElementTree is the ideal module ...

10:30
XML & ElementTree || Python Tutorial || Learn Python Programming

143,118 views

5 years ago

O'Reilly - Video Training
Python Programming Tutorial | Module Namespaces

Want all our free Python Training Videos? Download our free iPad app at ...

4:24
Python Programming Tutorial | Module Namespaces

2,035 views

13 years ago