-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
585 lines (507 loc) · 17.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
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
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
<!DOCTYPE html>
<html>
<head>
<title>Python Learning Schedule</title>
</head>
<body>
<h1 onclick="window.open('https://chat.openai.com/chat', '_blank');"> <img src="https://cdn.iconscout.com/icon/free/png-256/python-3521655-2945099.png" style="height: 20px; width: 20px; margin-right: 10px;">Python Learning Schedule</a></h1> <div id="schedule">
<button onclick="copyText(1)">
<label style="display: flex; align-items: center;">
Day 1: Introduction to Python and basic syntax (e.g. print statement, variables, data types)
</button>
<button onclick="copyText(2)">
<label style="display: flex; align-items: center;">
Day 2: Basic Input/Output operations
</button>
<script></script>
<button onclick="copyText(3)">
<label style="display: flex; align-items: center;">
Day 3: Control Flow (e.g. if/else statements, for loops)
</label>
</button>
<button onclick="copyText(4)">
<label style="display: flex; align-items: center;">
Day 4: Functions
</label>
</button>
<button onclick="copyText(5)">
<label style="display: flex; align-items: center;">
Day 5: Lists and list operations
</label>
</button>
<button onclick="copyText(6)">
<label style="display: flex; align-items: center;">
Day 6: Strings and string operations
</label>
</button>
<button onclick="copyText(7)">
<label style="display: flex; align-items: center;">
Day 7: Dictionaries and dictionary operations
</label>
</button>
<button onclick="copyText(8)">
<label style="display: flex; align-items: center;">
Day 8: Review and practice of previous concepts
</label>
</button>
<button onclick="copyText(9)">
<label style="display: flex; align-items: center;">
Day 9: Object-oriented programming concepts
</label>
</button>
<button onclick="copyText(10)">
<label style="display: flex; align-items: center;">
Day 10: Creating classes and objects
</label>
</button>
<button onclick="copyText(11)">
<label style="display: flex; align-items: center;">
Day 11: Inheritance and polymorphism
</label>
</button>
<button onclick="copyText(12)">
<label style="display: flex; align-items: center;">
Day 12: Exception handling
</label>
</button>
<button onclick="copyText(13)">
<label style="display: flex; align-items: center;">
Day 13: Modules and packages
</label>
</button>
<button onclick="copyText(14)">
<label style="display: flex; align-items: center;">
Day 14: Review and practice of previous concepts
</label>
</button>
<button onclick="copyText(15)">
<label style="display: flex; align-items: center;">
Day 15: Basic data analysis using NumPy and pandas
</label>
</button>
<button onclick="copyText(16)">
<label style="display: flex; align-items: center;">
Day 16: Data visualization using Matplotlib and Seaborn
</label>
</button>
<button onclick="copyText(17)">
<label style="display: flex; align-items: center;">
Day 17: Data analysis using pandas
</label>
</button>
<button onclick="copyText(18)">
<label style="display: flex; align-items: center;">
Day 18: Data visualization using Matplotlib
</label>
</button>
<button onclick="copyText(19)">
<label style="display: flex; align-items: center;">
Day 19: Data visualization using Seaborn
</label>
</button>
<button onclick="copyText(20)">
<label style="display: flex; align-items: center;">
Day 20: Review and practice of previous concepts
</label>
</button>
<button onclick="copyText(21)">
<label style="display: flex; align-items: center;">
Day 21: Introduction to Machine learning
</label>
</button>
<button onclick="copyText(22)">
<label style="display: flex; align-items: center;">
Day 22: Linear regression
</label>
</button>
<button onclick="copyText(23)">
<label style="display: flex; align-items: center;">
Day 23: Logistic regression
</label>
</button>
<button onclick="copyText(24)">
<label style="display: flex; align-items: center;">
Day 24: Decision Trees
</label>
</button>
<button onclick="copyText(25)">
<label style="display: flex; align-items: center;">
Day 25: Random Forest
</label>
</button>
<button onclick="copyText(26)">
<label style="display: flex; align-items: center;">
Day 26: SVM
</label>
</button>
<button onclick="copyText(27)">
<label style="display: flex; align-items: center;">
Day 27: KNN
</label>
</button>
<button onclick="copyText(28)">
<label style="display: flex; align-items: center;">
Day 28: Naive bayes
</label>
</button>
<button onclick="copyText(29)">
<label style="display: flex; align-items: center;">
Day 29: K means
</label>
</button>
<button onclick="copyText(30)">
<label style="display: flex; align-items: center;">
Day 30: PCA
</label>
</button>
<button onclick="copyText(31)">
<label style="display: flex; align-items: center;">
Day 31: Review and practice of previous concepts
</label>
</button>
<button onclick="copyText(32)">
<label style="display: flex; align-items: center;">
Day 32: Deep learning introduction
</label>
</button>
<button onclick="copyText(33)">
<label style="display: flex; align-items: center;">
Day 33: Neural networks
</label>
</button>
<button onclick="copyText(34)">
<label style="display: flex; align-items: center;">
Day 34: Convolutional neural networks
</label>
</button>
<button onclick="copyText(35)">
<label style="display: flex; align-items: center;">
Day 35: Recurrent neural networks
</label>
</button>
<button onclick="copyText(36)">
<label style="display: flex; align-items: center;">
Day 36: Auto encoders
</label>
</button>
<button onclick="copyText(37)">
<label style="display: flex; align-items: center;">
Day 37: Generative Adversarial networks
</label>
</button>
<button onclick="copyText(38)">
<label style="display: flex; align-items: center;">
Day 38: Transfer learning
</label>
</button>
<button onclick="copyText(39)">
<label style="display: flex; align-items: center;">
Day 39: Review and practice of previous concepts
</label>
</button>
<button onclick="copyText(40)">
<label style="display: flex; align-items: center;">
Day 40: Web scraping
</label>
</button>
<button onclick="copyText(41)">
<label style="display: flex; align-items: center;">
Day 41: Web scraping using BeautifulSoup
</label>
</button>
<button onclick="copyText(42)">
<label style="display: flex; align-items: center;">
Day 42: Web scraping using Scrapy
</label>
</button>
<button onclick="copyText(43)">
<label style="display: flex; align-items: center;">
Day 43: Web scraping using Selenium
</label>
</button>
<button onclick="copyText(44)">
<label style="display: flex; align-items: center;">
Day 44: Review and practice of previous concepts
</label>
</button>
<button onclick="copyText(45)">
<label style="display: flex; align-items: center;">
Day 45: Introduction to GUI programming
</label>
</button>
<button onclick="copyText(46)">
<label style="display: flex; align-items: center;">
Day 46: Creating GUI using tkinter
</label>
</button>
<button onclick="copyText(47)">
<label style="display: flex; align-items: center;">
Day 47: Creating GUI using PyQt
</label>
</button>
<button onclick="copyText(48)">
<label style="display: flex; align-items: center;">
Day 48: Review and practice of previous concepts
</label>
</button>
<button onclick="copyText(49)">
<label style="display: flex; align-items: center;">
Day 49: Project work
</label>
</button>
<button onclick="copyText(50)">
<label style="display: flex; align-items: center;">
Day 50: Review and final assessment
</label>
</button>
<!-- Add more buttons for the remaining days -->
</div>
<script>
function saveCheckboxState(checkbox) {
localStorage.setItem(checkbox.id, checkbox.checked);
}
window.onload = function() {
var checkbox1 = document.getElementById("myCheckbox1");
var checkbox2 = document.getElementById("myCheckbox2");
checkbox1.checked = (localStorage.getItem("myCheckbox1") === "true");
checkbox2.checked = (localStorage.getItem("myCheckbox2") === "true");
}
function copyText(day) {
switch (day) {
case 1:
text = "Teach me Introduction to Python and basic syntax (e.g. print statement, variables, data types)";
break;
case 2:
text = "Teach me Basic Input/Output operations";
break;
// Add more cases for the remaining days
case 3:
text = "Teach me Control Flow (e.g. if/else statements, for loops)";
break;
case 4:
text = "Teach me Functions";
break;
case 5:
text = "Teach me Lists and list operations";
break;
case 6:
text = "Teach me Strings and string operations";
break;
case 7:
text = "Teach me Dictionaries and dictionary operations";
break;
case 8:
text = "Teach me Review and practice of previous concepts";
break;
case 9:
text = "Teach me Object-oriented programming concepts";
break;
case 10:
text = "Teach me Creating classes and objects";
break;
case 11:
text = "Teach me Inheritance and polymorphism";
break;
case 12:
text = "Teach me Exception handling";
break;
case 13:
text = "Teach me Modules and packages";
break;
case 14:
text = "Teach me Review and practice of previous concepts";
break;
case 15:
text = "Teach me Basic data analysis using NumPy and pandas";
break;
case 16:
text = "Teach me Data visualization using Matplotlib and Seaborn";
break;
case 17:
text = "Teach me Data analysis using pandas";
break;
case 18:
text = "Teach me Data visualization using Matplotlib";
break;
case 19:
text = "Teach me Data visualization using Seaborn";
break;
case 20:
text = "Teach me Review and practice of previous concepts";
break;
case 21:
text = "Teach me Introduction to Machine learning";
break;
case 22:
text = "Teach me Linear regression";
break;
case 23:
text = "Teach me Logistic regression";
break;
case 24:
text = "Teach me Decision Trees";
break;
case 25:
text = "Teach me Random Forest";
break;
case 26:
text = "Teach me SVM";
break;
case 27:
text = "Teach me KNN";
break;
case 28:
text = "Teach me Naive bayes";
break;
case 29:
text = "Teach me K means";
break;
case 30:
text = "Teach me PCA";
break;
case 31:
text = "Teach me Review and practice of previous concepts";
break;
case 32:
text = "Teach me Deep learning introduction";
break;
case 33:
text = "Teach me Neural networks";
break;
case 34:
text = "Teach me Convolutional neural networks";
break;
case 35:
text = "Teach me Recurrent neural networks";
break;
case 36:
text = "Teach me Auto encoders";
break;
case 37:
text = "Teach me Generative Adversarial networks";
break;
case 38:
text = "Teach me Transfer learning";
break;
case 39:
text = "Teach me Review and practice of previous concepts";
break;
case 40:
text = "Teach me Web scraping";
break;
case 41:
text = "Teach me Web scraping using BeautifulSoup";
break;
case 42:
text = "Teach me Web scraping using Scrapy";
break;
case 43:
text = "Teach me Web scraping using Selenium";
break;
case 44:
text = "Teach me Review and practice of previous concepts";
break;
case 45:
text = "Teach me Introduction to GUI programming";
break;
case 46:
text = "Teach me Creating GUI using tkinter";
break;
case 47:
text = "Teach me Creating GUI using PyQt";
break;
case 48:
text = "Teach me Review and practice of previous concepts";
break;
case 49:
text = "Teach me Project work";
break;
case 50:
text = "Teach me Review and final assessment";
break;
}
navigator.clipboard.writeText(text).then(function() {
console.log("Copied text: " + text);
}, function(err) {
console.error("Failed to copy text: ", err);
});
}
</script>
<style>
/* Add some CSS to make the page look more modern and beautiful */
@import url('https://fonts.googleapis.com/css2?family=muro-slant&display=swap');
body {
font-family: 'muro-slant', Arial, sans-serif;
background-color: #ffffff;
}
input[type="checkbox"] {
float: right;
}
a {
text-decoration: none !important;
}
h1 {
text-align: center;
margin-top: 50px;
color: #5c5c5c;
font-style: normal;
}
#schedule {
width: 80%;
margin: 0 auto;
text-align: center;
border-radius: 25px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
button {
background-color: #ffffff;
color: rgb(0, 0, 0);
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
border-radius: 25px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
transition: all 0.2s ease-in-out;
font-family: 'muro-slant', sans-serif;
text-align:center;
}
button:disabled {
cursor: default;
}
button:-moz-focusring {
outline: auto;
text-align:center;
}
button svg {
display: block;
}
button [hidden] {
display: none;
}
button {
background: #fff;
border-radius: 99rem;
border-width: 2px;
overflow: hidden;
padding: 0.8rem 3rem;
position: relative;
transition: transform 0.2s ease, box-shadow 0.2s ease;
text-align:center;
}
button span {
mix-blend-mode: difference;
text-align:center;
}
button:hover {
box-shadow: 0 20px 100px 1px hsla(0, 0%, 100%, 0.2);
transform: translateY(-4px);
will-change: box-shadow, transform;
text-align:center;
}
/* Add animation */
</style>
</body>
</html>