Modules and Packages | Python Programming Tutorial

Опубликовано: 13 Май 2026
на канале: Prowgramming
18
0

Welcome to the Python Fundamentals series! In this video you will learn how to create and manage modules and packages. Modules and packages are essential for organizing and reusing code in larger projects. They allow you to break your code into smaller, manageable, and reusable components. Understanding modules and packages will allow you to unlock the true power of python by utilizing all of the community's third party modules, packages, and libraries.

What You'll Learn:

What are Modules: Learn how to create and use modules
The import Statement: Different kinds of import statements
What Are Packages: Learn how to create, manage and use a package
__init__.py File: What is it? and how to use it
Python Standard Library: Showcasing the Python Standard Library

Timestamp:
0:00 - Modules
1:30 - Import Statement
2:57 - Packages
4:05 - __init__.py File
4:55 - Python Standard Library

Official python documentation: https://docs.python.org/3/