Python Modules and Packages

Data Science with Python 7 min min read Updated: Mar 07, 2026 Beginner
Python Modules and Packages
Beginner Topic 10 of 10

Python Modules

A module is a file containing Python code that can be reused in other programs.

python import math print(math.sqrt(16))

Next Tutorial: Setting Up Data Science Environment

Get Newsletter

Subscibe to our newsletter and we will notify you about the newest updates on Edugators