ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,524 results

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

485,823 views

10 months ago

Tech With Tim
What does '__init__.py' do in Python?

Join my Free Newsletter: https://techwithtim.net/newsletter Get private mentorship from me: https://training.techwithtim.net If ...

12:46
What does '__init__.py' do in Python?

248,748 views

11 months ago

Tech With Tim
What does if __name__ == '__main__' do in Python?

Want to work directly with me to level up as developer,? Apply to DevLaunch here: https://training.techwithtim.net I'm willing to bet ...

5:08
What does if __name__ == '__main__' do in Python?

61,406 views

11 months ago

2MinutesPy
Understanding self & __init__ in Python | 2MinutesPy

In this video, we'll understand the purpose of self and __init__ in Python and what are their roles. The __init__ method in Python: ...

2:08
Understanding self & __init__ in Python | 2MinutesPy

6,034 views

11 months ago

UskoKruM2010
__init__.py in Python explained 🚀 | What it is, what it is for and how to use it, Advantages and ...

Learn what the __init__.py file is for within a Python project, how to configure it, learn how to use it (in detail) and the ...

10:28
__init__.py in Python explained 🚀 | What it is, what it is for and how to use it, Advantages and ...

6,074 views

10 months ago

Code To Design
"__new__"  vs  "__init__" in Python | __new__ is awesome in Python

In this video, I'll explain two of the most important methods in Python object creation — __new__ and __init__. Most beginners ...

4:09
"__new__" vs "__init__" in Python | __new__ is awesome in Python

413 views

3 months ago

Indently
"__new__" is awesome in Python

In today's video we're going to learn about "__new__" in Python, which is an awesome dunder method which always gets called ...

18:22
"__new__" is awesome in Python

41,887 views

3 months ago

Telusko
init Method in Python | 44

In this video, we'll explore the _init_() method in Python — commonly understood as the constructor — and learn how it works in ...

11:21
init Method in Python | 44

2,619 views

1 month ago

程序员老王
Best Practices for Writing __init__ Methods in Python

00:00 Introduction 00:55 Instance Attributes 04:59 Class Attributes 06:34 Dynamic Attributes and __setattr__

9:03
Best Practices for Writing __init__ Methods in Python

7,632 views

9 months ago

2MinutesPy
__init__.py vs NO __init__.py

Ever wondered what the difference is between a regular package and a namespace package in Python? In this video, we ...

2:32
__init__.py vs NO __init__.py

12,983 views

9 months ago

2MinutesPy
__init__ is not primarily a constructor… BUT

Ever thought about which method is the constructor in Python? Is it the __new__ method or the __init__ method? If you found ...

2:13
__init__ is not primarily a constructor… BUT

8,832 views

9 months ago

The Python Dude
Why Use __init__.py in Python Projects? #python

Hey everyone! Welcome back to the channel. In this video, we'll talk about the `__init__.py` file, an important part of Python ...

5:18
Why Use __init__.py in Python Projects? #python

15,163 views

11 months ago

Tech With Tim
What does if __name__ == '__main__' do in Python?

... and we may actually want to reuse them in some other python code so for example I may have another Python program let's call ...

1:35
What does if __name__ == '__main__' do in Python?

19,025 views

10 months ago

Coding with Neeraj
__init__ vs __new__ in Python 🔥 #coding #shorts #python #oopspython

Hello, I am Neeraj Mahapatra, "Ever wondered why Python's __init__ takes self even though the object doesn't exist yet? In this ...

0:55
__init__ vs __new__ in Python 🔥 #coding #shorts #python #oopspython

475 views

4 months ago

nicopydslive
Stream 20250905: ¿Que es el __init__.py en Python?

Exploramos que hace el fichero __init__.py cuando creamos diferentes módules y paquetes en Python.

1:27:32
Stream 20250905: ¿Que es el __init__.py en Python?

11 views

4 months ago

Павел Васильев
Что делает файл '__init__.py' в Python?

Что делает файл __init__.py в Python? Ты наверняка не раз встречал его в проектах. Но зачем он вообще нужен? Просто ...

10:26
Что делает файл '__init__.py' в Python?

15,712 views

8 months ago

Telusko
init and super Method with Inheritance in Python | 48

In this video, we'll dive deep into the role of _init_() and super() within inheritance in Python. Here's what we'll cover ▶️ Every ...

5:13
init and super Method with Inheritance in Python | 48

1,701 views

3 weeks ago

PythonCodeCouch
Learn __init__ Python Fast #programming #coding

Quick introduction to __init__ in Python. After watching, you'll be able to define dunder init in a class, create an instance, and ...

1:35
Learn __init__ Python Fast #programming #coding

1,212 views

5 months ago

James Clare
Python 3 |  Post Initialisation in Dataclasses can be Remarkably Useful! #coding #programming

Here's how do a post init method!

1:08
Python 3 | Post Initialisation in Dataclasses can be Remarkably Useful! #coding #programming

2,147 views

6 months ago

Coding Hives
init.py EXPLAINED!  Why Every Python Folder Needs It || Coding Hives

Ever wondered what __init__.py does in Python? Is it just an empty file, or does it hold secret powers? In this video, we break it ...

10:01
init.py EXPLAINED! Why Every Python Folder Needs It || Coding Hives

620 views

2 months ago