-
Notifications
You must be signed in to change notification settings - Fork 0
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.
The jupyter notebook below will give you a gentle introduction into core concepts in python, numpy, scipy, and matplotlib.
import statements are very important and you will use them throughout python. It is good to learn to use them well early.