Python

1 Resources for Learning

2 PC vs Mac

For terminal commands on Mac, use python3. For terminal commands on PC, use python or py.

3 Install Python

Download and install the latest version of Python: https://www.python.org/downloads/

Verify installation:

python3 -V # gets Python version

4 Install Anaconda for Package Management

https://www.anaconda.com/download




Developmental Psychopathology Lab