Loading...

Anaconda

A Python distribution bundling conda, Jupyter, and ~250 data-science packages.

When to use: Quickest install for Windows learners; one-shot scientific Python setup.

Example: conda create -n ml python=3.11 jupyter pandas scikit-learn; conda activate ml.

More Jupyter & Colab Glossary terms