Skip to content

Commit 0dbb74d

Browse files
committed
🎉 Update projects
1 parent fb07050 commit 0dbb74d

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,21 @@ Reuní trabajo relacionado con datos de forma ordenada y organizada que se irá
99

1010
Proyectos realizados con Python
1111

12-
* [Web Scraper Tools](https://github.com/eocode/Web-Scraper-Tools)
13-
* [News Scraper with Python full ETL Process](https://github.com/eocode/News-Scraper-A-Complete-ETL-Process)
14-
* [COVIT-19 México with Python, Sheets and DataStudio](https://github.com/eocode/COVIT-19-Mexico)
15-
* [Rider App with Docker-Django-DRF-Celery-Redis-Postgresql](https://github.com/eocode/Rider-App)
16-
* [Photogram with Django](https://github.com/eocode/PhotoGram)
17-
* [Personal Page with Django](https://github.com/eocode/PersonalPage-with-Django)
12+
### Backend
1813
* [Tasks WebApp with Flask](https://github.com/eocode/Flask_TaskApp)
1914
* [Juego del ahorcado](https://github.com/eocode/Juego-del-ahorcado-Python)
2015
* [CRUD CLI with Click](https://github.com/eocode/Python-Clients-CLI)
16+
* [Rider App with Docker-Django-DRF-Celery-Redis-Postgresql](https://github.com/eocode/Rider-App)
17+
* [Photogram with Django](https://github.com/eocode/PhotoGram)
18+
* [Personal Page with Django](https://github.com/eocode/PersonalPage-with-Django)
2119
* [Python-Mongo](https://github.com/eocode/Python-Mongo)
2220

21+
### Data
22+
* [Algoritmos de Regresión lineal simple con Python](https://github.com/eocode/Algoritmo-de-regresion-lineal-simple-en-Python)
23+
* [COVIT-19 México with Python, Sheets and DataStudio](https://github.com/eocode/COVIT-19-Mexico)
24+
* [Web Scraper Tools](https://github.com/eocode/Web-Scraper-Tools)
25+
* [News Scraper with Python full ETL Process](https://github.com/eocode/News-Scraper-A-Complete-ETL-Process)
26+
2327
# Prácticas con Python
2428

2529
* [Códigos y practicas](/codes)

learn/DataScience/Regresiones/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,6 @@ También dispones de una **constante** y una **pendiente**
8383
<div align="center">
8484
<img src="img/9.png">
8585
</div>
86+
87+
https://www.youtube.com/watch?v=gfs5bp2j_bA
88+
https://es.wikipedia.org/wiki/Regresi%C3%B3n_lineal

0 commit comments

Comments
 (0)