@smnomad9276

This kind of information should also be considered as programming fundamentals! What the other channels and tutorials always leave out! Thanks for what you're doing for us for free. God bless you!

@blankphrank

Awesome video, and perfect length. Concise and informative๐Ÿ“ ๐Ÿ’ฏ

@mahmoodjamshidian9525

Thank you, They did not tell us this anywhere

@shinstorm3473

Great video, I really liked how you laid it all out. The way you did this made it very simple follow along. Thanks for all your hard work. Always look forward to the new vids. BTW  Python Bible 7 in 1 awesome read.  ๐Ÿ‘๐Ÿ‘๐Ÿ‘

@LearningCalculus

The video suggests that a library is a collection of multiple packages and modules, which is a bit misleading. In Python, the term "library" is often used more loosely to refer to any collection of reusable code. A library can be a single module, a package, or a collection of packages. The distinction between a package and a library is not as rigid as the video suggests.

@Dhruv_Sharma_123

Very clearly explained!

@iEvangelos

Thank you so much for this video and for explaining the differences so well!

@marcopita2639

Thanks a lot man! You made a super simple explanation of the subject and i really appreciate that

@andygordon6880

Really great tutorial. It's the basics that no-one tells you about. Thank you.

@DaDrummerthe1st

Thank you! Very good explanation by visualisation with lib, module, pac and funciton names both in the tree and at import! :D

@kostasmessinis

This video is nice. From personal experience, most bugs in this language are libraries and packages. I think there should be a more extensive video regarding libraries. It will standards refer to the following:
Documentation, testing, handling, other libraries that help. Last to mention SLSA (Supply-chain Levels for Software Artifacts) .

@beerfan121

This is the info I was looking for. Even chatbots were not giving clear answer

@officialkovid

Great video. So now I know why I do so many imports in Django And what they mean

@VypeReaper

Great episode! I have a question about your termina/console bar at the bottom. How did you lay it out that way?

@darwin_ate_my_dcf

crisp and clear

@commonwombat-h6r

very nice tutorial thank you!

@GuillermoGarcia75

Going AWESOME ...!!! clarity and quality!

@mateogarcia6809

Thanks. Concise and clear!

@GRU-26165

Wow I finally got it. Thanks a lot. But where can I find more information about a Library. For example the "socket" or "os" library. Where can I find all the available functions and how to use it?
So the structure is:
main
| - Library
| - - Package
| - - - Modules

@eugeneL_N1E104

'1:06 by model you mean module?