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

https://github.com/rafagomezguillen/data-science-python

Data Science and Python notes
https://github.com/rafagomezguillen/data-science-python

data-science django-rest-framework matplotlib numpy pandas python seaborn webscraping

Last synced: 2 months ago
JSON representation

Data Science and Python notes

Awesome Lists containing this project

README

          

# Data Science / Python

## Create Python enviroment

```cmd
python -m venv
```

## Activate environment

```cmd
cd /Scripts
activate
```