-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
208 lines (157 loc) · 9.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Pie Coding Outline</title>
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/underscore/underscore.js"></script>
<script src="bower_components/handlebars/handlebars.runtime.js"></script>
<script src="bower_components/backbone/backbone.js"></script>
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">
<link rel="stylesheet" href="style/style.css">
<script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic|Droid+Serif:400,700|Merriweather:400,700,400italic,700italic,300italic' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="blog-masthead">
<div class="container">
<nav class="blog-nav">
<a class="blog-nav-item active" href="#">Intro to Programming</a>
<a class="blog-nav-item" href="#">Overview</a>
<a class="blog-nav-item" href="http://goo.gl/forms/jywQJKWvPy" target="_blank">Sign Up</a>
</nav>
</div>
</div>
<div class="container">
<div class="blog-header">
<h1 class="blog-title">Pie Coding Collaborative</h1>
<p class="lead blog-description">Presents <em>Intro to Programming</em></p>
</div>
<div class="row">
<div class="col-sm-8 blog-main">
<div class="blog-post">
<h2 class="blog-post-title">Overview</h2>
<p><strong>The classes will be held at
<a href="https://www.google.com/maps/place/Geek+Bar+Beta/@41.910341,-87.67652,17z/data=!3m1!4b1!4m2!3m1!1s0x880fd2c739d6990f:0xbe5be108576b19cc" target="_blank">Geek Bar Chicago</a>
on Wednesdays, February 25th and March 4th from 6pm until 8pm. <a href="http://goo.gl/forms/jywQJKWvPy" target="_blank">Sign up</a> today!
</strong></p>
<p><em>Intro to Programming</em> is comprised of two courses that last two hours long each.
It is being designed to be a very easy introduction to the fundamentals of programming.
We aim to provide a relaxed and casual attitude with our class; we want students to walk away
with enough knowledge to start working on their own projects.</p>
<p>Each class will be broken into five parts: an introduction, three lessons, and a conclusion.
After each lesson students will be assisted by teaching assistants to write their own
applications. We will work together as a team to help each other before moving on to the next
lesson.</p>
<p>Through easy to follow lectures and hands on mentoring, students will learn how to build
their own applications. The first class will teach students how to use
<a href="http://scratch.mit.edu/" target="_blank">MIT's Scratch</a> development platform.
The second course will educate our students how to build Android applications using
the <a href="http://developer.android.com/sdk/index.html" target="_blank">Android Studio</a>.
Both courses will teach our students how to build two to three applications. We have chosen
to use these tools due to their open source licensing.</p>
<p>Each student will be required to provide their own laptop. The required software may be downloaded
prior to the course using the resource links to the side of this page. Limited USB sticks will be available
for class use; if you find yourself in need of one, please contact us.</p>
<p><strong>Requirements:</strong>
<ul>
<li>Laptops are strongly encouraged; however, if you cannot bring one we hope that others will let you group together.</li>
<li>Please review the required software and have them downloaded and installed. Direct links to Scratch (for day one) and Android Studio (for day two) are located on the sidebar..</li>
<li>Make sure your laptop is charged enough for two+ hours! We cannot guarantee the availability of power outlets.</li>
</ul>
</p>
</div><!-- /.blog-post -->
<div class="blog-post">
<h2 class="blog-post-title">Day One</h2>
<h3>Wednesday, February 25th from 6pm until 8pm</h3>
<p>On the first day of class, students will learn to program using MIT's Scratch platform.
We will walk them through creating their own applications. The core concepts that will be taught are:
<strong>events</strong>, <strong>operators & math</strong>, and <strong>conditional logic</strong>.
To teach these concepts, users will program a fierce dragon, a blackjack game, and a logic based puzzle.
</p>
<p><em>Topics Covered</em>
<ul>
<li>Learn to program using MIT's <a href="http://scratch.mit.edu/scratch2download/" target="_blank">Scratch</a> </li>
<li>Teach users to create their own programs</li>
<li>Events: click on a dragon to have it react</li>
<li>Operators and Math: write a blackjack game</li>
<li>Logic: create a conditional puzzle game</li>
<li>Finally, will discuss <em>remixing</em> for students to further study</li>
</ul>
</p>
</div><!-- /.blog-post -->
<div class="blog-post">
<h2 class="blog-post-title">Day Two</h2>
<h3>Wednesday, March 4th from 6pm until 8pm</h3>
<p>Day two will familiarize our students with Java and the Android development platform.
We will expand upon what is taught on the first day and teach a basic introduction to Java.
Students will learn to create Android (4.x) applications similar to what is covered
on their first day. They will learn the basics of the platform while creating a hello world application.
Next, students will learn how to build a user interface while creating a calculator.
Finally, they will apply their knowledge to create a tic-tac-toe game.
</p>
<p>
<ul>
<li>Teach the basics of Java</li>
<li>Teach the basics of Android development</li>
<li>Create new applications</li>
<li>Basics: Hello, world application</li>
<li>User Interface: Create basic calculator</li>
<li>Logic: Create a Tic Tac Toe game</li>
</ul>
</p>
</div><!-- /.blog-post -->
</div><!-- /.blog-main -->
<div class="col-sm-3 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module">
<h4>Downloads</h4>
<ul>
<li>
<a href="http://scratch.mit.edu/scratch2download/" target="_blank">Download MIT's Scratch</a>
</li>
<li>
<a href="http://developer.android.com/sdk/index.html" target="_blank">Download Android Studio</a>
</li>
</ul>
</div>
<div class="sidebar-module">
<h4>First Day</h4>
<ul>
<li>
<a href="https://drive.google.com/file/d/0B3m1SKnGXVgCREY3TWw0QUdKUmM/view?usp=sharing" target="_blank">Day one slides</a>
</li>
<li>
<a href="https://drive.google.com/file/d/0B3m1SKnGXVgCRE5Tc21HRjZzZDA/view?usp=sharing" target="_blank">Assignments Handout</a>
</li>
</ul>
</div>
<div class="sidebar-module">
<h4>Second Day</h4>
<ul>
<li>
<a href="https://github.com/pie-coding/intro-to-programming-course/blob/master/Day%20Two%20-%20Android/Slides/Intro%20to%20Programming%20-%20Day%202.pptx" target="_blank">Day two slides</a>
</li>
</ul>
</div>
<div class="sidebar-module">
<h4>Contacts</h4>
<ul>
<li>
<a href="mailto:[email protected]" target="_blank">James Traver</a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank">Devina Dhawan</a>
</li>
</ul>
</div>
</div><!-- /.blog-sidebar -->
</div><!-- /.row -->
</div><!-- /.container -->
<footer class="blog-footer">
<p>Course designed and based on MIT's Scratch platform and Google's Android operating system.</p>
<p>
<a href="#">Back to top</a>
</p>
</footer>
</body>
</html>