TechToFreedom
Published in

TechToFreedom

3 Key Skills for Handling Modules in Python

Manage and use Python modules elegantly

3 Key Skills for Handling Modules in Python

In Python, a module is a file containing Python code and its name has the suffix — .py. Generally speaking, putting related classes or functions into a module and separating the whole program into different modules are good programming practice.

--

--

Technology gives us more and more freedom. Start learning today.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store