Q. What is a library?
Answer =
A Python library is a reusable chunk of code that is used in program/script using import command. A package is a library if it is install-able or gets attached to site-packages folder of Python installation.
In simple word:-
Library is collections of packages and sub packages.
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )