Skip to content

Commit 2596c67

Browse files
committed
Adding Google Python Style link.
1 parent f61840d commit 2596c67

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@
2727
1. **Enlaces recomendados:**
2828
1. [*El módulo Python 3 de la semana.*](https://rico-schmidt.name/pymotw-3/)
2929
1. [*Python Course.*](https://www.python-course.eu/)
30+
1. [*Google Python Style Guide.*](http://google.github.io/styleguide/pyguide.html)
3031
1. [*Python Cheatsheet.*](https://www.pythonsheets.com/)
3132
1. [*Structuring Your Project.*](https://docs.python-guide.org/writing/structure/)
3233
1. [*Refactoring and Design Patterns.*](https://refactoring.guru/)
3334
1. **Trucos y consejos:**
34-
1. [Instalador de Paquetes Pip.](instalador_paquetes_pip.md#cabecera)
35+
1. [Instalador de Paquetes `pip`.](instalador_paquetes_pip.md#cabecera)
3536
1. [Creando un entorno virtual *Python*.](creando_un_entorno_virtual.md#cabecera)
3637
1. [Estructura de un script en *Python*.](estructura_script_python.md#cabecera)
3738
1. [Guía de estilo PEP8.](guia_estilo_pep8.md#cabecera)

0 commit comments

Comments
 (0)