Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the modules and packages in python

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces the relevant knowledge of "what are the modules and packages in python". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

What are module and package?

Module: Module. In Python, a .py file is a module, which is a wrapper of classes, functions, and variables.

Package: Package. In Python, you can put multiple .py files into a folder, called a package. The package is the encapsulation of the module. A package can also contain subpackages.

What are the benefits of using module and package?

Easy to quote.

Avoid naming conflicts.

First, import module

Second, define the module

Third, define the package

1, simple package demonstration.

The package must contain the _ _ init__.py file, otherwise it will be treated as a normal folder.

The _ _ init__.py file can be empty or contain code.

The module name corresponding to the _ _ init__.py file is mycompany

The module name corresponding to the abc.py file is mycompany.abc

2. Demonstration of compound package.

Fourth, install the third-party module

Use the pip command on the command line, or you can add it to Jupyter notebook! Invokes command line instructions. Pip: come out of the shell.

Fifth, thinking practice

23. Read the following python code and design a matlab module that encapsulates datestr and datenum functions.

(reply keyword python23 for reference answer)

This is the end of the content of "what are the modules and packages in python". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report