Module VS Package VS Library 🤯

preview_player
Показать описание
The difference between modules, packages, & libraries in # Python. #Shorts
Рекомендации по теме
Комментарии
Автор

Wow. You are actually first programmer who clearly distinguish a difference between those 3 words. Thank you.

lukaschumchal
Автор

So a package is a collection of modules and a library is a collection of modules? Not really a clear explanation...

Ghost-Raccoon
Автор

I dont get the difference of a package and a library.Packages i assume contain related modules, same as libraries, so what's the difference?

ZeroSleap
Автор

i didn't know I needed this info 😭 i have so much to learn

boozflooz
Автор

How can I access the code inside the module or package..??

yashbanait...
Автор

if size of modules > 10, packages can be called libraries?

Troglodyte
Автор

So what's the difference between package and library?

samer
Автор

inside the module there are class and in side class there are methods ? please reply

random
Автор

So a package is cherry picked modules, and a library is all modules related to a task in seperate folders?

netstormuk
Автор

How do you do that? But in visual studio pls

chessstudent
Автор

Python client deployment should be packaged or something else. Please tell me how to hide the code from the client.

er.yasararafath.kenggtech
Автор

I’m just getting into Flask…this is useful information

ToddsDiscGolf
Автор

a library is a third-party package or module that doesn't come with python

mattmess
Автор

Nice and clear explanation of the difference between modules, packages and libraries👌!
likes = 642 😉😉👍

dcknature
Автор

1 more step and you get a framework, right?

BboyKeny
Автор

What about dependencies lol...anyways I consider them same ( I am not a python dev, I am a nodejs dev )

samannoyb
Автор

So modules may contain only functions and globals? The can contain classes too!

robbrown
Автор

Thank you, finally my existential question about libs, mods, packs was answered.

estelisarva
Автор

Pretty cool, I think a lot of new programmers are going to find this useful

felipedidio
Автор

So...
Module = a book
Package = box of books
Library = Library

GrennKren