commit 080f4a4283fce3048956b5b4b5c035cef3cca58b Author: Guillermo Aguilar Date: Tue Sep 23 11:45:06 2025 +0200 initial commit 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.