Skip to content

Commit 21a22a8

Browse files
committed
deploy: 4ddff60
1 parent 49f8b08 commit 21a22a8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ <h2 class="anchored" data-anchor-id="lessons">Lessons</h2>
347347
<section id="try-an-interactive-pyodide-cell" class="level2">
348348
<h2 class="anchored" data-anchor-id="try-an-interactive-pyodide-cell">Try an interactive Pyodide cell</h2>
349349
<p>Below is a small Python snippet running <strong>in your browser</strong> via Pyodide. Click <strong>Run Code</strong> to execute it:</p>
350-
<div id="789c0e85" class="cell" data-autorun="false" data-engine="pyodide" data-execution_count="1">
350+
<div id="8301d023" class="cell" data-autorun="false" data-engine="pyodide" data-execution_count="1">
351351
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="bu">sum</span>([<span class="dv">10</span>, <span class="dv">20</span>, <span class="dv">30</span>, <span class="dv">40</span>, <span class="dv">50</span>])</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
352352
<div class="cell-output cell-output-display" data-execution_count="1">
353353
<pre><code>150</code></pre>

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-27T22:05:56.480Z</lastmod>
5+
<lastmod>2025-05-27T22:18:36.601Z</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-27T22:05:56.411Z</lastmod>
9+
<lastmod>2025-05-27T22:18:36.532Z</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-27T22:05:56.411Z</lastmod>
13+
<lastmod>2025-05-27T22:18:36.533Z</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-27T22:05:56.412Z</lastmod>
17+
<lastmod>2025-05-27T22:18:36.533Z</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-27T22:05:56.412Z</lastmod>
21+
<lastmod>2025-05-27T22:18:36.533Z</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-27T22:05:56.416Z</lastmod>
25+
<lastmod>2025-05-27T22:18:36.537Z</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-27T22:05:56.466Z</lastmod>
29+
<lastmod>2025-05-27T22:18:36.587Z</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-27T22:05:56.467Z</lastmod>
33+
<lastmod>2025-05-27T22:18:36.588Z</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-27T22:05:56.468Z</lastmod>
37+
<lastmod>2025-05-27T22:18:36.589Z</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-27T22:05:56.470Z</lastmod>
41+
<lastmod>2025-05-27T22:18:36.592Z</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-27T22:05:56.471Z</lastmod>
45+
<lastmod>2025-05-27T22:18:36.592Z</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-27T22:05:56.474Z</lastmod>
49+
<lastmod>2025-05-27T22:18:36.595Z</lastmod>
5050
</url>
5151
</urlset>

0 commit comments

Comments
 (0)