Fiveable
Fiveable

import

Definition

The "import" keyword in Python is used to bring in external modules or libraries into your code. It allows you to access pre-existing functionality and use it in your program.

Analogy

Think of the "import" keyword as opening a toolbox. When you need a specific tool for a job, you open the toolbox and take out that particular tool. Similarly, when you need additional functionality for your code, you use the "import" keyword to bring in the necessary module or library.

Related terms

Module: A module is a file containing Python definitions and statements that can be imported and used in other programs.

Library: A library is a collection of modules that provides specific functions or services which can be utilized by programmers.

Package: A package is a way of organizing related modules into separate directories, making it easier to manage and import multiple modules together.

collegeable - rocket pep

Are you a college student?

  • Study guides for the entire semester

  • 200k practice questions

  • Glossary of 50k key terms - memorize important vocab



© 2024 Fiveable Inc. All rights reserved.

AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.

AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.