Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe9d6ad

Browse files
committed
update the website
1 parent74e3dbd commitbe9d6ad

File tree

1 file changed

+31
-10
lines changed

1 file changed

+31
-10
lines changed

‎www/index.html‎

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,11 @@ <h2>Software Development Practices</h2>
287287
<p>How to write, test, and debug code effectively...
288288
<labelfor="item-3">[+/- content]</label></p>
289289
</div>
290-
<inputtype="checkbox"name="two"id="item-3"checked>
290+
<inputtype="checkbox"name="three"id="item-3"checked>
291291
<divclass="content hide">
292292
Before class materials:
293293
<ul>
294-
<li>Install git (and bash, if you are on Windows) following
294+
<li>Install git (and bash, if you are on Windows) following
295295
the instructions on the Software Carpentry page:
296296
<ahref="https://swcarpentry.github.io/workshop-template/#git">setting up git</a></li>
297297
<li>Create an account on<ahref="http://github.com">github</a></li>
@@ -362,7 +362,7 @@ <h2>Matplotlib and plotting</h2>
362362
<p>The core array library for scientific computing in python
363363
<labelfor="item-4">[+/- content]</label></p>
364364
</div>
365-
<inputtype="checkbox"name="two"id="item-4"checked>
365+
<inputtype="checkbox"name="four"id="item-4"checked>
366366

367367
<divclass="content hide">
368368
Jupyter notebooks:
@@ -405,7 +405,7 @@ <h2>SciPy and numerical methods</h2>
405405
<p>The core array library for scientific computing in python
406406
<labelfor="item-5">[+/- content]</label></p>
407407
</div>
408-
<inputtype="checkbox"name="two"id="item-5"checked>
408+
<inputtype="checkbox"name="five"id="item-5"checked>
409409
<divclass="content hide">
410410

411411
Jupyter notebooks:
@@ -461,7 +461,7 @@ <h2>SymPy</h2>
461461
<p>Symbolic math in python
462462
<labelfor="item-6">[+/- content]</label></p>
463463
</div>
464-
<inputtype="checkbox"name="two"id="item-6"checked>
464+
<inputtype="checkbox"name="six"id="item-6"checked>
465465

466466
<divclass="content hide">
467467
Jupyter notebooks:
@@ -488,7 +488,7 @@ <h2>Pandas and the DataFrame</h2>
488488
<p>a library for data analysis
489489
<labelfor="item-7">[+/- content]</label></p>
490490
</div>
491-
<inputtype="checkbox"name="two"id="item-7"checked>
491+
<inputtype="checkbox"name="seven"id="item-7"checked>
492492

493493
<divclass="content hide">
494494
Jupyter notebooks:
@@ -519,7 +519,7 @@ <h2>Extending python with C/Fortran</h2>
519519
<p>interacting with external code and the OS
520520
<labelfor="item-8">[+/- content]</label></p>
521521
</div>
522-
<inputtype="checkbox"name="two"id="item-8"checked>
522+
<inputtype="checkbox"name="eight"id="item-8"checked>
523523

524524
<divclass="content hide">
525525
Lecture slides:
@@ -612,7 +612,7 @@ <h2>Python applications and packaging</h2>
612612
<p>wrapping your code up for others to use
613613
<labelfor="item-9">[+/- content]</label></p>
614614
</div>
615-
<inputtype="checkbox"name="two"id="item-9"checked>
615+
<inputtype="checkbox"name="nine"id="item-9"checked>
616616

617617
<divclass="content hide">
618618

@@ -626,7 +626,7 @@ <h2>Python applications and packaging</h2>
626626
<li><ahref="https://docs.python.org/3/tutorial/modules.html"><em>Python modules</em></a></li>
627627

628628
<li><ahref="https://packaging.python.org/current/"><em>Python packaging recommendations</em></a></li>
629-
629+
630630
<li><ahref="https://packaging.python.org/glossary/">A glossary that explains the evolving terminology</a>&mdash;
631631
this is part of the<ahref="https://python-packaging.readthedocs.io/en/latest/"><em>Installation &amp; Packaging Tutorial</em></a></li>
632632

@@ -654,7 +654,7 @@ <h2>Testing</h2>
654654
<p>testing to ensure that your code performs well
655655
<labelfor="item-10">[+/- content]</label></p>
656656
</div>
657-
<inputtype="checkbox"name="two"id="item-10"checked>
657+
<inputtype="checkbox"name="ten"id="item-10"checked>
658658

659659
<divclass="content hide">
660660

@@ -675,7 +675,28 @@ <h2>Testing</h2>
675675
</div>
676676

677677

678+
<!-- .............................................................. -->
679+
<divclass="spotlight">
678680

681+
<divclass="contentw">
682+
<h2>Machine Learning</h2>
683+
<p>a quick example of machine learning using python libraries
684+
<labelfor="item-11">[+/- content]</label></p>
685+
</div>
686+
<inputtype="checkbox"name="eleven"id="item-11"checked>
687+
688+
<divclass="content hide">
689+
690+
Lecture slides:
691+
<ul>
692+
<!-- <li><a href="lectures/machine-learning.pdf">testing.pdf</a></li> -->
693+
</ul>
694+
695+
696+
Examples:
697+
698+
</div>
699+
</div>
679700

680701

681702
</div><!-- inner -->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp