A Hands-on Introduction to Machine Learning - Python Basics

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering the introduction to Python, its environment, basic structures, and essential libraries for data science.

Last updated 5:38 PM on 6/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

Python

A scripting language available on every platform that is easy to learn, easy to use, extensible, and robust.

2
New cards

IDE

Stands for Integrated Development Environment; examples mentioned include Eclipse, Jupyter notebook, Anaconda, and Spyder.

3
New cards

Arithmetic operators

One of the basic components of Python used for performing mathematical calculations.

4
New cards

Logical operators

Basic components of Python used for performing logical operations in scripts.

5
New cards

Control structures

Programming elements including condition checking with ‘if’ and ‘else’, while loops, and for loops.

6
New cards

Numpy

A library used for storing a set of numbers, performing descriptive analysis, and visualization with bar graphs.

7
New cards

Pandas

A library used for loading external data, plotting data, and performing correlation analysis.

8
New cards

Matplotlib

Listed as one of the most useful libraries for data science alongside numpy, pandas, and sklearn.

9
New cards

Sklearn

One of the most useful libraries for practicing data science with Python.

10
New cards

Jupyter

One of the most common tools for practicing Python, identified as an Integrated Development Environment (IDE).

11
New cards

Anaconda

A common tool and Integrated Development Environment (IDE) used for practicing Python in data science.