Python Setup for Data Science: VS Code, Jupyter, and Environments

Data Scientist 8 min min read Updated: Mar 05, 2026
Python Setup for Data Science: VS Code, Jupyter, and Environments
Topic 1 of 5

Python Setup

I recommend using a virtual environment so libraries don’t conflict.

python -m venv .venv
.venv\Scripts\activate
pip install pandas numpy matplotlib scikit-learn

Next: Pandas Basics

Get Newsletter

Subscibe to our newsletter and we will notify you about the newest updates on Edugators