Skip to content

Commit 0caff0c

Browse files
committed
Removes uneeded stuff in part1. Fixes citycamp contents to rm part 4
1 parent 27ac412 commit 0caff0c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

citycamp/slides/contents.md

-5
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,4 @@ We'll be creating small programs in the text editor, implementing control flow a
1313
Lists, dictionaries and other built-in containers give the Python programmer tremendous power. We'll use these combined with other Python built-ins to process text files for information.
1414
@@@
1515

16-
####[Part 4](?part=part4) - Object oriented programming
17-
18-
What is Object-Oriented Programming and how can it help make programming easier? We'll also get started on some projects that you can do with your new Python skills.
19-
@@@
20-
2116
####[Exercises](?part=exercises) - Additional Exercises

citycamp/slides/part1.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Some rules
1515
* Have fun
1616
@@@
1717

18-
###What we will cover today
18+
###This Session
1919

2020
* Why Python? <!-- .element: class="fragment" -->
2121
* What is programming? <!-- .element: class="fragment" -->
@@ -55,8 +55,8 @@ Note: Block 1 begins - 25 minutes
5555
###What is programming?</h3>
5656

5757
* Teaching the computer to do a task
58-
* A program is made of one or more files of code, each of which solve part of the overall task
59-
* Programming code is human readable but also needs a form that the computer can run directly. This form is not human readable.
58+
* A program is made of one or more files of code
59+
* Programming code is human readable but also needs a form that the computer can run
6060
* Don't focus on what's "under the hood" for now. We will "drive the car" first
6161
@@@
6262

0 commit comments

Comments
 (0)