Modules Flashcards

1
Q

Script

A

Python code written in a file and passed to interpreter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Module

A

File containing (name ending in .py) Python code that can be imported and used by scripts, other modules, and interpreters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Built-in Module

A

Comes pre-installed with Python (sys, time, math)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

reload()

A

Function that reloads and re-executes a changed module

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Package

A

Directory that, when imported, gives access to all of the modules stored within it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Pandas

A

High-performance third-party data analytics library

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Dataframes

A

Included in Pandas to create a Python object with rows and columns.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Package Manager

A

Used to install third-party libraries

pip, Anaconda

How well did you know this?
1
Not at all
2
3
4
5
Perfectly