1
00:00:00,000 --> 00:00:10,080
In this video, you'll learn about Python modules.

2
00:00:10,080 --> 00:00:15,280
Python is modular by nature, and modules are used to provide specific functions.

3
00:00:15,280 --> 00:00:19,280
So use them to teach Python about additional features.

4
00:00:19,280 --> 00:00:25,160
Pre-built functions like math and sys and daytime are included by default.

5
00:00:25,160 --> 00:00:30,559
To extend Python functionality, you can easily include third-party modules using the pip

6
00:00:30,559 --> 00:00:31,480
package installer.

