Brought to you by San Diego Python, San Diego PyLadies, Inland Empire Python, Inland Empire PyLadies.
This repo is adapted from the geekgirl repo, which was for the San Diego PyLadies workshop at the Geek Girl Tech Conference on Saturday June 21, 2014.
Before coming to the workshop, do the pre-workshop setup: part-0.ipynb
You can view each of the files online using nbviewer.
- part-0.ipynb: Pre-workshop setup
- part-1.ipynb: Numbers, strings, variables, booleans, "if statements"
- part-2.ipynb: Lists and loops
- part-3.ipynb: Defining functions and using modules
- part-4.ipynb: Sets, dictionaries, list comprehensions, collections?
- part-5.ipynb: Using third-party libraries
Before giving the talk, IPython Notebook must be installed:
$ pip install 'ipython[notebook]'
How to run an IPython Notebook:
$ ipython notebook part-1.ipynb
At the workshop we gave the talk like this:
- We opened a Python shell on the projector monitor and an IPython notebook on the laptop monitor
- One person read the notebook and typed into the Python shell
- Another person stood in front of the audience and explained each step
- Questions were answered ad-hoc, occasionally by Googling answers or typing at the terminal
You can give this talk too!
This work is licensed under a Creative Commons Attribution 4.0 International License. See LICENSE file for more details.