2 artifacts
Tap to collapse details
Option 1: Anaconda (Recommended for local setup)
bash Anaconda3-*.sh
jupyter notebook
Option 2: Google Colab (No install needed)
Verify: Run import numpy as np; print(np.__version__) in a notebook cell.
import numpy as np; print(np.__version__)
❌ Not adding Anaconda to PATH during install
→Reinstall and check 'Add Anaconda to PATH' or use Anaconda Prompt
❌ Using system Python instead of conda
→Always activate base environment with `conda activate`
Tap to expand details
Spin up a personalized “learn Python for data science” plan you can save, check off, and return to anytime — unlimited on the free trial.
Coursera (IBM)
Cognitive Class (IBM)
by Jake VanderPlas
by Wes McKinney
Foundational Python programming concepts
Array computing essentials
Data manipulation and analysis
All-in-one platform for Python data science
Free cloud Jupyter notebooks with GPU support
Interactive coding environment for data science