|
22 | 22 | "level": 1, |
23 | 23 | "metadata": {}, |
24 | 24 | "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" |
37 | 27 | ] |
38 | 28 | }, |
39 | 29 | { |
40 | 30 | "cell_type": "heading", |
41 | 31 | "level": 2, |
42 | 32 | "metadata": {}, |
43 | 33 | "source": [ |
44 | | - "Welcome!" |
| 34 | + "Welcome again!" |
45 | 35 | ] |
46 | 36 | }, |
47 | 37 | { |
48 | 38 | "cell_type": "markdown", |
49 | 39 | "metadata": {}, |
50 | 40 | "source": [ |
51 | | - "Workshop kickoff\n", |
| 41 | + "We want to thank the many people that have made this workshop possible.\n", |
52 | 42 | "\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", |
56 | 46 | "\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" |
61 | 49 | ] |
62 | 50 | }, |
63 | 51 | { |
64 | | - "cell_type": "heading", |
65 | | - "level": 2, |
| 52 | + "cell_type": "markdown", |
66 | 53 | "metadata": {}, |
67 | 54 | "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/)" |
69 | 60 | ] |
70 | 61 | }, |
71 | 62 | { |
72 | 63 | "cell_type": "markdown", |
73 | 64 | "metadata": {}, |
74 | 65 | "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", |
78 | 76 | "\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", |
82 | 78 | "\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", |
86 | 80 | "\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" |
88 | 91 | ] |
89 | 92 | }, |
90 | 93 | { |
|
152 | 155 | "```\n", |
153 | 156 | "\n", |
154 | 157 | "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", |
156 | 158 | "* 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." |
157 | 159 | ] |
158 | 160 | }, |
|
171 | 173 | "After completing these steps, you should:\n", |
172 | 174 | "* Have Python installed\n", |
173 | 175 | "* Be able to enter and exit Python\n", |
174 | | - "* Have a Codeacademy account\n" |
| 176 | + "\n" |
175 | 177 | ] |
176 | 178 | }, |
177 | 179 | { |
178 | 180 | "cell_type": "heading", |
179 | 181 | "level": 6, |
180 | 182 | "metadata": {}, |
181 | 183 | "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" |
191 | 185 | ] |
192 | 186 | }, |
193 | 187 | { |
|
245 | 239 | ], |
246 | 240 | "language": "python", |
247 | 241 | "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 |
249 | 253 | }, |
250 | 254 | { |
251 | 255 | "cell_type": "code", |
|
259 | 263 | { |
260 | 264 | "metadata": {}, |
261 | 265 | "output_type": "pyout", |
262 | | - "prompt_number": 1, |
| 266 | + "prompt_number": 11, |
263 | 267 | "text": [ |
264 | 268 | "0" |
265 | 269 | ] |
266 | 270 | } |
267 | 271 | ], |
268 | | - "prompt_number": 1 |
| 272 | + "prompt_number": 11 |
269 | 273 | }, |
270 | 274 | { |
271 | 275 | "cell_type": "markdown", |
|
274 | 278 | "Whole number 1 divided by whole number 2" |
275 | 279 | ] |
276 | 280 | }, |
| 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 | + }, |
277 | 321 | { |
278 | 322 | "cell_type": "code", |
279 | 323 | "collapsed": false, |
|
302 | 346 | ], |
303 | 347 | "language": "python", |
304 | 348 | "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 |
306 | 360 | }, |
307 | 361 | { |
308 | 362 | "cell_type": "code", |
|
379 | 433 | ], |
380 | 434 | "language": "python", |
381 | 435 | "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 |
383 | 447 | }, |
384 | 448 | { |
385 | 449 | "cell_type": "code", |
|
389 | 453 | ], |
390 | 454 | "language": "python", |
391 | 455 | "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 |
393 | 467 | }, |
394 | 468 | { |
395 | 469 | "cell_type": "markdown", |
|
409 | 483 | ], |
410 | 484 | "language": "python", |
411 | 485 | "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 |
413 | 497 | }, |
414 | 498 | { |
415 | 499 | "cell_type": "code", |
|
419 | 503 | ], |
420 | 504 | "language": "python", |
421 | 505 | "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 |
423 | 517 | }, |
424 | 518 | { |
425 | 519 | "cell_type": "markdown", |
|
1143 | 1237 | "metadata": {}, |
1144 | 1238 | "outputs": [] |
1145 | 1239 | }, |
1146 | | - { |
1147 | | - "cell_type": "markdown", |
1148 | | - "metadata": {}, |
1149 | | - "source": [ |
1150 | | - "Questions? 47 min mark" |
1151 | | - ] |
1152 | | - }, |
1153 | 1240 | { |
1154 | 1241 | "cell_type": "markdown", |
1155 | 1242 | "metadata": {}, |
|
0 commit comments