module 8 ex1 + ex2 WIP

This commit is contained in:
2026-03-07 18:52:18 +01:00
parent 819075d5d9
commit 76206c8ac8
9 changed files with 1271 additions and 0 deletions

16
08/ex1/pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "ex1"
version = "1.0.0"
requires-python = ">=3.10"
dependencies = [
"pandas",
"numpy",
"matplotlib",
]
[tool.poetry]
package-mode = false