Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.vscode/
uv.lock
visualization-env
.venv
.venv
.venv_visualization
3 changes: 3 additions & 0 deletions 02_activities/assignments/assignment_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
### Requirements:

- During every class, follow along with sample code from the slides. All code that you should be running in Python is formatted as follows:
`
For day 15 01 2026 check: "02_activities\assignments\participation\15_01_2026.ipynb"
`

> If code in a slide looks like this, you should be running it to generate results.

Expand Down
46 changes: 46 additions & 0 deletions 02_activities/assignments/participation/15_01_2026.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"import pandas as pd\n",
"import scipy\n",
"import PIL\n",
"import requests"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": ".venv_visualization",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
}
},
"nbformat": 4,
"nbformat_minor": 2
}