-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
442 lines (382 loc) · 19.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Python Full Course for Beginners. A Complete Tutorial.">
<meta name="description" content="In this course you will learn all the core concepts and all the fundemantals of Python Programming Language from
very basics to very advance. By the end of this course you will be a professional Python Developer.">
<meta name="keywords"
content="Python, Full Course, Tutorial, Online course, online Tutorial, Python Programming,
Programming, Python Full Course for Beginners, Python Tutorial for Beginners, Learn Python Online, Learn Programming Online, Learn coding online">
<style>
body {
margin: 0;
padding: 0;
font-size: 16px;
font-family: Verdana, Arial, Tahoma;
background: #eeeeee;
background-color: #eee;
color: #000;
line-height: 25px;
letter-spacing: 1px;
}
article.main {
padding: 20px 10px;
}
.nav-top {
display: flex;
justify-content: space-around;
position: fixed;
top: 0;
left: 0;
right: 0;
padding: 10px 5px;
background: #005050;
color: #fff;
}
.nav-top a {
color: #fff;
text-decoration: none;
font-size: 14px;
}
iframe {
margin: 10px calc(15%);
width: 70%;
}
.px-10 {
padding-left: 10px;
padding-right: 10px;
}
.quote {
margin: 10px;
font-style: italic;
background: #05aa05;
color: #fff;
padding: 5px;
}
.quote a {
color: #47eff8;
}
.mt-60 {
margin-top: 60px;
}
.spacer {
margin-top: 20px;
margin-bottom: 20px;
}
a {
color: #3197fd;
text-decoration: none;
}
.related-courses {
background: #ddd;
box-shadow: 0 0 3px 5px #86e9ff;
padding: 10px 15px;
margin: 15px;
}
.related-courses ul {
line-height: 35px;
}
::selection {
background: #005050;
color: #fff;
}
/* for mobile devices */
@media only screen and (max-width: 900px) {
iframe {
margin: 10px calc(1%);
width: 98%;
}
.related-courses {
padding: 5px;
margin: 15px 5px;
}
.nav-top a {
font-size: 14px;
}
}
</style>
<title>Python Full Course for Beginners</title>
</head>
<body>
<nav class="px-10 nav-top">
<a href="https://www.youtube.com/@coding-aqyanoos" target="_blank" title="Visit Our YouTube Channel">YouTube</a>
<a href="https://www.linkedin.com/in/coding-aqyanoos/" target="_blank"
title="Visit Our LinkedIn Page">LinkedIn</a>
<a href="https://www.facebook.com/CodingAqyanoos" target="_blank" title="Visit Our Facebook Page">Facebook</a>
<a href="https://aqyanoos.com" target="_blank">Usefull Apps</a>
</nav>
<div class=" quote mt-60">
We are sharing our knowledge about Computers, Programming and Coding for Free.
Check out our <a href="https://www.youtube.com/@coding-aqyanoos" target="_blank"
title="Visit Our YouTube Channel">YouTube Channel</a>.
</div>
<article class="main">
<header>
<h1>Python Full Course for Beginners</h1>
</header>
<section class="content">
<p>
In this course you will learn all the core concepts and all the fundemantals of Python Programming
Language from
very basics to very advance. By the end of this course you will be a professional Python Developer.
</p>
<p>
In this course you will learn everthing you need to know to work on any Python projects with confidence
in the work environment or in the production.
</p>
<p>
You can watch the video here below or on YouTube by clicking on this link <a
href="https://youtu.be/9r-_NUvxko4" target="_blank">https://youtu.be/9r-_NUvxko4</a>.
</p>
<p>
Check out the course overview or what you will learn in this course <a
href="#table-of-content">here</a>.
</p>
<!-- width="560" height="315" -->
<iframe src="https://www.youtube.com/embed/9r-_NUvxko4?si=IG7rIzVtNiFzIm2S" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</section>
<footer>
<strong>
I hope it was helpful. Thanks for visiting this page and thanks for supporting our YouTube Channel.
</strong>
<section class="px-10 related-courses">
<h3>Related Courses and Tutorials About Python on my YouTube Channel</h3>
<ul>
<li>
<a href="https://youtu.be/NtlMxzTaE-Q" target="_blank">Object Oriented Programming in
Python</a>.
Learn All About Object Oriented Programming such as Objects and Classes, Inheritance, Access
Modifiers,...etc.
</li>
<li>
<a href="https://youtu.be/-jO05SvPqAY" target="_blank">Learn All About Python Dictionary</a>.
All
methods of Python
Dictionary in practice.
How and when to use them.
</li>
<li>
<a href="https://youtu.be/hWNIoROTPKM" target="_blank">Learn All About Python Sets</a>. All
methods of Python Set in practice. How and when to use them.
</li>
<li>
<a href="https://youtu.be/jrhkiOCsQ8Q" target="_blank">Learn All About Python Tuples</a>. All
methods of Tuples in Python in practice. How and when to use them.
</li>
<li>
<a href="https://youtu.be/Ncjrc6PcsOo" target="_blank">Learn All About Python Operators</a>. All
Operators in Python in practice. Learn the Arithmetic Operators, Comparison Operators, Logical
Operators, Identity Operators, Membership Operators,
Bitwise Operators, Assignment Operators and Operator Precedence. It is a real perfect course
about
Operators in Python.
</li>
<li>
<a href="https://youtu.be/dGoMJKeh8kU" target="_blank">Learn All About Python List</a>. All
methods of List in Python in practice. How and when to use them.
</li>
<li>
<a href="https://youtu.be/eHaUNODO8No" target="_blank">Learn All About Python String</a>. All
methods of String in Python in practice. How and when to use them.
</li>
<li>
<a href="https://youtu.be/U2hi7ueK0fg" target="_blank">Learn All About Data Types in Python</a>.
All
Python Data Types in practice including very useful information and tips about how to build
efficient and fast applications.
The reason C++ is used in Gaming and Powerful systems is because you have better control over
Data
Types.
That is the Data Type that makes an app or software efficient and fast. Watch the video for more
details.
</li>
<li>
<a href="https://youtu.be/l1uWpwOoc9k" target="_blank">How to install Python on Windows 10 /
11?</a>
</li>
</ul>
</section>
</footer>
</article>
<div class="spacer"></div>
<article class="main">
<section id="table-of-content">
<h3>Table of Content in the Python Full Course</h3>
<p>These are what you will learn in this full course. At the left side you can see the timing as
well.</p>
<ul>
<li><strong>0:00 </strong> Welcome</li>
<li><strong>0:27 </strong> What is Python used for?</li>
<li><strong>2:01 </strong> Course Overview</li>
<li><strong>3:12 </strong> Installing Python on Windows</li>
<li><strong>6:40 </strong> Installing Python on Linux</li>
<li><strong>10:28 </strong> Install Visual Studio Code on Windows</li>
<li><strong>11:44 </strong> Install Visual Studio Code on Linux</li>
<li><strong>12:23 </strong> Explore Visual Studio Code or VS Code Tutorial</li>
<li><strong>17:53 </strong> Your First Program in Python</li>
<li><strong>18:50 </strong> Python Syntax</li>
<li><strong>24:35 </strong> Comment in Python</li>
<li><strong>25:30 </strong> Variables in Python</li>
<li><strong>32:46 </strong> Naming Conventions in Python</li>
<li><strong>35:24 </strong> Data Types in Python</li>
<li><strong>48:43 </strong> Type Conversions in Python</li>
<li><strong>52:28 </strong> Operators in Python</li>
<li><strong>52:34 </strong> Arithmetic Operators in Python</li>
<li><strong>54:31 </strong> Comparison Operators in Python</li>
<li><strong>55:33 </strong> Logical Operators in Python</li>
<li><strong>56:46 </strong> Identity Operators in Python</li>
<li><strong>57:26 </strong> Membership Operators in Python</li>
<li><strong>58:00 </strong> Bitwise Operators in Python</li>
<li><strong>1:00:00 </strong> Assignment Operators in Python</li>
<li><strong>1:02:13 </strong> Order of Operation in Python or Operator Precedence in Python</li>
<li><strong>1:04:03 </strong> Examples of Arithmetic operators in Python</li>
<li><strong>1:05:58 </strong> Project: Create Calculator in Python</li>
<li><strong>1:09:12 </strong> Examples of Comparison Operators in Python</li>
<li><strong>1:11:55 </strong> Examples of Logical Operators in Python</li>
<li><strong>1:15:48 </strong> Examples of Identity Operators in Python</li>
<li><strong>1:18:12 </strong> Examples of Membership Operators in Python</li>
<li><strong>1:19:40 </strong> Examples of Bitwise Operators in Python + How to convert Decimal
to Binary? how to convert Binary to Decimal?</li>
<li><strong>1:27:58 </strong> Examples of Assignment Operators in Python</li>
<li><strong>1:39:18 </strong> Conditionals in Python or if else statement in Python</li>
<li><strong>1:47:28 </strong> Project: Job Interview Simulator</li>
<li><strong>1:52:26 </strong> Loops in Python</li>
<li><strong>1:52:31 </strong> For Loop in Python</li>
<li><strong>1:57:07 </strong> Project: Inverted Triangle in Python</li>
<li><strong>1:58:19 </strong> While Loop in Python</li>
<li><strong>2:01:34 </strong> Functions in Python</li>
<li><strong>2:14:36 </strong> Recursion in Python</li>
<li><strong>2:16:13 </strong> Lambda Function in Python</li>
<li><strong>2:19:56 </strong> Python Strings / String Methods in Python</li>
<li><strong>2:33:56 </strong> Escape Sequences or special characters in Python</li>
<li><strong>2:35:57 </strong> Python Collections or Python Arrays</li>
<li><strong>2:36:27 </strong> Python Lists</li>
<li><strong>3:01:25 </strong> Python Tuples</li>
<li><strong>3:12:15 </strong> Python Sets</li>
<li><strong>3:20:32 </strong> Python Dictionaries</li>
<li><strong>3:38:59 </strong> Python Booleans</li>
<li><strong>3:41:03 </strong> Python Numbers</li>
<li><strong>3:46:10 </strong> Manage Python Libraries and projects + Manage Project dependencies
in Python + Manage Environment variable in Python + Manage Dependencies in Python.</li>
<li><strong>3:54:58 </strong> Object-oriented Programming in Python, Classes and Objects in
Python</li>
<li><strong>3:55:28 </strong> What are the advantages of Object oriented programming?</li>
<li><strong>3:58:24 </strong> Examples of Class in Python</li>
<li><strong>4:00:19 </strong> Examples of Objects in Python</li>
<li><strong>4:05:45 </strong> Inheritance in Python</li>
<li><strong>4:14:59 </strong> Project: Build Task Manager Application with SQLite using Python
</li>
<li><strong>4:24:56 </strong> Handling Exceptions / Errors in Python</li>
<li><strong>4:26:26 </strong> CRUD operation SQL Database in Python</li>
<li><strong>4:42:14 </strong> Python Pandas. Using Pandas Library in Python</li>
<li><strong>4:44:57 </strong> Final Words and Thanks</li>
</ul>
<h3>Enjoy Learning Programming. Have fun and make sure to take enough breaks when you are behind computer.
Take care!</h3>
</section>
</article>
<div class="spacer"></div>
<script>
const iframe_ = document.querySelector("iframe")
function setIframeHeight() {
let winWidth_ = window.innerWidth
let width_ = winWidth_ * 0.7
if (winWidth_ < 900) {
width_ = winWidth_ * 0.98
}
let height_ = width_ * 9 / 16;
// console.log("90% of width: ", width_)
// console.log("height: ", height_)
if (iframe_) {
iframe_.height = height_;
// console.log("iframe is: ", iframe_)
}
}
// on page reload
setIframeHeight()
const contents = `
0:00 Welcome
0:27 What is Python used for?
2:01 Course Overview
3:12 Installing Python on Windows
6:40 Installing Python on Linux
10:28 Install Visual Studio Code on Windows
11:44 Install Visual Studio Code on Linux
12:23 Explore Visual Studio Code or VS Code Tutorial
17:53 Your First Program in Python
18:50 Python Syntax
24:35 Comment in Python
25:30 Variables in Python
32:46 Naming Conventions in Python
35:24 Data Types in Python
48:43 Type Conversions in Python
52:28 Operators in Python
52:34 Arithmetic Operators in Python
54:31 Comparison Operators in Python
55:33 Logical Operators in Python
56:46 Identity Operators in Python
57:26 Membership Operators in Python
58:00 Bitwise Operators in Python
1:00:00 Assignment Operators in Python
1:02:13 Order of Operation in Python or Operator Precedence in Python
1:04:03 Examples of Arithmetic operators in Python
1:05:58 Project: Create Calculator in Python
1:09:12 Examples of Comparison Operators in Python
1:11:55 Examples of Logical Operators in Python
1:15:48 Examples of Identity Operators in Python
1:18:12 Examples of Membership Operators in Python
1:19:40 Examples of Bitwise Operators in Python + How to convert Decimal to Binary? how to convert Binary to Decimal?
1:27:58 Examples of Assignment Operators in Python
1:39:18 Conditionals in Python or if else statement in Python
1:47:28 Project: Job Interview Simulator
1:52:26 Loops in Python
1:52:31 For Loop in Python
1:57:07 Project: Inverted Triangle in Python
1:58:19 While Loop in Python
2:01:34 Functions in Python
2:14:36 Recursion in Python
2:16:13 Lambda Function in Python
2:19:56 Python Strings / String Methods in Python
2:33:56 Escape Sequences or special characters in Python
2:35:57 Python Collections or Python Arrays
2:36:27 Python Lists
3:01:25 Python Tuples
3:12:15 Python Sets
3:20:32 Python Dictionaries
3:38:59 Python Booleans
3:41:03 Python Numbers
3:46:10 Manage Python Libraries and projects + Manage Project dependencies in Python + Manage Environment variable in Python + Manage Dependencies in Python.
3:54:58 Object-oriented Programming in Python, Classes and Objects in Python
3:55:28 What are the advantages of Object oriented programming?
3:58:24 Examples of Class in Python
4:00:19 Examples of Objects in Python
4:05:45 Inheritance in Python
4:14:59 Project: Build Task Manager Application with SQLite using Python
4:24:56 Handling Exceptions / Errors in Python
4:26:26 CRUD operation SQL Database in Python
4:42:14 Python Pandas. Using Pandas Library in Python
4:44:57 Final Words and Thanks
`;
// const toArr = contents.split("\n")
// const ol_ = document.querySelector("ul")
// toArr.forEach(e => {
// const xyz = e.trim();
// if (xyz !== "") {
// const timing_ = xyz.split(" ")
// const li_ = document.createElement("li")
// li_.innerHTML = "<strong>" + timing_[0] + " </strong> ";
// timing_.shift()
// li_.innerHTML = li_.innerHTML + timing_.join(" ")
// ol_.appendChild(li_)
// }
// })
//on page resize
window.onresize = setIframeHeight;
</script>
</body>
</html>