Back to Freecodecamp

Modules and pip

curriculum/challenges/english/blocks/error-handling-files-and-modules-in-python/modules-pip-video.md

latest394 B
Original Source

--description--

In this video, you will learn how to use modules and pip to extend Python's functionality with external packages.

--questions--

--text--

What is pip used for?

--answers--

It is used to sort python modules.


It is used to explain python modules.


It is used to install python modules.


It is used to lint Python programs.

--video-solution--

3