Skip to content

Commit

Permalink
add note about pages not in year2 book
Browse files Browse the repository at this point in the history
  • Loading branch information
rlanzafame committed Jun 8, 2024
1 parent ca11d90 commit e2b7d36
Show file tree
Hide file tree
Showing 15 changed files with 129 additions and 3 deletions.
8 changes: 8 additions & 0 deletions book/year2/code/numpy_0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"source": [
"# Numpy: How it Works\n",
"\n",
"```{note}\n",
"This page was not shared with MUDE students in 2023-2024 (year 2).\n",
"\n",
"It may have been a new page, or a modified page from year 1.\n",
"\n",
"There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.\n",
"```\n",
"\n",
"Introduction\n",
"\n",
"[theory](https://tudelft-citg.github.io/learn-python/05/Theory/01.html)\n",
Expand Down
8 changes: 8 additions & 0 deletions book/year2/code/numpy_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"source": [
"# How to Use Arrays (ndarray)\n",
"\n",
"```{note}\n",
"This page was not shared with MUDE students in 2023-2024 (year 2).\n",
"\n",
"It may have been a new page, or a modified page from year 1.\n",
"\n",
"There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.\n",
"```\n",
"\n",
"text"
]
},
Expand Down
8 changes: 8 additions & 0 deletions book/year2/code/numpy_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"source": [
"# Using Numpy for Mathematics\n",
"\n",
"```{note}\n",
"This page was not shared with MUDE students in 2023-2024 (year 2).\n",
"\n",
"It may have been a new page, or a modified page from year 1.\n",
"\n",
"There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.\n",
"```\n",
"\n",
"using it more"
]
},
Expand Down
8 changes: 8 additions & 0 deletions book/year2/code/numpy_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
"source": [
"## Optional Exercises\n",
"\n",
"```{note}\n",
"This page was not shared with MUDE students in 2023-2024 (year 2).\n",
"\n",
"It may have been a new page, or a modified page from year 1.\n",
"\n",
"There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.\n",
"```\n",
"\n",
" If you have extra time, try these out.\n",
"\n",
" 1. Reverse a vector: given a vector, reverse it such that the last\n",
Expand Down
14 changes: 14 additions & 0 deletions book/year2/code/overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Computers & Code

```{note}
The entire Code chapter was never shared in MUDE in 2023-2024.
There are some files in this directory that are not in the `toc` but contain a few notes and outlines.
```

```{note}
This page was not shared with MUDE students in 2023-2024 (year 2).
It may have been a new page, or a modified page from year 1.
There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.
```

text. Matlab also high level and multi-purpose like Python.

Things that will definitely go here:
Expand Down
8 changes: 8 additions & 0 deletions book/year2/programs/debugging/assertions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"source": [
"# Assertions\n",
"\n",
"```{note}\n",
"This page was not shared with MUDE students in 2023-2024 (year 2).\n",
"\n",
"It may have been a new page, or a modified page from year 1.\n",
"\n",
"There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.\n",
"```\n",
"\n",
"Text."
]
},
Expand Down
8 changes: 8 additions & 0 deletions book/year2/programs/debugging/errors_raise_handle.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"source": [
"# Raising and Handling Errors\n",
"\n",
"```{note}\n",
"This page was not shared with MUDE students in 2023-2024 (year 2).\n",
"\n",
"It may have been a new page, or a modified page from year 1.\n",
"\n",
"There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.\n",
"```\n",
"\n",
"Text."
]
},
Expand Down
10 changes: 9 additions & 1 deletion book/year2/programs/debugging/exercises.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@
"id": "yEzf8w7VI_cs"
},
"source": [
"# Exercises"
"# Exercises\n",
"\n",
"```{note}\n",
"This page was not shared with MUDE students in 2023-2024 (year 2).\n",
"\n",
"It may have been a new page, or a modified page from year 1.\n",
"\n",
"There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.\n",
"```"
]
},
{
Expand Down
8 changes: 8 additions & 0 deletions book/year2/programs/debugging/logging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"source": [
"# Logging\n",
"\n",
"```{note}\n",
"This page was not shared with MUDE students in 2023-2024 (year 2).\n",
"\n",
"It may have been a new page, or a modified page from year 1.\n",
"\n",
"There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.\n",
"```\n",
"\n",
"Logging can be used for debugging. For example, you can have a program report at every step what it is calculating and print this information to the output. At first glance, logging may appear to be very similar to simply using `print` statements, but it comes with a lot of benefits. For example, it is possible to use timestamps with the messages you create and it is also possible to group messages by type. Furthermore, logging can let the user specify a file, where the logging information can be stored. This can be useful in case of an application crash to identify the cause of it by examining the logs.<br><br>\n",
"The Python `logging` library supports 5 different types of messages:\n",
"- `debug`: very detailed information used for localizing errors\n",
Expand Down
8 changes: 8 additions & 0 deletions book/year2/programs/git/cli/branch_merge.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Branching and merging

```{note}
This page was not shared with MUDE students in 2023-2024 (year 2).
It may have been a new page, or a modified page from year 1.
There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.
```

## What are branches


Expand Down
8 changes: 8 additions & 0 deletions book/year2/programs/git/cli/git_the_rest.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# The Rest of the 2022-23 Workshop

```{note}
This page was not shared with MUDE students in 2023-2024 (year 2).
It may have been a new page, or a modified page from year 1.
There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.
```

<!-- This git tutorial was originally modified from Kiril and Riccardo's version from 2022-23. It was converted from LaTeX to md with Pandoc. Original PDF is included for reference. -->


Expand Down
8 changes: 8 additions & 0 deletions book/year2/programs/git/cli/merge_conflicts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Merge conflicts

```{note}
This page was not shared with MUDE students in 2023-2024 (year 2).
It may have been a new page, or a modified page from year 1.
There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.
```

Merge conflicts arise when people on separate branches modify the same
parts of one (or multiple) files. Since git does not know how to handle
that and whose changes to consider, it prompts the user to decide
Expand Down
10 changes: 9 additions & 1 deletion book/year2/python_topics/classes_solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Classes and Object-Oriented Programming in Python"
"# Classes and Object-Oriented Programming in Python\n",
"\n",
"```{note}\n",
"This page was not shared with MUDE students in 2023-2024 (year 2).\n",
"\n",
"It may have been a new page, or a modified page from year 1.\n",
"\n",
"There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.\n",
"```"
]
},
{
Expand Down
8 changes: 8 additions & 0 deletions book/year2/python_topics/modules.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"```{note}\n",
"This page was not shared with MUDE students in 2023-2024 (year 2).\n",
"\n",
"It may have been a new page, or a modified page from year 1.\n",
"\n",
"There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.\n",
"```\n",
"\n",
"Contents\n",
"===\n",
"- [Introduction](#Introduction)\n",
Expand Down
10 changes: 9 additions & 1 deletion book/year2/python_topics/modules_solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Modules"
"# Modules\n",
"\n",
"```{note}\n",
"This page was not shared with MUDE students in 2023-2024 (year 2).\n",
"\n",
"It may have been a new page, or a modified page from year 1.\n",
"\n",
"There may be pages in year 1 and year 2 that are nearly identical, or have significant modifications. Modifications usually were to reformat the notebooks to fit in a jupyter book framework better.\n",
"```"
]
},
{
Expand Down

0 comments on commit e2b7d36

Please sign in to comment.