Python series (i) Package and module

Source: Internet
Author: User
One, the package

A package is made up of a series of modules, which are simply said to be a. py file. For example, there is now a mathematical function group that can calculate addition, subtraction, multiplication, division, power operations, and so on, assuming that these functions are divided into several modules, a module is a. py file. The concept of a package is formed by these different modules, which form a functional group of mathematical operations.

  1. A package must contain a __init__.py file.
  2. when a package is called, the __init__.py file is run first .


Second, the level of the package

Packages can be nested, and a package can contain several sub-packages. For example, a package contains B and C packages, and the B package contains D and e packets, then the module in a package can identify the contents of B and C packages. :
    

Python series (i) Package and module

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.