Skip to content

Commit

Permalink
Add a listing page for PE100 content
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Apr 30, 2024
1 parent 303af9d commit 31dd8e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This is the course outline:

[CHESS]: https://www.chess.cornell.edu/

[pe100]: ./theme1/PE100/python-and-jupyter.ipynb
[pe100]: ./theme1/PE100/python-and-jupyter.qmd
[pe101]: ./theme1/PE101/python-packages-conda.ipynb
[pe102]: ./theme1/PE102/numerical-data-analysis.ipynb
[pe103]: ./theme1/PE103/vcs-testing-debugging.md
Expand Down
12 changes: 12 additions & 0 deletions theme1/PE100/python-and-jupyter.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Python Programming and Jupyter Notebooks
toc: false
---

- [Repetition](PE100-04Repetition.ipynb)
- [Functions](PE100-05Functions.ipynb)
- [Files](PE100-06Files.ipynb)
- [Exceptions](PE100-07Exceptions.ipynb)
- [Lists](PE100-08Lists.ipynb)
- [Strings](PE100-09Strings.ipynb)
- [Dictionaries](PE100-10Dictionaries.ipynb)

0 comments on commit 31dd8e0

Please sign in to comment.