Diffrentiate between package and library
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Sree Lakshmi 4 years, 11 months ago
- 1 answers
Related Questions
Posted by Parth Chaudhary 1 year, 6 months ago
- 2 answers
Posted by Yashika Kakkar 1 year, 3 months ago
- 1 answers
Posted by Arifa Meharun 1 year, 1 month ago
- 0 answers
Posted by Siya Vishwakarma 1 year, 4 months ago
- 1 answers
Posted by Akib Chowdhury 1 year, 3 months ago
- 1 answers
Posted by Prapti Dubey 1 year, 3 months ago
- 0 answers
Posted by Simran Batra 1 year, 2 months ago
- 0 answers
Posted by Martina Sangchoju 1 year, 7 months ago
- 2 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Meghna Thapar 4 years, 11 months ago
A library is a set of modules which makes sense to be together and that can be used in a program or another library. A package is a unit of distribution that can contain a library or an executable or both. It's a way to share your code with the community. Module is a file which contains python functions , global variables etc. It is nothing but .py file which has python executable code / statement. Package is namespace which contains multiple package/modules. Library It is collection of various packages.
1Thank You