Python's Import System - Module object|Regular/Namespace Packages|Finders & Loaders|Relative imports

preview_player
Показать описание

----- Chapters -------

0:00 Introduction
0:50 Module object
2:10 Module attributes
3:59 Finders and loaders
8:56 Reloading a module
10:41 Implementing 'import' ourselves
12:17 Import Variants
14:39 __name__ == '__main__'
16:25 Packages Introduction
17:13 Regular packages
18:52 Nested modules
20:49 Nested packages
21:55 Flattening module namespace
23:59 Relative imports
24:57 Controlling exports
26:23 Namespace packages
27:34 Importing from zip files
28:18 -m option

Reference
---------

(I saw this video after starting preparation of this video and I haven't completely watched it yet. The video contains much more interesting details about the import system)
Рекомендации по теме
Комментарии
Автор

This is that kind of underrated gold videos that seem too good to be true that you found at 3AM sending you unto a liminal experience in a parallel reality. Tomorrow you will wake up to watch videos of hello world, enjoy while you are here

goncaloazevedo
Автор

It's clear that you have deep knowledge of python's import system. You have to watch this video a couple of times to really get the meat of it. Thanks for sharing your knowledge.

govindrai
Автор

I have yet to see any written piece of documentation that is anywhere near as good as this video. I've really looked for a thorough understanding of this for a long time and was frustrated that I couldn't find it. Thanks so much for this, worth every second of the video.

palak
Автор

This video is so underrated! Definitely deserves more likes for the explanation and time it took to make this. Really excellent content!

sanjeevpenupala
Автор

This video is amazing. It goes into details without going too deep so it 's still entertaining. Thank you!

rodrigraziano
Автор

Exactly what I was looking for, I am an experienced python programmer and the module cache has always been somewhat of a black box for me. This video has solidified my assumptions and understandings. Thank you very much keep them coming!

SwizzyTreez
Автор

Your grasp on python import system is top notch, thanks for this amazing video

kiyotaka
Автор

Pure gold 😍
I can’t believe how thorough this tutorial is. And yet it was found by accident.

ruslansergeev
Автор

This is soooo good - really cleared things up that were elsewhere hard to find.

MogensBLaursen
Автор

Thank you for sharing your knowledge! Learnt a lot!

JohnCena
Автор

Wow, i finally understand. Appreciate this great overview!

kevon
Автор

great video, one of the best I ever seen considering python ones, many thanks

venentium
Автор

This is so immensely useful — thank you over 9, 000 times

andrewvalenski
Автор

Spectacularly good, detailed and well researched explainer. Thank youuu

AnilKeshwani
Автор

This video deserves more attention than the other videos out there tbh 💀

MinhNgwen
Автор

Very well explained Sreekanth..! This is a hidden gem in many superficial Python tutorial videos.

SrinivasNemani
Автор

so much valuabe information to absorb. thanks man!

abzrg
Автор

Amazing video appreciate your hard work

rishimurdool
Автор

I learned a lot of new things from the video. thanks a ton for tthis mr sreekanth.

you seem to have halted producing videos, please keep such content coming.

marthalanaveen
Автор

This is amazing content thank you! Can you recommend me any books or resources to learn more advanced topics like this?

Hiroprotagonist