Skip to content

python_resources

Dr. Juan Rojas edited this page May 17, 2021 · 11 revisions

Before you use python, understand how to install packages using Virualenvs or Conda. As well as the use of Pip.

VirtualEnvs, Pip, and (mini)Conda

VirtualEnv's

Pip

Conda


Python, Numpy, SciPy, Matplotlib

The jupyter notebook below will give you a gentle introduction into core concepts in python, numpy, scipy, and matplotlib.


import

import statements are very important and you will use them throughout python. It is good to learn to use them well early.

Clone this wiki locally