-
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.
VirtualEnvs, Pip, and (mini)Conda
- https://www.i2tutorials.com/python-tutorial/python-virtualenv/
- https://snarky.ca/why-you-should-use-python-m-pip/
- https://conda.io/projects/conda/en/latest/user-guide/index.html
Learn to use Python, Numpy, SciPy, Matplotlib
Then onto the very important idea of how to use import statements: