Chapter: Problem Solving and Python Programming : Data, Expressions, Statements

Modules - Python

A module is a file containing Python definitions and statements.

Modules

A module is a file containing Python definitions and statements. The file name is the module name with the suffix .py appended. A module can contain executable statements as well as function definitions. Each module has its own private symbol table, which is used as the global symbol table by all functions defined in the module. Modules can import other modules.

 

 

Study Material, Lecturing Notes, Assignment, Reference, Wiki description explanation, brief detail
Problem Solving and Python Programming : Data, Expressions, Statements : Modules - Python |

Related Topics

Problem Solving and Python Programming : Data, Expressions, Statements


Privacy Policy, Terms and Conditions, DMCA Policy and Compliant

Copyright © 2018-2024 BrainKart.com; All Rights Reserved. Developed by Therithal info, Chennai.