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
- Host: GitHub
- URL: https://github.com/rafagomezguillen/data-science-python
- Owner: RafaGomezGuillen
- License: mit
- Created: 2024-05-19T10:13:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T10:01:06.000Z (about 2 years ago)
- Last Synced: 2025-06-17T20:35:18.182Z (about 1 year ago)
- Topics: data-science, django-rest-framework, matplotlib, numpy, pandas, python, seaborn, webscraping
- Language: Jupyter Notebook
- Homepage:
- Size: 5.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Science / Python
## Create Python enviroment
```cmd
python -m venv
```
## Activate environment
```cmd
cd /Scripts
activate
```