Python Unleashed: Unlock the Potential of Programming — Modules

Woody
7 min readJan 16, 2023

Chapter 6

Photo by Fotis Fotopoulos on Unsplash

Introduction to Modules

In Python, a module is a file containing Python definitions and statements. The file name is the module name with the suffix .py added. For example, a file named my_module.py would be a module containing Python definitions and statements.

--

--

Woody

Developer and technology enthusiast new to Medium writing.