To use these notebooks:
- Download this repository to your computer. This can be achieved in two main ways:
- Click the green "<>Code" button and click "Download ZIP"
- For more advanced users: Click the green "<>Code" button and copy the URL to the clipboard. Then, navigate to your terminal. In the terminal, navigate to where you would like this code to live. Type:
git clone https://github.com/liz-stippell/Intro_To_Python.git [folder name](replace folder name with where you want these files to live, do not include the brackets)
- Download Anaconda
- Open Anaconda and launch Jupyter Notebook
- Navigate to where these files are saved in the Jupyter Notebook interface
- Open the notebook
Files (Recommended order for understanding):
- 1_Basic_Math.ipynb
- 2_Functions.ipynb
- If_Lists.ipynb
- Units.ipynb
- Math_Images.ipynb