Skip to content

Commit 260ef08

Browse files
committed
Small README content tweaks.
1 parent 56d7121 commit 260ef08

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.rst

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,28 @@ Inland Empire PyLadies.
77
This repo is adapted from the geekgirl repo, which was for the San Diego PyLadies
88
workshop 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

1118
IPython Notebook Files
1219
----------------------
1320

1421
You 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

2734
Before giving the talk, IPython Notebook must be installed:

0 commit comments

Comments
 (0)