(updated 2023) This repo contains Python examples for the "Data Programming" Introductory course of the MSc Program of Data Science, organzied by NCSR Demokritos and the University of the Peloponnese.
The following notebooks can be used as short tutorials on the respective subjects
- Python basics: 1-intro-to-python.ipynb
- Intro to numpy and pandas for basic data handling 2-numpy_and_pandas.ipynb
- Visualization using matplotlib and plotly 3-visualization.ipynb
The following scripts are
scripts/cl_example.py
demonstrates how to useargparse
to use command-line arguments in a python script. The particular example generates a visualization of a list of Gaussian distributions. Usage example:
python3 cl_example.py -m 0 5 10 15 20 -s 1 1 1 7 2 -n 5000 5000 5000 10000 5000 --names "x1" "x2" "x3" "x4" "x5" -b 100 --normalize
- NLP example (no ML)
- docker
- This is a git demo!