-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython-training-series.html
More file actions
executable file
·325 lines (292 loc) · 16.3 KB
/
python-training-series.html
File metadata and controls
executable file
·325 lines (292 loc) · 16.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>CodeHappy - Python Workshop Series</title>
<!-- The CSS
================================================== -->
<link href="css/theme.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
</head>
<body id="skrollr-body" data-spy="scroll" data-target=".navbar" class="layout-boxed-no" > <!-- "layout-boxed" class for boxed layout "layout-boxed-no" class for full size wrapper -->
<!-- Preloader -->
<div id="preloader">
<div id="status"> </div>
</div>
<!--******************************************************
******************** The Navbar
****************************************************** -->
<!-- Navbar Section -->
<div class="wrapper wrapper-navbar wrapper-no-padding wrapper-fixed wrapper-transparent" data-0="background-color:rgba(0,0,0,0);border-bottom:1px solid rgba(255,255,255,.12);" data-150="background-color:rgba(0,0,0,.9);border-bottom:1px solid rgba(255,255,255,0);">
<nav class="navbar navbar-inverse navbar-transparent">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span>
<a href="/">
<img style="float: left; padding-top: 20px; padding-left: 10px; padding-right: 10px; " src="img/codehappy-logo-white-1.png">
</a>
</span>
</div>
</div><!-- /.container-fluid -->
</nav>
</div>
<!--******************************************************
******************** The Hero Wrapper
****************************************************** -->
<div id="start" class="wrapper wrapper-gradient wrapper-no-padding wrapper-darkest wrapper-overflow-hidden">
<div class="container wrapper-xl">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center wrapper-xs wrapper-no-padding-top">
<h4>Live Online</h4>
<h2>Python Workshop Series</h2>
<p class="lead">A series of online courses on programming and Python fundamentals designed to be cost-effective, productive and maximizes your time availability on weekends.</p>
</div>
<!-- <div class="mouse_scroll animated bounceInDown" ><a href="#workshops"><i class="fa fa-angle-down fa-2x fa-border-circle"></i></a></div> -->
</div>
</div>
</div>
<div id="workshops" class="wrapper wrapper-sm wrapper-default wrapper-no-padding-bottom wrapper-md wrapper-half-right wow fadeIn">
<div class="container wrapper-lg" id="explore-python">
<div class="row">
<div class="col-sm-6">
<div class="device-container">
<div class="device-mockup iphone6_plus portrait white">
<div class="device">
<div class="screen">
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
<img src="img/python-workshop1.jpg" class="img-responsive img-rounded" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="header-content">
<div class="header-content-inner">
<h4>Exploring the World of Programming Through Python</h4>
<p class="lead">
Learning how to program is more than just learning a computer language. It’s about creating an effective and productive mindset towards problem-solving.
</p>
<p class="lead">
This 4-hour session will teach you the building blocks of a program. If you've never written a line of code in your life, we got you covered!
</p>
<p class="lead">
<b>What You’ll Learn:</b>
<ul class="lead">
<li>Programming Concepts</li>
<li>Python Basics</li>
</ul>
</p>
<p class="lead">
<b>Teaching Approach:</b> Hands-on
</p>
<p class="lead"> <b> Skill Level Required:</b> None - it’s ideal for Complete Beginners
</p>
<p class="lead"> <b> Software Requirements:</b>
<ul class="lead">
<li> <a href="https://www.python.org/downloads">Python 3 (>=3.6)</a> </li>
<li> <a href="https://www.sublimetext.com/3">Sublime Text 3</a></li>
</ul>
</p>
<p>
<a class="btn btn-lg btn-warning" href="https://www.eventbrite.hk/e/exploring-the-world-of-programming-through-python-tickets-111298723478">Enroll</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--******************************************************
******************** The img9 wrapper
****************************************************** -->
<div class="wrapper wrapper wrapper-sm wrapper-lighter wrapper-no-padding-bottom wrapper-md wrapper-half-left wow fadeIn">
<div class="container wrapper-lg" id="build-eshop-script">
<div class="row">
<div class="col-sm-6">
<div class="device-container">
<div class="device-mockup iphone6_plus portrait white">
<div class="device">
<div class="screen">
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
<img src="img/python-workshop2.jpg" class="img-responsive img-rounded" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="header-content">
<div class="header-content-inner">
<h4>Build Your Own E-Shop Monitoring Script in Python</h4>
<p class="lead">
This 4-hour session will give you a hands-on experience on how to build a simple Python script for automating your data collection.
</p>
<p class="lead">
If you're new to Python or have written simple programs with it but still feel like you need to get your feet wet even further, this course is for you!
</p>
<p class="lead">
<b>What You’ll Learn:</b>
<ul class="lead">
<li>Consume an API using requests library</li>
<li>Write the output of your script to a CSV file</li>
</ul>
</p>
<p class="lead">
<b>Teaching Approach:</b> Hands-on, Cookbook Style and Output-focused
</p>
<p class="lead"> <b> Skill Level Required:</b> Basic Python - it’s ideal for people with basic knowledge of Python (have attended our "Exploring the World of Programming Through Python" class, an equivalent online course or self-study)
</p>
<p class="lead"> <b> Software Requirements:</b>
<ul class="lead">
<li> <a href="https://www.python.org/downloads">Python 3 (>=3.6)</a> </li>
<li> <a href="https://www.sublimetext.com/3">Sublime Text 3</a></li>
</ul>
</p>
<p>
<a class="btn btn-lg btn-warning" href="https://www.eventbrite.hk/e/build-your-own-e-shop-monitoring-script-in-python-tickets-111297682364">Enroll</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--******************************************************
******************** The img9 wrapper
****************************************************** -->
<div class="wrapper wrapper wrapper-sm wrapper-lighter wrapper-no-padding-bottom wrapper-md wrapper-half-left wow fadeIn">
<div class="container wrapper-lg">
<div class="row">
<div class="col-sm-6">
<div class="header-content">
<div class="header-content-inner">
<h3>About the Instructor</h3>
<h4>Matt Lebrun</h4>
<p class="lead">
<a href="https://www.linkedin.com/in/cr8ivecodesmith/"><i class="fa fa-linkedin"></i></a>
</p>
<p class="lead">
Matt has been a Software Engineer for more than 10 years. During this time he has worked in various industries, startups, and the academe.
</p>
<p class="lead">
In 2013, he co-founded Python.PH, Inc., a non-profit organization that caters to a community of professionals and hobbyists of the Python programming language. His extraordinary passion and dedication for community work was recognized by the Python Software Foundation who honored him as a Fellow Member in 2019.
</p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="device-container">
<div class="device-mockup iphone6_plus portrait white">
<div class="device">
<div class="screen">
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
<img src="img/matt.jpg" class="img-responsive img-circle" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--******************************************************
******************** The img9 wrapper
****************************************************** -->
<div class="wrapper wrapper wrapper-sm wrapper-lighter wrapper-no-padding-bottom wrapper-md wrapper-half-left wow fadeIn">
<div class="container wrapper-lg">
<div class="row">
<div class="col-sm-6">
<div class="header-content">
<div class="header-content-inner">
<h3>About the Coach</h3>
<h4>Micaela Reyes</h4>
<p class="lead">
<a href="https://www.linkedin.com/in/codemickeycode/"><i class="fa fa-linkedin"></i></a>
</p>
<p class="lead">
Micaela has been a Software Engineer for more than 10 years.
</p>
<p class="lead">
The majority of her experience is in backend and web development. She has worked on telco systems, large-scale web applications, and various startup SaaS platforms.
</p>
<p class="lead">Micaela specializes in Python and related technologies. In 2013, she Co-Founded PythonPH, a volunteer-run programming community. In 2019, she was recognized by the Python Software Foundation and became a Fellow Member.
</p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="device-container">
<div class="device-mockup iphone6_plus portrait white">
<div class="device">
<div class="screen">
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
<img src="img/micaela.jpg" class="img-responsive img-circle" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<p>© 2016 CodeHappy. All Rights Reserved.</p>
<p>made with <i class="fa fa-heart"></i> & <i class="fa fa-coffee" aria-hidden="true"></i> in Manila, PH.</p>
</div>
</footer>
<!--******************************************************
******************** assets and scripts
****************************************************** -->
<!-- All core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.min.js" type="text/javascript"></script> <!-- A must-have - dont remove it! -->
<script src="js/bootstrap.min.js" type="text/javascript"></script> <!-- A must-have - dont remove it! -->
<script src="js/owl.carousel.min.js" type="text/javascript"></script> <!-- The slider script - remove if you don´t use it -->
<script src="js/smoothscroll.min.js" type="text/javascript"></script> <!-- smoothscrolling script - remove if you don´t use it -->
<script src="js/skrollr.min.js" type="text/javascript"></script><!-- The scolling script for parallax effects - remove if you don´t use it -->
<!-- Init the Owl Carousel slider script - remove this code if it is not in use -->
<script type="text/javascript">
$('.owl-carousel').owlCarousel({
animateOut: 'fadeOut',
autoHeight:true,
items:1,
loop: true,
autoplay: true,
autoplaySpeed: 4000,
margin:0,
stagePadding:0,
smartSpeed:1000
});
</script>
<!-- Init the parallax script - if you don´t load it above remove it here too -->
<script type="text/javascript">
var s = skrollr.init();
</script>
<!-- Preloader -->
<script type="text/javascript">
//<![CDATA[
//$(window).load(function() { // makes sure the whole site is loaded
$('#status').fadeOut(); // will first fade out the loading animation
$('#preloader').delay(50).fadeOut('slow'); // will fade out the white DIV that covers the website.
$('body').delay(50).css({'overflow':'visible'});
//})
//]]>
</script>
</body>
</html>