#13 Learn to use Python import module

Опубликовано: 21 Октябрь 2024
на канале: Python Lessons
747
56

Python import module is object with arbitrarily named attributes that you can bind and reference. Simply, a module is a file consisting of Python code. A module can define functions, classes and variables which include runnable code. If you are working on a large project, modules can help keep code clean and easy to read. So first, when you are importing a module to your code, you are basically loading that module into memory.

Text tutorial: http://pylessons.com/Python-3-basics-...

Twitter:   / pylessons  
Facebook:   / pylessons