Python Modules and Packages: An Introduction

Python Modules and Packages: An Introduction

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 1h 02m | 260 MB

In this course, you’ll learn about Python modules and Python packages, two mechanisms that facilitate modular programming.

Modular programming is the process of breaking a large, unwieldy programming task into separate, smaller, more manageable subtasks or modules. Individual modules can then be put together like building blocks to create a larger application.

Learn how to write and import modules so you can optimize the structure of your own programs and make them easier to maintain and grow.

Table of Contents

1 Intro
2 WritingaAModule
3 TheModuleSearchPath
4 TheImportStatement
5 TheDirFunction
6 ExecutingAModule
7 ReloadingAModule
8 PythonPackages
9 PackageInitialization
10 ImportingStarFromAPackage
11 Subpackages
12 CourseReview