-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.qmd
29 lines (24 loc) · 990 Bytes
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
format:
html: default
---
::: {.callout-note}
The content in this page is written in the form of [Jupyter
notebooks][jupyter]. You can read the HTML version of the notebooks
here. However, you will likely want to open and run the notebooks in
a JupyterHub instance, such as [CLASSE JupyterHub][classe-jupyterhub].
See [CLASSE Wiki][classe-wiki-jupyterhub] for details.
[jupyter]: https://en.wikipedia.org/wiki/Project_Jupyter
[classe-jupyterhub]: https://jupyter01.classe.cornell.edu/
[classe-wiki-jupyterhub]: https://wiki.classe.cornell.edu/Computing/JupyterHub
:::
{{< embed PE100-01Introduction.ipynb >}}
{{< embed PE100-02TypesVarsAndOperators.ipynb >}}
{{< embed PE100-03DecisionStructures.ipynb >}}
{{< embed PE100-04Repetition.ipynb >}}
{{< embed PE100-05Functions.ipynb >}}
{{< embed PE100-06Files.ipynb >}}
{{< embed PE100-07Exceptions.ipynb >}}
{{< embed PE100-08Lists.ipynb >}}
{{< embed PE100-09Strings.ipynb >}}
{{< embed PE100-10Dictionaries.ipynb >}}