forked from Tanu-N-Prabhu/Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.html
More file actions
248 lines (209 loc) · 5.79 KB
/
content.html
File metadata and controls
248 lines (209 loc) · 5.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Python Repository · Content Overview</title>
<meta name="description" content="Overview of all learning paths and content inside the Python repository." />
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<header class="hero">
<h1>Repository Content</h1>
<p>Explore the learning paths, resources, and materials available</p>
</header>
<main class="release-grid" aria-label="Repository Content">
<!-- Python -->
<article class="release-card accent-blue">
<header class="card-header">
<span class="version">Python</span>
<span></span>
</header>
<section class="card-section">
<h3>Fundamentals</h3>
<ul>
<li>Syntax, variables, and data types</li>
<li>Control flow and functions</li>
</ul>
</section>
<section class="card-section">
<h3>Intermediate</h3>
<ul>
<li>Object-oriented programming</li>
<li>Error handling and debugging</li>
</ul>
</section>
<section class="card-section">
<h3>Advanced</h3>
<ul>
<li>Design principles</li>
<li>Performance and best practices</li>
</ul>
</section>
<div class="card-cta">
<a href="https://github.com/YOUR_USERNAME/YOUR_REPO/tree/main/python"
target="_blank"
rel="noopener"
class="cta-pill">
<span>Explore Python</span>
<span class="cta-arrow">→</span>
</a>
</div>
</article>
<!-- Data Science -->
<article class="release-card accent-green">
<header class="card-header">
<span class="version">Data Science</span>
<span></span>
</header>
<section class="card-section">
<h3>Foundations</h3>
<ul>
<li>Data science workflow</li>
<li>Python for data analysis</li>
</ul>
</section>
<section class="card-section">
<h3>Exploration</h3>
<ul>
<li>Data cleaning & preprocessing</li>
<li>Exploratory Data Analysis (EDA)</li>
</ul>
</section>
<section class="card-section">
<h3>Applied</h3>
<ul>
<li>Real-world datasets</li>
<li>Practical notebooks</li>
</ul>
</section>
<div class="card-cta">
<a href="https://github.com/YOUR_USERNAME/YOUR_REPO/tree/main/python"
target="_blank"
rel="noopener"
class="cta-pill">
<span>Explore Data Science</span>
<span class="cta-arrow">→</span>
</a>
</div>
</article>
<!-- Machine Learning -->
<article class="release-card accent-purple">
<header class="card-header">
<span class="version">Machine Learning</span>
<span></span>
</header>
<section class="card-section">
<h3>Core Concepts</h3>
<ul>
<li>Supervised and unsupervised learning</li>
<li>Model evaluation basics</li>
</ul>
</section>
<section class="card-section">
<h3>Techniques</h3>
<ul>
<li>Regression and classification</li>
<li>Clustering and dimensionality reduction</li>
</ul>
</section>
<section class="card-section">
<h3>Practice</h3>
<ul>
<li>Hands-on notebooks</li>
<li>Applied ML workflows</li>
</ul>
</section>
<div class="card-cta">
<a href="https://github.com/YOUR_USERNAME/YOUR_REPO/tree/main/python"
target="_blank"
rel="noopener"
class="cta-pill">
<span>Explore Machine Learning</span>
<span class="cta-arrow">→</span>
</a>
</div>
</article>
<!-- Interview Questions -->
<article class="release-card accent-orange">
<header class="card-header">
<span class="version">Interview Questions</span>
<span></span>
</header>
<section class="card-section">
<h3>Python</h3>
<ul>
<li>Core Python interview questions</li>
<li>Advanced problem-solving</li>
</ul>
</section>
<section class="card-section">
<h3>Design & Concepts</h3>
<ul>
<li>Architecture and design questions</li>
<li>Best practices and pitfalls</li>
</ul>
</section>
<section class="card-section">
<h3>Preparation</h3>
<ul>
<li>Quizzes and exercises</li>
<li>Revision-focused material</li>
</ul>
</section>
<div class="card-cta">
<a href="https://github.com/YOUR_USERNAME/YOUR_REPO/tree/main/python"
target="_blank"
rel="noopener"
class="cta-pill">
<span>Explore Interview Questions</span>
<span class="cta-arrow">→</span>
</a>
</div>
</article>
<!-- Articles -->
<article class="release-card accent-blue">
<header class="card-header">
<span class="version">Articles</span>
<span></span>
</header>
<section class="card-section">
<h3>Long-Form Writing</h3>
<ul>
<li>Python learning and growth</li>
<li>Engineering mindset articles</li>
</ul>
</section>
<section class="card-section">
<h3>Platforms</h3>
<ul>
<li>Medium publications</li>
<li>LinkedIn educational posts</li>
</ul>
</section>
<section class="card-section">
<h3>Featured</h3>
<ul>
<li>Curated external resources</li>
<li>Recommended reading</li>
</ul>
</section>
<div class="card-cta">
<a href="https://github.com/YOUR_USERNAME/YOUR_REPO/tree/main/python"
target="_blank"
rel="noopener"
class="cta-pill">
<span>Explore Articles</span>
<span class="cta-arrow">→</span>
</a>
</div>
</article>
</main>
<footer class="footer">
<p>Part of the Python Repository · GitHub Pages</p>
</footer>
<a href="index.html" class="floating-home hub" aria-label="Go to Home">
<span class="hub-dot"></span>
</a>
</body>
</html>