Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 608 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 608 Bytes

wwc-python103

Python workshop materials

Getting Started:

  1. Get Python installed, my preference is to use Conda: https://anaconda.org/anaconda/python
  2. With Conda installed, use it to install Jupyter Notebooks: conda install jupyter (entered into your terminal/console)

We use Jupyter Notebooks to more conveniently experiment with and learn Python

  1. Clone or download this repository
  2. Navigate to the respository directory with your terminal/console
  3. Activate Jupyter Notebook: jupyter notebook . This will open a browser page reflecting the directory structure.

And we're ready to go!