Skip to content

aaronmyatt/wwc-python103

 
 

Repository files navigation

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!

About

Python 103 workshop materials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 97.4%
  • Python 2.6%