Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/letiziaia/dsp_2021

Basic Python code snippets for data science students
https://github.com/letiziaia/dsp_2021

data-science numpy pandas python

Last synced: 11 days ago
JSON representation

Basic Python code snippets for data science students

Awesome Lists containing this project

README

        

# DSP_2021
Basic Python code snippets for data science students

## Content

Run `introduction.py` to see basics of Python data types and text input/output.

See `basic_examples.py` for more examples on basic Python syntax and operations.

See `advanced_examples.py` for examples with
`numpy`, `pandas`, `matplotlib`, `seaborn`, `plotly`, `scikit-learn`, `statsmodel`.

See `interactive_presentation.py` for an example of `dash` with `plotly` for interactive dashboards.

See `database_connector.py` for an example of interaction with database with `duckdb`.

## Requirements

Python 3.9 and the modules listed in `requirements.txt`.