conda create --name 507b --clone 507
conda init
.conda
is in your path.venv
is an alternative. conda env list
conda create -n <env> python3.9
conda activate <env>
conda deactivate
conda
. conda install
, conda update
pip
is the primary alternative. [IPython] has become one of the most important tools in the modern Python data stack ... It encouarages an execute-explore workflow instead of the typical edit-compile-run workflow of many other programming langauges.
-- Wes McKinney
.py
)..ipynb
) are one of the most popular ways to
share (and develop) data science. vim
, emacs
, nano
, atom
. cntrl+x cntrl+c
.cntrl+x cntrl+s
. Visual Studio Code
, Sublime Text
..py
source code for notebooks. conda
as your primary package manager.