computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kamran Ahmed
b64cdcf266
|
2 years ago | |
---|---|---|
.. | ||
100-builtin-modules.md | 2 years ago | |
101-custom-modules.md | 2 years ago | |
readme.md | 2 years ago |
readme.md
Modules
Modules refer to a file containing Python statements and definitions. A file containing Python code, for example: example.py
, is called a module, and its module name would be example. We use modules to break down large programs into small manageable and organized files. Furthermore, modules provide reusability of code.
Free Content Python Modules Python Modules - Geeks for Geeks Modules in Python