Modules and Packages in Python

Modules and Packages in Python

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 0h 35m | 205 MB

Modules and packages are the backbone of most Python applications, and understanding what they are, how to create them, how to use them, and how to manage them is crucial to becoming a proficient Python programmer. Take a deep dive into modules and packages in Python and learn about the Python Package Index.

Table of Contents

00:00:00 Introduction
00:01:03 Organizing Code with Modules
00:06:56 Creating a Module (Demo)
00:14:43 Organizing Modules into Packages
00:16:55 Creating a Package (Demo)
00:20:04 Python Package Index
00:24:10 Installing Packages (Demo)
00:31:08 Using Packages with Projects
00:32:25 Setting Up Project Package Dependencies (Demo)
00:35:57 Conclusion