-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
283 lines (249 loc) · 12.9 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-light" id="naver">
<div class="container p-4" style="padding-top: 0px!important; padding-bottom: 0px!important" >
<div style="display: inline; text-align: left;">
<a class="navbar-brand nav-head" href="#">Python Bootcamp</a>
</div>
<div style="display: inline; text-align: right;">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link" href="#">Home</a>
<a class="nav-item nav-link" href="#schedule">Schedule</a>
<a class="nav-item nav-link" href="#team">Team</a>
</div>
</div>
</div>
</div>
</nav>
<section id="info">
<div class="container p-4 animated fadeIn del-1">
<h2 class="header header-xlg">
<span style="opacity: .6 !important;">Welcome to the</span> Python Bootcamp
</h2>
<p class="animated fadeIn del-2">
<span class="emph">Time:</span> 2-6 PM, MWF <br>
<span class="emph">Dates:</span> June 7 - July 26 <br>
<span class="emph">Location:</span> Room 380, Soda Hall, UC Berkeley<br>
<span class="emph">Lecturer:</span> Michael Remediakis, Ahmad Jawaid <br>
<span class="emph">Assistant Lecturers:</span>Mariam Abughosh
</p>
</div>
<div class="container p-4 animated fadeIn del-2">
<p> <span class="header">Introduction</span><br>
This Python boot camp will serve as an introduction to computer science, as well as a preparatory course towards any students about to take UC Berkeley’s CS 61A/61B course. The boot camp will mostly follow the 61A course schedule, so there are no prerequisites or need to know a programming language beforehand. Even though this is considered an introductory boot camp, there is still enough new material for both beginner and experienced programmers to be interested.</p>
<p > <span class="header">Objective</span><br>
To teach students programming and to prepare them for possibly larger projects. We aim to provide a stress free and low stakes learning space. Keep in mind that this curriculum is designed to go at the student’s own pace. We provide you with the support, space, and resources for learning. It is a low commitment course as there will only be one hour of lecture, and the rest of the time will be for practice!
</p>
<p > <span class="header">Structure</span><br>
<span class="emph">First Hour:</span> Warm ups will be given as practice over the previous lesson’s material.<br>
<span class="emph">Second Hour:</span> A lesson will be given at this time, but it is not mandatory to listen. You are welcome to work on your own project instead or to help others understand the material.<br>
<span class="emph">Third & Fourth Hour:</span> These hours will be designated for practicing the new material in given exercises and discussing questions about the lecture.<br>
</p>
</div>
</section>
<!-- SCHEDULE -->
<section id="schedule" class="schedule animated fadeIn del-2">
<div class="container">
<div class="row">
<div class="col-lg-12 p-4">
<h2 class="header">Schedule</h2>
</div>
</div>
<!--Header Bar-->
<div class="row p-4 bg-light schedule-header-bar">
<div class= "col-sm-1">WEEK</div>
<div class= "col-sm-5">TOPIC</div>
<div class= "col-sm-3"> HOMEWORK</div>
<div class= "col-sm-3">PROJECTS</div>
</div>
<!--Weekly Schedule-->
<!--Week 1-->
<div class="row p-4 ">
<div class= "col-md-1 week">6/7</div>
<div class= "col-md-5">
<span class="emph">Setup, Functions, Control Statements</span><br>
Day 1: Introduction [<a href="#">PPT</a>] <br>
Day 2: Python [<a href="#">PPT</a>] <br>
Day 3: Control [<a href="#">PPT</a>, <a href="#">Warmup</a>]
</div>
<div class= "col-md-3">Homework 1: <a href="#">Getting Started</a></div>
<div class= "col-md-3">Project 1: <a href="#">Gitlet</a></div>
</div>
<!--Week 2-->
<div class="row p-4 bg-light">
<div class= "col-md-1 week">6/14</div>
<div class= "col-md-5">
<span class="emph">Iteration, Environment Diagrams, Higher-Order Functions </span><br>
Day 4: Iteration [<a href="#">PPT</a>, <a href="#">Warmup</a>] <br>
Day 5: HOFs [<a href="#">PPT</a>, <a href="#">Warmup</a>] <br>
Day 6: Practice [<a href="#">PPT</a>, <a href="#">Warmup</a>]
</div>
<div class= "col-md-3">
Homework 2: <a href="#">Iteration</a> <br>
Homework 3: <a href="#">HOFs</a>
</div>
<div class= "col-md-3"></div>
</div>
<!--Week 3-->
<div class="row p-4 ">
<div class= "col-md-1 week">6/21</div>
<div class= "col-md-5">
<span class="emph">Basic Recursion, Tree Recursion</span><br>
Day 7: Recursion [<a href="#">PPT</a>, <a href="#">Warmup</a>] <br>
Day 8: Tree Recursion [<a href="#">PPT</a>, <a href="#">Warmup</a>] <br>
</div>
<div class= "col-md-3">Homework 4: <a href="#">Iterate or Recurse?</a></div>
<div class= "col-md-3"></div>
</div>
<!--Week 4-->
<div class="row p-4 bg-light">
<div class= "col-md-1 week">6/28</div>
<div class= "col-md-5">
<span class="emph">Sequences, Trees </span><br>
Day 9: More Functions [<a href="#">PPT</a>, <a href="#">Warmup</a>] <br>
Day 10: Sequences [<a href="#">PPT</a>, <a href="#">Warmup</a>] <br>
Day 11: Python Lists [<a href="#">PPT</a>, <a href="#">Warmup</a>]
</div>
<div class= "col-md-3">Homework 5: <a href="#">Sequences</a></div>
<div class= "col-md-3">Project 2: <a href="#">Pacman</a></div>
</div>
<!--Week 5-->
<div class="row p-4 ">
<div class= "col-md-1 week">7/5</div>
<div class= "col-md-5">
<span class="emph">More Sequences, Mutable vs Immutable</span><br>
Day 12: Sequences to Trees [<a href="#">PPT</a>, <a href="#">Warmup</a>] <br>
Day 13: More Sequences [<a href="#">PPT</a>, <a href="#">Warmup</a>] <br>
Day 14: Mutable Data [<a href="#">PPT</a>, <a href="#">Warmup</a>]
</div>
<div class= "col-md-3">
Homework 6: <a href="#">More Sequences</a>
Homework 7: <a href="#">Mutable Data</a>
</div>
<div class= "col-md-3"></div>
</div>
<!--Week 6-->
<div class="row p-4 bg-light">
<div class= "col-md-1 week">7/12</div>
<div class= "col-md-5">
<span class="emph">Object, OOP, Inheritance </span><br>
Day 15: Objects [<a href="#">PPT</a>, <a href="#">Warmup</a>] <br>
Day 16: OOP [<a href="#">PPT</a>, <a href="#">Warmup</a>] <br>
Day 17: Practice Problems [<a href="#">Warmup</a>, <a href="#">Worksheet</a>]
</div>
<div class= "col-md-3">
Homework 8: <a href="#">OOP & Inheritance</a><br>
Homework 9: <a href="#">Design</a>
</div>
<div class= "col-md-3">Project 3: <a href="#">Apllo 11 Software</a></div>
</div>
<!--Week 7-->
<div class="row p-4 ">
<div class= "col-md-1 week">7/19</div>
<div class= "col-md-5">
<span class="emph">Memoization, Cryptography, Parallel Computing</span><br>
Day 18: LMAO at you thinking you could teach them those topics in an 8 week bootcamp [<a href="#">PPT</a>, <a href="#">Warmup</a>] <br>
</div>
<div class= "col-md-3">Homework 10: <a href="#">CS189 Final Exam</a></div>
<div class= "col-md-3"></div>
</div>
<!--Week 8-->
<div class="row p-4 bg-light">
<div class= "col-md-1 week">7/26</div>
<div class= "col-md-5">
<span class="emph">Real World Applications </span><br>
Day 21: Pactice & Application Pt. 1 [<a href="#">Warmup</a>] <br>
Day 22: Pactice & Application Pt. 2 [<a href="#">Warmup</a>] <br>
</div>
<div class= "col-md-3"></div>
<div class= "col-md-3"></div>
</div>
</div>
</section>
<!-- TEAM -->
<section class="bg-light pad-top" id="team">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="header header-lg">Staff</h2>
<h3 class=" text-muted team-description">We're a group of students majoring in Computer Science and Cognitivie Science at UC Berkeley. We are involved in teaching on campus and are excited to bring our passion and knowledge to you all!</h3>
</div>
</div>
<div class="row p-5">
<!-- Ahmad-->
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="images/Ahmad.png" alt="">
<h4>Ahmad Jawaid</h4>
<p class="text-muted">Lecturer</p>
<p class="social-icons">
<a href="mailto: [email protected]"><i class="fa fa-envelope-o"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/ahmad-jawaid-685528108/"><i class="fa fa-linkedin"></i></a>
</p>
</div>
</div>
<!-- Mihchael-->
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="images/Michael.jpg" alt="">
<h4>Michael Remediakis</h4>
<p class="text-muted">Lecturer</p>
<p class="social-icons">
<a href="#"><i class="fa fa-envelope-o"></i></a>
<a target="_blank" href="#"><i class="fa fa-linkedin"></i></a>
</p>
</div>
</div>
<!-- Mariam-->
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="images/Maiam.png" alt="">
<h4>Mariam Abughosh</h4>
<p class="text-muted">Assistant Lecturer</p>
<p class="social-icons">
<a href="mailto: [email protected] "><i class="fa fa-envelope-o"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/abughoshmariam/"><i class="fa fa-linkedin"></i></a>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<p class="social-icons">
PYTHONBOOTCAMP
<a href="mailto: [email protected]"><i class="fa fa-envelope-o"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
</p>
</div>
</footer>
<script>
$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll >= 10) {
$("#naver").addClass("divide");
} else {
$("#naver").removeClass("divide");
}
});
</script>
</body>