Skip to content

Commit d33a7bd

Browse files
committed
deploy: 701748c
1 parent d8a879c commit d33a7bd

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -243,67 +243,67 @@ <h2 class="anchored" data-anchor-id="lessons">Lessons</h2>
243243
<td>0</td>
244244
<td>Introduction to Programming &amp; Python</td>
245245
<td><a href="./Lesson_0_Introduction/Lesson_0_Student_Version.html">Lesson 0</a></td>
246-
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_0_Introduction/Lesson_0_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_0_Introduction/Lesson_0_Student_Version.ipynb</a></td>
246+
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_0_Introduction/Lesson_0_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_0_Introduction/Lesson_0_Student_Version.ipynb</a></td>
247247
</tr>
248248
<tr class="even">
249249
<td>1</td>
250250
<td>Operators and Data Types</td>
251251
<td><a href="./Lesson_1_Basics/Lesson_1_Student_Version.html">Lesson 1</a></td>
252-
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_1_Basics/Lesson_1_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_1_Basics/Lesson_1_Student_Version.ipynb</a></td>
252+
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_1_Basics/Lesson_1_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_1_Basics/Lesson_1_Student_Version.ipynb</a></td>
253253
</tr>
254254
<tr class="odd">
255255
<td>2</td>
256256
<td>Iterables, Modules &amp; Libraries</td>
257257
<td><a href="Lesson_2_Control_Structs/Lesson_2_Student_Version.ipynb">Lesson 2</a></td>
258-
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_2_Control_Structs/Lesson_2_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_2_Control_Structs/Lesson_2_Student_Version.ipynb</a></td>
258+
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_2_Control_Structs/Lesson_2_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_2_Control_Structs/Lesson_2_Student_Version.ipynb</a></td>
259259
</tr>
260260
<tr class="even">
261261
<td>3</td>
262262
<td>Abstraction &amp; Functions</td>
263263
<td><a href="Lesson_3_Abstraction_Functions/Lesson_3_Student_Version.ipynb">Lesson 3</a></td>
264-
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_3_Abstraction_Functions/Lesson_3_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_3_Abstraction_Functions/Lesson_3_Student_Version.ipynb</a></td>
264+
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_3_Abstraction_Functions/Lesson_3_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_3_Abstraction_Functions/Lesson_3_Student_Version.ipynb</a></td>
265265
</tr>
266266
<tr class="odd">
267267
<td>4</td>
268268
<td>File I/O &amp; Pandas I</td>
269269
<td><a href="Lesson_4_FileIO/Lesson_4_Student_Version.ipynb">Lesson 4</a></td>
270-
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_4_FileIO/Lesson_4_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_4_FileIO/Lesson_4_Student_Version.ipynb</a></td>
270+
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_4_FileIO/Lesson_4_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_4_FileIO/Lesson_4_Student_Version.ipynb</a></td>
271271
</tr>
272272
<tr class="even">
273273
<td>5</td>
274274
<td>Pandas II</td>
275275
<td><a href="Lesson_5_Pandas_DataFrame/Lesson_5_Student_Version.ipynb">Lesson 5</a></td>
276-
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_5_Pandas_DataFrame/Lesson_5_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_5_Pandas_DataFrame/Lesson_5_Student_Version.ipynb</a></td>
276+
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_5_Pandas_DataFrame/Lesson_5_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_5_Pandas_DataFrame/Lesson_5_Student_Version.ipynb</a></td>
277277
</tr>
278278
<tr class="odd">
279279
<td>6</td>
280280
<td>NumPy</td>
281281
<td><a href="Lesson_6_NumPy/Lesson_6_Student_Version.ipynb">Lesson 6</a></td>
282-
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_6_NumPy/Lesson_6_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_6_NumPy/Lesson_6_Student_Version.ipynb</a></td>
282+
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_6_NumPy/Lesson_6_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_6_NumPy/Lesson_6_Student_Version.ipynb</a></td>
283283
</tr>
284284
<tr class="even">
285285
<td>7</td>
286286
<td>Plotting</td>
287287
<td><a href="Lesson_7_Plotting/Lesson_7_Student_Version.ipynb">Lesson 7</a></td>
288-
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_7_Plotting/Lesson_7_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_7_Plotting/Lesson_7_Student_Version.ipynb</a></td>
288+
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_7_Plotting/Lesson_7_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_7_Plotting/Lesson_7_Student_Version.ipynb</a></td>
289289
</tr>
290290
<tr class="odd">
291291
<td>8-a</td>
292292
<td>Intro to scikit-learn</td>
293293
<td><a href="Lesson_8a_Scikit_Learn/Lesson_8a_Student_Version.ipynb">Lesson 8a</a></td>
294-
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_8a_Scikit_Learn/Lesson_8a_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_8a_Scikit_Learn/Lesson_8a_Student_Version.ipynb</a></td>
294+
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_8a_Scikit_Learn/Lesson_8a_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_8a_Scikit_Learn/Lesson_8a_Student_Version.ipynb</a></td>
295295
</tr>
296296
<tr class="even">
297297
<td>8-b</td>
298298
<td>The Python Ecosystem</td>
299299
<td><a href="Lesson_8b_Python_Ecosystem/Lesson_8b_Student_Version.ipynb">Lesson 8b</a></td>
300-
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_8b_Python_Ecosystem/Lesson_8b_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_8b_Python_Ecosystem/Lesson_8b_Student_Version.ipynb</a></td>
300+
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_8b_Python_Ecosystem/Lesson_8b_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_8b_Python_Ecosystem/Lesson_8b_Student_Version.ipynb</a></td>
301301
</tr>
302302
<tr class="odd">
303303
<td>8-c</td>
304304
<td>Scanpy for single-cell</td>
305305
<td><a href="Lesson_8c_scanpy/Lesson_8c_Student_Version.ipynb">Lesson 8c</a></td>
306-
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_8c_scanpy/Lesson_8c_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_8c_scanpy/Lesson_8c_Student_Version.ipynb</a></td>
306+
<td><a href="https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_8c_scanpy/Lesson_8c_Student_Version.ipynb" class="uri">https://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_8c_scanpy/Lesson_8c_Student_Version.ipynb</a></td>
307307
</tr>
308308
</tbody>
309309
</table>

search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"href": "index.html#lessons",
1515
"title": "How to Learn to Code – Python for Data Science",
1616
"section": "Lessons",
17-
"text": "Lessons\n\n\n\n#\nTopic\nWebsite page\nOpen in Colab\n\n\n\n\n0\nIntroduction to Programming & Python\nLesson 0\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_0_Introduction/Lesson_0_Student_Version.ipynb\n\n\n1\nOperators and Data Types\nLesson 1\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_1_Basics/Lesson_1_Student_Version.ipynb\n\n\n2\nIterables, Modules & Libraries\nLesson 2\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_2_Control_Structs/Lesson_2_Student_Version.ipynb\n\n\n3\nAbstraction & Functions\nLesson 3\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_3_Abstraction_Functions/Lesson_3_Student_Version.ipynb\n\n\n4\nFile I/O & Pandas I\nLesson 4\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_4_FileIO/Lesson_4_Student_Version.ipynb\n\n\n5\nPandas II\nLesson 5\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_5_Pandas_DataFrame/Lesson_5_Student_Version.ipynb\n\n\n6\nNumPy\nLesson 6\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_6_NumPy/Lesson_6_Student_Version.ipynb\n\n\n7\nPlotting\nLesson 7\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_7_Plotting/Lesson_7_Student_Version.ipynb\n\n\n8-a\nIntro to scikit-learn\nLesson 8a\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_8a_Scikit_Learn/Lesson_8a_Student_Version.ipynb\n\n\n8-b\nThe Python Ecosystem\nLesson 8b\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_8b_Python_Ecosystem/Lesson_8b_Student_Version.ipynb\n\n\n8-c\nScanpy for single-cell\nLesson 8c\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/main/Lesson_8c_scanpy/Lesson_8c_Student_Version.ipynb\n\n\n\n(Rows link to the rendered lesson pages; the right-hand URL opens the same notebook in Colab.)",
17+
"text": "Lessons\n\n\n\n#\nTopic\nWebsite page\nOpen in Colab\n\n\n\n\n0\nIntroduction to Programming & Python\nLesson 0\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_0_Introduction/Lesson_0_Student_Version.ipynb\n\n\n1\nOperators and Data Types\nLesson 1\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_1_Basics/Lesson_1_Student_Version.ipynb\n\n\n2\nIterables, Modules & Libraries\nLesson 2\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_2_Control_Structs/Lesson_2_Student_Version.ipynb\n\n\n3\nAbstraction & Functions\nLesson 3\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_3_Abstraction_Functions/Lesson_3_Student_Version.ipynb\n\n\n4\nFile I/O & Pandas I\nLesson 4\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_4_FileIO/Lesson_4_Student_Version.ipynb\n\n\n5\nPandas II\nLesson 5\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_5_Pandas_DataFrame/Lesson_5_Student_Version.ipynb\n\n\n6\nNumPy\nLesson 6\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_6_NumPy/Lesson_6_Student_Version.ipynb\n\n\n7\nPlotting\nLesson 7\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_7_Plotting/Lesson_7_Student_Version.ipynb\n\n\n8-a\nIntro to scikit-learn\nLesson 8a\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_8a_Scikit_Learn/Lesson_8a_Student_Version.ipynb\n\n\n8-b\nThe Python Ecosystem\nLesson 8b\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_8b_Python_Ecosystem/Lesson_8b_Student_Version.ipynb\n\n\n8-c\nScanpy for single-cell\nLesson 8c\nhttps://colab.research.google.com/github/How-to-Learn-to-Code/python-class/blob/master/Lesson_8c_scanpy/Lesson_8c_Student_Version.ipynb\n\n\n\n(Rows link to the rendered lesson pages; the right-hand URL opens the same notebook in Colab.)",
1818
"crumbs": [
1919
"<span class='chapter-number'>1</span>  <span class='chapter-title'>How to Learn to Code – Python Class</span>"
2020
]

sitemap.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,50 +2,50 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://how-to-learn-to-code.github.io/python-class/index.html</loc>
5-
<lastmod>2025-05-16T17:06:16.762Z</lastmod>
5+
<lastmod>2025-05-27T15:49:02.668Z</lastmod>
66
</url>
77
<url>
88
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_0_Introduction/Lesson_0_Student_Version.html</loc>
9-
<lastmod>2025-05-16T17:06:16.693Z</lastmod>
9+
<lastmod>2025-05-27T15:49:02.599Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_1_Basics/Lesson_1_Student_Version.html</loc>
13-
<lastmod>2025-05-16T17:06:16.693Z</lastmod>
13+
<lastmod>2025-05-27T15:49:02.600Z</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_2_Control_Structs/Lesson_2_Control_structs_student.html</loc>
17-
<lastmod>2025-05-16T17:06:16.693Z</lastmod>
17+
<lastmod>2025-05-27T15:49:02.600Z</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_3_Abstraction_Functions/functions_student.html</loc>
21-
<lastmod>2025-05-16T17:06:16.694Z</lastmod>
21+
<lastmod>2025-05-27T15:49:02.600Z</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_4_FileIO/Lesson_4_student.html</loc>
25-
<lastmod>2025-05-16T17:06:16.697Z</lastmod>
25+
<lastmod>2025-05-27T15:49:02.604Z</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_5_Pandas_DataFrame/Lesson5_pandas_DataFrame_Student.html</loc>
29-
<lastmod>2025-05-16T17:06:16.748Z</lastmod>
29+
<lastmod>2025-05-27T15:49:02.654Z</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_6_NumPy/Lesson_6_NumPy_Student_Version.html</loc>
33-
<lastmod>2025-05-16T17:06:16.749Z</lastmod>
33+
<lastmod>2025-05-27T15:49:02.655Z</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_7_Plotting/plotting_student.html</loc>
37-
<lastmod>2025-05-16T17:06:16.749Z</lastmod>
37+
<lastmod>2025-05-27T15:49:02.655Z</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_8a_Scikit_Learn/scikit_learn_student.html</loc>
41-
<lastmod>2025-05-16T17:06:16.752Z</lastmod>
41+
<lastmod>2025-05-27T15:49:02.658Z</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_8b_Python_Ecosystem/Lesson_8b_Python_Ecosystem_teacher.html</loc>
45-
<lastmod>2025-05-16T17:06:16.752Z</lastmod>
45+
<lastmod>2025-05-27T15:49:02.658Z</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://how-to-learn-to-code.github.io/python-class/Lesson_8c_scanpy/Lesson_8c_scanpy.html</loc>
49-
<lastmod>2025-05-16T17:06:16.756Z</lastmod>
49+
<lastmod>2025-05-27T15:49:02.662Z</lastmod>
5050
</url>
5151
</urlset>

0 commit comments

Comments
 (0)