From 080f4a4283fce3048956b5b4b5c035cef3cca58b Mon Sep 17 00:00:00 2001 From: Guillermo Aguilar Date: Tue, 23 Sep 2025 11:45:06 +0200 Subject: [PATCH] initial commit --- LICENSE.txt | 6 ++++++ README.md | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 LICENSE.txt create mode 100644 README.md diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..4b780a7 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,6 @@ +The material in this repository is released under the +CC Attribution-Share Alike 4.0 International +license. + +Full license text available at +https://creativecommons.org/licenses/by-sa/4.0/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..5353880 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Data in scientific programming - ASPP - Plovdiv 2025 + +Data structures, numpy arrays, tidy data, and more + + +Note: this is a version of the [Github repository](https://github.com/ASPP/data_class) but slimmed with only the necessary files for ASPP 2025. +This repository has more examples and exercises.