Python Library || Package || python Modules
• What Is Library In python
- A library is a collection Of Modules That Are bundled Together Too provide A Set Of Related Functionality A Library Might Cation One or More Module$ , which In turn Might Include Several Function, classes, and Methods That Perform Specific Tasks Libraries Are Generally More Comprehensive Than A Single Module As They Aim To Provide A Broad Range Of tools For a Speaker domain or tast
- A Module is A file containing Python Definition And Statements It Can Include Functions Classes and Variables As well As Well As Runnable Code the Purpose of A modele Is to Organize Code Into Manageable Section And Allow You to Reuse Code Across Multiple Projects
•What Is Rip
Rip Is A Package Manager For Python Package Or Modules if You Like
• What Is a Package?
- A package Contains All the Files You need For A Module.
- Modules Are python Code Libraries You Can include in your projects.
• Types Of Modules
- Wh Have B Types Of Modules
- Predefine Module :- Pre-installed
- User Define Module :- User Define Function
- External modules :- External modules Must be Downloaded From outside They Don't Exist Yet Like The Built-in Ones
Comments
Post a Comment