Loading...

Python

High-level, dynamically typed language that is the default for ML and data science.

When to use: Default language for nearly every ML role, course, or paper.

Example: A 5-line training loop loads a CSV (pandas), splits data (sklearn), fits a model, prints accuracy.

More Python for ML Glossary terms