-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourse-details-python2.html
More file actions
488 lines (461 loc) · 26.4 KB
/
course-details-python2.html
File metadata and controls
488 lines (461 loc) · 26.4 KB
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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon2.png" />
<!-- Author Meta -->
<meta name="author" content="colorlib" />
<!-- Meta Description -->
<meta name="description" content="" />
<!-- Meta Keyword -->
<meta name="keywords" content="" />
<!-- meta character set -->
<meta charset="UTF-8" />
<!-- Site Title -->
<title>Intermediate Python</title>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:900|Roboto:400,400i,500,700" rel="stylesheet" />
<!--
CSS
=============================================
-->
<link rel="stylesheet" href="css/linearicons.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/owl.carousel.css" />
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/hexagons.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/themify-icons/0.1.2/css/themify-icons.css" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<!-- ================ Start Header Area ================= -->
<!-- <header class="default-header">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="/">
<img src="img/logo.png" alt="" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="lnr lnr-menu"></span>
</button>
<div class="collapse navbar-collapse justify-content-end align-items-center" id="navbarSupportedContent">
<ul class="navbar-nav">
<li><a href="/">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="courses.html">Courses</a></li> -->
<!-- Dropdown -->
<!-- <li class="dropdown">
<a class="dropdown-toggle" href="#" data-toggle="dropdown">
Pages
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="elements.html">Elements</a>
<a class="dropdown-item" href="course-details.html">Course Details</a>
</div>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#" data-toggle="dropdown">
Blog
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="blog-home.html">Blog Home</a>
<a class="dropdown-item" href="blog-single.html">Blog Details</a>
</div>
</li>
<li><a href="register.html">Contacts</a></li>
<li>
<button class="search">
<span class="lnr lnr-magnifier" id="search"></span>
</button>
</li>
</ul>
</div>
</div>
</nav>
<div class="search-input" id="search-input-box">
<div class="container">
<form class="d-flex justify-content-between">
<input type="text" class="form-control" id="search-input" placeholder="Search Here" />
<button type="submit" class="btn"></button>
<span class="lnr lnr-cross" id="close-search" title="Close Search"></span>
</form>
</div>
</div>
</header> -->
<header class="default-header">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="img/favicon2.png" width="30" height="30" alt="Cognosphere circle logo blue and purple gradient">
</a>
<a class="navbar-brand" href="index.html">
<img src="img/mylogo3.png" width="138.6" height="28.8" alt="White Cognosphere text logo">
</a>
<!-- <a class="navbar-brand" href="/">
<img src="img/logo.png" alt="">
</a> -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="lnr lnr-menu"></span>
</button>
<div class="collapse navbar-collapse justify-content-end align-items-center" id="navbarSupportedContent">
<ul class="navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<!-- <li><a href="courses.html">Meet the Team</a></li> -->
<!-- Dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" href="#" data-toggle="dropdown">
Courses
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="course-details-python1.html">Intro to Python</a>
<a class="dropdown-item" href="course-details-python2.html">Intermediate Python</a>
<a class="dropdown-item" href="course-details-python3.html">Advanced Python</a>
<a class="dropdown-item" href="course-details-biomedical.html">Biomedical Engineering</a>
<a class="dropdown-item" href="course-details-hardwareengineering.html">Hardware Engineering</a>
<a class="dropdown-item" href="course-details-c1.html">Business in Technology</a>
<!-- <a class="dropdown-item" href="course-details-java1.html">Intro to Java</a>-->
<a class="dropdown-item" href="course-details-scratch.html">Scratch</a>
</div>
</li>
<li><a href="blog-home.html">Blog</a></li>
<li><a href="register.html">Register</a></li>
</li>
</ul>
</div>
</div>
</nav>
<!-- <div class="search-input" id="search-input-box">
<div class="container">
<form class="d-flex justify-content-between">
<input type="text" class="form-control" id="search-input" placeholder="Search Here" />
<button type="submit" class="btn"></button>
<span class="lnr lnr-cross" id="close-search" title="Close Search"></span>
</form>
</div>
</div> -->
</header>
<!-- ================ End Header Area ================= -->
<!-- ================ start banner Area ================= -->
<section class="banner-area">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-lg-12 banner-right">
<h1 class="text-white">
Intermediate Python
</h1>
<p class="mx-auto text-white mt-20 mb-40">
Python is a programming language which is known <br> for its increased productivity, readability, and simplicity.
</p>
<!-- <div class="link-nav">
<span class="box">
<a href="index.html">Home </a>
<i class="lnr lnr-arrow-right"></i>
<a >Courses </a>
<i class="lnr lnr-arrow-right"></i>
<a href="course-details-python1.html">Course Details</a>
</span>
</div> -->
</div>
</div>
</div>
</section>
<!-- ================ End banner Area ================= -->
<!--================ Start Course Details Area =================-->
<section class="course-details-area section-gap">
<div class="container">
<div class="row">
<div class="col-lg-8 course-details-left">
<div class="main-image">
<img class="img-fluid" src="img/popular-course/interpython.png" alt="Intermediate Python two people coding Python at computers clipart">
</div>
<div class="content-wrapper">
<h4 class="title">Objectives</h4>
<div class="content">
This course will allow students to continue exploring the Python programming language. It will finish covering the foundational Python topics that students began learning in the Intro to Python course. Then, students will be introduced to applications of Python by learning and developing programs with Pygame and websites with Flask.
Students will develop their coding skills through live classes, projects, and presentations.
This course is the second of the Python course series. Taking our Intro to Python course prior to this course is recommended but not required.
<br>
</div>
<h4 class="title">Eligibility</h4>
<div class="content">
Intermediate Python will be taught to children in grades 4-8. Students should have a solid understanding of the topics covered in <a href="course-details-python1.html">Introduction to Python</a>.
</div>
<h4 class="title">Course Outline</h4>
<div class="content">
<ul class="course-list">
<li class="justify-content-between d-flex">
<p style="color:black">Per session, we schedule about 12 classes. The basics of what each class will cover are listed below:</p>
</li>
<li class="justify-content-between d-flex">
<p>Introduction Lesson</p>
</li>
<li class="justify-content-between d-flex">
<p>Object-Oriented Programming</p>
</li>
<li class="justify-content-between d-flex">
<p>Object-Oriented Programming</p>
</li>
<li class="justify-content-between d-flex">
<p>Modules, Packages, and Error Handling</p>
</li>
<li class="justify-content-between d-flex">
<p>Review and Unit Test</p>
</li>
<li class="justify-content-between d-flex">
<p>Decorators and Genorators</p>
</li>
<li class="justify-content-between d-flex">
<p>Images and Emailing</p>
</li>
<li class="justify-content-between d-flex">
<p>GUIs</p>
</li>
<li class="justify-content-between d-flex">
<p>GUIs</p>
</li>
<li class="justify-content-between d-flex">
<p>Web Scraping</p>
</li>
<li class="justify-content-between d-flex">
<p>Final Project</p>
</li>
<li class="justify-content-between d-flex">
<p>Final Project</p>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 right-contents">
<ul>
<li>
<a class="justify-content-between d-flex">
<p>Session </p>
<span>Fall</span>
</a>
</li>
</ul>
<a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSdjIK13CW777OTNlZHTf9UwXYytqyCWaRmYcwEXbUVlMC_Z6A/viewform?usp=sf_link" class="btn text-uppercase enroll">Enroll</a>
<!--
<h4 class="title">Reviews</h4>
<div class="content">
<div class="review-top row pt-40">
<div class="col-lg-12">
<h6 class="mb-15">Provide Your Rating</h6>
<div class="d-flex flex-row reviews justify-content-between">
<span>Quality</span>
<div class="star">
<i class="fa fa-star checked"></i>
<i class="fa fa-star checked"></i>
<i class="fa fa-star checked"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<span>Outstanding</span>
</div>
<div class="d-flex flex-row reviews justify-content-between">
<span>Puncuality</span>
<div class="star">
<i class="fa fa-star checked"></i>
<i class="fa fa-star checked"></i>
<i class="fa fa-star checked"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<span>Outstanding</span>
</div>
<div class="d-flex flex-row reviews justify-content-between">
<span>Quality</span>
<div class="star">
<i class="fa fa-star checked"></i>
<i class="fa fa-star checked"></i>
<i class="fa fa-star checked"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<span>Outstanding</span>
</div>
</div>
</div>
<div class="feedeback">
<h6 class="mb-10">Leave Us Some Feedback!</h6>
<textarea name="feedback" class="form-control" cols="10" rows="10"></textarea>
<div class="mt-10 text-right">
<a href="#" class="btn text-center text-uppercase enroll">Submit</a>
</div>
</div>
<div class="comments-area mb-30">
<div class="comment-list">
<div class="single-comment single-reviews justify-content-between d-flex">
<div class="user justify-content-between d-flex">
<div class="thumb">
<img src="img/blog/c1.jpg" alt="">
</div>
<div class="desc">
<h5><a href="#">Emilly Blunt</a>
<div class="star">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
</div>
</h5>
<p class="comment">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore.
</p>
</div>
</div>
</div>
</div>
<div class="comment-list">
<div class="single-comment single-reviews justify-content-between d-flex">
<div class="user justify-content-between d-flex">
<div class="thumb">
<img src="img/blog/c2.jpg" alt="">
</div>
<div class="desc">
<h5><a href="#">Elsie Cunningham</a>
<div class="star">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
</div>
</h5>
<p class="comment">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore.
</p>
</div>
</div>
</div>
</div>
<div class="comment-list">
<div class="single-comment single-reviews justify-content-between d-flex">
<div class="user justify-content-between d-flex">
<div class="thumb">
<img src="img/blog/c3.jpg" alt="">
</div>
<div class="desc">
<h5><a href="#">Maria Luna</a>
<div class="star">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
</div>
</h5>
<p class="comment">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore.
</p>
</div>
</div>
-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================ End Course Details Area =================-->
<!-- ================ start footer Area ================= -->
<footer class="footer-area section-gap">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-6 single-footer-widget">
<h4></h4>
<ul>
<li><a href="#"></a></li>
<li><a href="register.html"></a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 single-footer-widget">
<h4>Join Us</h4>
<ul>
<li><a href="index.html#contact_us">Contact Us</a></li>
<li><a href="register.html">Become a Student</a></li>
<!-- <li><a href="#">Testimonials</a></li> <-- we can add this when we actually have testimonials -->
</ul>
</div>
<div class="col-lg-2 col-md-6 single-footer-widget">
<h4>Quick Links</h4>
<ul>
<li><a href="mailto:cognosphere.tech@gmail.com">Email Us</a></li>
<li><a href="tel:9255757039">Call Us</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 single-footer-widget">
<h4>Resources</h4>
<ul>
<li><a target="_blank" href="https://docs.google.com/document/d/1GI6tmOK5CcuXLWio6l7eLrd6GInheygB-vSrP6i2NRI/edit">Image Credits</a></li>
<li><a target="_blank" href="https://colorlib.com">Colorlib (Template)</a>
</ul>
</div>
<!--
<div class="col-lg-4 col-md-6 single-footer-widget">
<h4>Newsletter</h4>
<p>You can trust us. we only send promo offers,</p>
<div class="form-wrap" id="mc_embed_signup">
<form target="_blank" action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01"
method="get" class="form-inline">
<input class="form-control" name="EMAIL" placeholder="Your Email Address" onfocus="this.placeholder = ''"
onblur="this.placeholder = 'Your Email Address '" required="" type="email">
<button class="click-btn btn btn-default text-uppercase">subscribe</button>
<div style="position: absolute; left: -5000px;">
<input name="b_36c4fd991d266f23781ded980_aefe40901a" tabindex="-1" value="" type="text">
</div>
<div class="info"></div>
</form>
</div>
</div>
</div>
-->
<div class="footer-bottom row align-items-center text-center">
<p class="footer-text m-0 col-lg-8 col-md-12">
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved<!-- | Template by <a href="https://colorlib.com" target="_blank">Colorlib</a>-->
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
501(c)(3) nonprofit powered by Hack Club Bank
<div class="col-lg-4 col-md-12 footer-social">
<a target="_blank" href="https://www.facebook.com/Cognosphere-111476450631667/"><i class="fa fa-facebook"></i></a>
<a target="_blank" href="https://twitter.com/TheCognosphere"><i class="fa fa-twitter"></i></a>
<a target="_blank" href="https://www.instagram.com/cognosphere/"><i class="fa fa-instagram"></i></a>
<a target="_blank" href="https://github.com/cognosphere"><i class="fa fa-github"></i></a>
<a target="_blank" href="https://www.linkedin.com/company/cognosphere/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</footer>
<!-- ================ End footer Area ================= -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/hexagons.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/main.js"></script>
<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/8092374.js"></script>
<!-- End of HubSpot Embed Code -->
</body>
</html>