@@ -7,21 +7,28 @@ Inland Empire PyLadies.
77This repo is adapted from the geekgirl repo, which was for the San Diego PyLadies
88workshop at the Geek Girl Tech Conference on Saturday June 21, 2014.
99
10+ Instructions For Students
11+ =============================
12+
13+ Before coming to the workshop, do the pre-workshop setup: `part-0.ipynb `_
14+
15+ Instructions For Instructors
16+ =============================
1017
1118IPython Notebook Files
1219----------------------
1320
1421You can view each of the files online using `nbviewer `_.
1522
16- * `part-0.ipynb `_: pre -workshop setup
17- * `part-1.ipynb `_: numbers , strings, variables, booleans, "if statements"
18- * `part-2.ipynb `_: lists and loops
19- * `part-3.ipynb `_: defining functions and using modules
20- * `part-4.ipynb `_: sets , dictionaries, list comprehensions, collections?
21- * `part-5.ipynb `_: using third-party libraries
23+ * `part-0.ipynb `_: Pre -workshop setup
24+ * `part-1.ipynb `_: Numbers , strings, variables, booleans, "if statements"
25+ * `part-2.ipynb `_: Lists and loops
26+ * `part-3.ipynb `_: Defining functions and using modules
27+ * `part-4.ipynb `_: Sets , dictionaries, list comprehensions, collections?
28+ * `part-5.ipynb `_: Using third-party libraries
2229
2330
24- Giving the talk
31+ Giving the Talk
2532---------------
2633
2734Before giving the talk, IPython Notebook must be installed:
0 commit comments