-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
9 lines (9 loc) · 748 Bytes
/
index.html
File metadata and controls
9 lines (9 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
<h1>Programming with Python Exercises</h1>
<ul>
<li><a href="https://davidherbert2.github.io/python_fundamentals.html">Python Fundamentals</a></li>
<li><a href="https://davidherbert2.github.io/analyzing_patient_data.html">Analyzing Patient Data</a></li>
<li><a href="https://davidherbert2.github.io/storing_multiple_values_in_lists.html">Storing Multiple Values in Lists</a></li>
<li><a href="https://davidherbert2.github.io/analyzing_data_from_multiple_files.html">Analyzing Data from Multiple Files</a></li>
<li><a href="https://davidherbert2.github.io/errors_and_exceptions.html">Errors and Exceptions</a></li>
<li><a href="https://davidherbert2.github.io/defensive_programming.html">Defensive Programming</a></li>
</ul>