Skip to content

Commit

Permalink
Agregado de logo y correción de enlaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejdecena committed Oct 3, 2019
1 parent 746ec8d commit 67d21db
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 02_matplotlib.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Para ver operaciones adicionales de *NumPy* podemos consultar el repositorio del [Dr. Thirta Sarkar](https://github.com/tirthajyoti):\n",
"Para ver operaciones adicionales de *Matplotlib* podemos consultar el repositorio del [Dr. Thirta Sarkar](https://github.com/tirthajyoti):\n",
"* [Basics of Matplotlib and Seaborn](https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Pandas%20and%20Numpy/Matplotlib_Seaborn_basics.ipynb)."
]
}
Expand Down
2 changes: 1 addition & 1 deletion 03_scipy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## [ En progreso ]"
"## [ Trabajo en progreso ]"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion 05_statsmodels.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## [ En progreso ]"
"## [ Trabajo en progreso ]"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion 06_scikit_learn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## [ En progreso ]"
"## [ Trabajo en progreso ]"
]
},
{
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<div align = "center">
<img src = "imagenes/python_logo.jpeg" width = "70" height = "70" />
</div>

# Herramientas Python.

*Herramientas Python* es un conjunto de notebooks de aprendizaje sobre las librerías fundamentales para los cursos de *Cálculo Numérico* y *Ciencia de Datos* en [*Python*](https://www.python.org).
Expand Down Expand Up @@ -42,9 +46,9 @@ pip install -r requirements.txt
Este repositorio es un **trabajo en progreso**, por lo que aún están pendientes por hacer las siguientes tareas:

* Completar los notebooks:
- [Scipy](05_scipy.ipynb).
- [Statsmodels](06_statsmodels.ipynb).
- [Scikit Learn](08_scikit_learn.ipynb).
- [Scipy](03_scipy.ipynb).
- [Statsmodels](05_statsmodels.ipynb).
- [Scikit Learn](06_scikit_learn.ipynb).
* Incorporar guías en PDF que complenenten los notebooks.

## Contribuciones.
Expand Down

0 comments on commit 67d21db

Please sign in to comment.