Skip to content

Commit d32ff97

Browse files
committed
Merge pull request #20 from willingc/clean-part1
Edits introduction and welcome
2 parents 71b2d62 + 735111b commit d32ff97

File tree

1 file changed

+147
-60
lines changed

1 file changed

+147
-60
lines changed

part-1.ipynb

Lines changed: 147 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -22,69 +22,72 @@
2222
"level": 1,
2323
"metadata": {},
2424
"source": [
25-
"Introduction to Python Workshop"
26-
]
27-
},
28-
{
29-
"cell_type": "markdown",
30-
"metadata": {},
31-
"source": [
32-
"A programming community outreach workshop, brought to you by the generous volunteers from:\n",
33-
"\n",
34-
"* [PyLadies San Diego](www.meetup.com/sd-pyladies/)\n",
35-
"* [San Diego Python User Group](www.meetup.com/pythonsd/)\n",
36-
"* [Inland Empire Pyladies](www.meetup.com/iepyladies/)"
25+
"Introduction to Python Workshop\n",
26+
"Part 1"
3727
]
3828
},
3929
{
4030
"cell_type": "heading",
4131
"level": 2,
4232
"metadata": {},
4333
"source": [
44-
"Welcome!"
34+
"Welcome again!"
4535
]
4636
},
4737
{
4838
"cell_type": "markdown",
4939
"metadata": {},
5040
"source": [
51-
"Workshop kickoff\n",
41+
"We want to thank the many people that have made this workshop possible.\n",
5242
"\n",
53-
"Special thanks to the sponsors of this free workshop:\n",
54-
"* Ansir Innovation Center\n",
55-
"* Python Software Foundation\n",
43+
"First, the generosity of our sponsors have provided facilities for the workshop, food and refreshments, and travel assistance for our guest speakers. Please give a hand to our fabulous sponsors:\n",
44+
"- [Ansir Innovation Center](http://ansirsd.com/)\n",
45+
"- [Python Software Foundation](https://www.python.org/psf/)\n",
5646
"\n",
57-
"Introductions: who's here to teach and help you today.\n",
58-
"* Name, 2-4 sentences about yourself\n",
59-
"\n",
60-
"We are all volunteers. If you enjoy this workshop and decide to continue with Python programming, we encourage you to volunteer at the next Intro to Python Workshop."
47+
"We are committed to offering a positive and productive workshop for you. We are proud to be an [OpenHatch](https://openhatch.org) affiliated event. OpenHatch is a non-profit that helps people become contributors to free and open source software. OpenHatch is a friendly community and can help you find a suitable project if you are interested in contributing.\n",
48+
"\n"
6149
]
6250
},
6351
{
64-
"cell_type": "heading",
65-
"level": 2,
52+
"cell_type": "markdown",
6653
"metadata": {},
6754
"source": [
68-
"The Game Plan"
55+
"A programming community outreach workshop, brought to you by the generous volunteers from:\n",
56+
"\n",
57+
"- [PyLadies San Diego](www.meetup.com/sd-pyladies/)\n",
58+
"- [San Diego Python User Group](www.meetup.com/pythonsd/)\n",
59+
"- [Inland Empire Pyladies](www.meetup.com/iepyladies/)"
6960
]
7061
},
7162
{
7263
"cell_type": "markdown",
7364
"metadata": {},
7465
"source": [
75-
"Intro:\n",
76-
"* Setup help and check-offs\n",
77-
"* Why program with Python?\n",
66+
"**Introduction of who is here to teach and help you today.**\n",
67+
"- Audrey\n",
68+
"- Danny\n",
69+
"- Rise\n",
70+
"- Trey\n",
71+
"- Jim\n",
72+
"- Others that are helping on day of event\n",
73+
"- Carol\n",
74+
"\n",
75+
"Please take a moment to share 2-4 sentences about yourself\n",
7876
"\n",
79-
"First steps:\n",
80-
"* Interactive lecture\n",
81-
"* Practice\n",
77+
"We are all volunteers. If you enjoy this workshop and decide to continue with Python programming, we encourage you to volunteer at the next Intro to Python Workshop.\n",
8278
"\n",
83-
"Lists and loops:\n",
84-
"* Interactive lecture\n",
85-
"* Practice\n",
79+
"We are also very thankful that you have chosen to spend the better part of your Saturday sharing Python with us. It's a language that we have fun using to make all sorts of projects and a thoughtful, accepting, considerate, and fun community that we are glad to take part in.\n",
8680
"\n",
87-
"Wrap-up and next steps"
81+
"And now...let's get going with some Python development!\n",
82+
" "
83+
]
84+
},
85+
{
86+
"cell_type": "heading",
87+
"level": 2,
88+
"metadata": {},
89+
"source": [
90+
"The Game Plan"
8891
]
8992
},
9093
{
@@ -152,7 +155,6 @@
152155
"```\n",
153156
"\n",
154157
"Once you've had your setup checked:\n",
155-
"* Visit http://codeacademy.com and create an account, or sign in if you already have an account. This is very important: you will need this today.\n",
156158
"* While waiting, introduce yourself to at least 3 of the people sitting near you. Tell them your name, something about yourself, and why you decided to come to today's workshop."
157159
]
158160
},
@@ -171,23 +173,15 @@
171173
"After completing these steps, you should:\n",
172174
"* Have Python installed\n",
173175
"* Be able to enter and exit Python\n",
174-
"* Have a Codeacademy account\n"
176+
"\n"
175177
]
176178
},
177179
{
178180
"cell_type": "heading",
179181
"level": 6,
180182
"metadata": {},
181183
"source": [
182-
"5 min Why Python is so great? (7 slides) while audience checks config"
183-
]
184-
},
185-
{
186-
"cell_type": "heading",
187-
"level": 6,
188-
"metadata": {},
189-
"source": [
190-
"10 min Let's get started with the interactive lecture"
184+
"Let's get started with the interactive lecture"
191185
]
192186
},
193187
{
@@ -245,7 +239,17 @@
245239
],
246240
"language": "python",
247241
"metadata": {},
248-
"outputs": []
242+
"outputs": [
243+
{
244+
"metadata": {},
245+
"output_type": "pyout",
246+
"prompt_number": 10,
247+
"text": [
248+
"2"
249+
]
250+
}
251+
],
252+
"prompt_number": 10
249253
},
250254
{
251255
"cell_type": "code",
@@ -259,13 +263,13 @@
259263
{
260264
"metadata": {},
261265
"output_type": "pyout",
262-
"prompt_number": 1,
266+
"prompt_number": 11,
263267
"text": [
264268
"0"
265269
]
266270
}
267271
],
268-
"prompt_number": 1
272+
"prompt_number": 11
269273
},
270274
{
271275
"cell_type": "markdown",
@@ -274,6 +278,46 @@
274278
"Whole number 1 divided by whole number 2"
275279
]
276280
},
281+
{
282+
"cell_type": "code",
283+
"collapsed": false,
284+
"input": [
285+
"3 / 2"
286+
],
287+
"language": "python",
288+
"metadata": {},
289+
"outputs": [
290+
{
291+
"metadata": {},
292+
"output_type": "pyout",
293+
"prompt_number": 12,
294+
"text": [
295+
"1"
296+
]
297+
}
298+
],
299+
"prompt_number": 12
300+
},
301+
{
302+
"cell_type": "code",
303+
"collapsed": false,
304+
"input": [
305+
"15 / 2"
306+
],
307+
"language": "python",
308+
"metadata": {},
309+
"outputs": [
310+
{
311+
"metadata": {},
312+
"output_type": "pyout",
313+
"prompt_number": 20,
314+
"text": [
315+
"7"
316+
]
317+
}
318+
],
319+
"prompt_number": 20
320+
},
277321
{
278322
"cell_type": "code",
279323
"collapsed": false,
@@ -302,7 +346,17 @@
302346
],
303347
"language": "python",
304348
"metadata": {},
305-
"outputs": []
349+
"outputs": [
350+
{
351+
"metadata": {},
352+
"output_type": "pyout",
353+
"prompt_number": 3,
354+
"text": [
355+
"4"
356+
]
357+
}
358+
],
359+
"prompt_number": 3
306360
},
307361
{
308362
"cell_type": "code",
@@ -379,7 +433,17 @@
379433
],
380434
"language": "python",
381435
"metadata": {},
382-
"outputs": []
436+
"outputs": [
437+
{
438+
"metadata": {},
439+
"output_type": "pyout",
440+
"prompt_number": 6,
441+
"text": [
442+
"0"
443+
]
444+
}
445+
],
446+
"prompt_number": 6
383447
},
384448
{
385449
"cell_type": "code",
@@ -389,7 +453,17 @@
389453
],
390454
"language": "python",
391455
"metadata": {},
392-
"outputs": []
456+
"outputs": [
457+
{
458+
"metadata": {},
459+
"output_type": "pyout",
460+
"prompt_number": 7,
461+
"text": [
462+
"0.5"
463+
]
464+
}
465+
],
466+
"prompt_number": 7
393467
},
394468
{
395469
"cell_type": "markdown",
@@ -409,7 +483,17 @@
409483
],
410484
"language": "python",
411485
"metadata": {},
412-
"outputs": []
486+
"outputs": [
487+
{
488+
"metadata": {},
489+
"output_type": "pyout",
490+
"prompt_number": 8,
491+
"text": [
492+
"int"
493+
]
494+
}
495+
],
496+
"prompt_number": 8
413497
},
414498
{
415499
"cell_type": "code",
@@ -419,7 +503,17 @@
419503
],
420504
"language": "python",
421505
"metadata": {},
422-
"outputs": []
506+
"outputs": [
507+
{
508+
"metadata": {},
509+
"output_type": "pyout",
510+
"prompt_number": 9,
511+
"text": [
512+
"float"
513+
]
514+
}
515+
],
516+
"prompt_number": 9
423517
},
424518
{
425519
"cell_type": "markdown",
@@ -1143,13 +1237,6 @@
11431237
"metadata": {},
11441238
"outputs": []
11451239
},
1146-
{
1147-
"cell_type": "markdown",
1148-
"metadata": {},
1149-
"source": [
1150-
"Questions? 47 min mark"
1151-
]
1152-
},
11531240
{
11541241
"cell_type": "markdown",
11551242
"metadata": {},

0 commit comments

Comments
 (0)