Skip to content

Commit 055624f

Browse files
authored
update
1 parent 3cb1e3c commit 055624f

File tree

21 files changed

+1598
-214
lines changed

21 files changed

+1598
-214
lines changed

404.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="og:locale" content="es_ES">
1616
<meta property="og:site_name" content="AyudaEnPython">
1717
<meta property="og:title" content="Page Not Found">
18-
<meta property="og:url" content="http://localhost:4000/404.html">
18+
<meta property="og:url" content="/404.html">
1919

2020

2121
<meta property="og:description" content="Page not found. Your pixels are in another canvas.">
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<link rel="canonical" href="http://localhost:4000/404.html">
34+
<link rel="canonical" href="/404.html">
3535

3636

3737

@@ -42,7 +42,7 @@
4242

4343
"@type": "Person",
4444
"name": "AyudaEnPython",
45-
"url": "http://localhost:4000/"
45+
"url": "/"
4646

4747
}
4848
</script>
@@ -76,7 +76,7 @@
7676

7777
<!-- start custom head snippets -->
7878

79-
<link rel="shortcout icon" type="image/x-icon" href="/assets/images/favicon.ico">
79+
<link rel="shortcout icon" type="image/x-icon" href="//assets/images/favicon.ico">
8080

8181
<!-- end custom head snippets -->
8282
</head>
@@ -152,7 +152,7 @@
152152

153153
<header>
154154
<h1 id="page-title" class="page__title p-name" itemprop="headline">
155-
<a href="http://localhost:4000/404.html" class="u-url" itemprop="url">Page Not Found
155+
<a href="/404.html" class="u-url" itemprop="url">Page Not Found
156156
</a>
157157
</h1>
158158

@@ -244,7 +244,7 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">
244244
</div>
245245

246246
<div class="page__footer-copyright">
247-
&copy; 2021 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
247+
&copy; 2022 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
248248
</div>
249249
</footer>
250250
</div>

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Blog de la comunidad AyudaEnPython
22

3-
Se parte de nuestra comunidad [AyudaEnPython](https://www.facebook.com/groups/ayudapython), nuestra finalidad es brindar apoyo a cualquier problema (principiante, intermedio, avanzado) compartiendo información, conocimientos y experiencias relacionadas a Python.
3+
Se parte de nuestra comunidad [AyudaEnPython](https://www.facebook.com/groups/ayudapython),
4+
nuestra finalidad es brindar apoyo a cualquier problema (principiante, intermedio, avanzado)
5+
compartiendo información, conocimientos y experiencias relacionadas a Python.
46

5-
Si deseas colaborar con este blog, puedes encontrar una plantilla básica en este [enlace](https://github.com/AyudaEnPython/AyudaEnPython/blob/main/_aep/template.md).
7+
Si deseas colaborar con este blog, puedes encontrar una plantilla básica en
8+
este [enlace](https://github.com/AyudaEnPython/AyudaEnPython/blob/main/_aep/template.md).
69

710
---
811

about/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="og:locale" content="es_ES">
1616
<meta property="og:site_name" content="AyudaEnPython">
1717
<meta property="og:title" content="Sobre nosotros">
18-
<meta property="og:url" content="http://localhost:4000/about/">
18+
<meta property="og:url" content="/about/">
1919

2020

2121
<meta property="og:description" content="Blog de la comunidad AyudaEnPython dedicado a brinda artículos referentes a Python.">
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<link rel="canonical" href="http://localhost:4000/about/">
34+
<link rel="canonical" href="/about/">
3535

3636

3737

@@ -42,7 +42,7 @@
4242

4343
"@type": "Person",
4444
"name": "AyudaEnPython",
45-
"url": "http://localhost:4000/"
45+
"url": "/"
4646

4747
}
4848
</script>
@@ -76,7 +76,7 @@
7676

7777
<!-- start custom head snippets -->
7878

79-
<link rel="shortcout icon" type="image/x-icon" href="/assets/images/favicon.ico">
79+
<link rel="shortcout icon" type="image/x-icon" href="//assets/images/favicon.ico">
8080

8181
<!-- end custom head snippets -->
8282
</head>
@@ -152,7 +152,7 @@
152152

153153
<header>
154154
<h1 id="page-title" class="page__title p-name" itemprop="headline">
155-
<a href="http://localhost:4000/about/" class="u-url" itemprop="url">Sobre nosotros
155+
<a href="/about/" class="u-url" itemprop="url">Sobre nosotros
156156
</a>
157157
</h1>
158158

@@ -263,7 +263,7 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">
263263
</div>
264264

265265
<div class="page__footer-copyright">
266-
&copy; 2021 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
266+
&copy; 2022 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
267267
</div>
268268
</footer>
269269
</div>

articulos/index.html

Lines changed: 47 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="og:locale" content="es_ES">
1616
<meta property="og:site_name" content="AyudaEnPython">
1717
<meta property="og:title" content="Artículos">
18-
<meta property="og:url" content="http://localhost:4000/articulos/">
18+
<meta property="og:url" content="/articulos/">
1919

2020

2121
<meta property="og:description" content="Blog de la comunidad AyudaEnPython dedicado a brinda artículos referentes a Python.">
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<link rel="canonical" href="http://localhost:4000/articulos/">
34+
<link rel="canonical" href="/articulos/">
3535

3636

3737

@@ -42,7 +42,7 @@
4242

4343
"@type": "Person",
4444
"name": "AyudaEnPython",
45-
"url": "http://localhost:4000/"
45+
"url": "/"
4646

4747
}
4848
</script>
@@ -76,7 +76,7 @@
7676

7777
<!-- start custom head snippets -->
7878

79-
<link rel="shortcout icon" type="image/x-icon" href="/assets/images/favicon.ico">
79+
<link rel="shortcout icon" type="image/x-icon" href="//assets/images/favicon.ico">
8080

8181
<!-- end custom head snippets -->
8282
</head>
@@ -154,7 +154,7 @@ <h1 id="page-title" class="page__title">Artículos</h1>
154154

155155
<li>
156156
<a href="#2021">
157-
<strong>2021</strong> <span class="taxonomy__count">2</span>
157+
<strong>2021</strong> <span class="taxonomy__count">3</span>
158158
</a>
159159
</li>
160160

@@ -176,7 +176,47 @@ <h2 class="archive__subtitle">2021</h2>
176176

177177
<h2 class="archive__item-title no_toc" itemprop="headline">
178178

179-
<a href="/basico/" rel="permalink">Variables
179+
<a href="/namespace/" rel="permalink">Espacios de nombre y alcance
180+
</a>
181+
182+
</h2>
183+
184+
185+
<p class="page__meta">
186+
187+
188+
189+
190+
191+
192+
193+
194+
<span class="page__meta-readtime">
195+
<i class="far fa-clock" aria-hidden="true"></i>
196+
197+
menos de 1 minuto(s) de lectura
198+
199+
</span>
200+
201+
</p>
202+
203+
204+
<p class="archive__item-excerpt" itemprop="description">Definiciones, identificador, palabras reservadas
205+
</p>
206+
</article>
207+
</div>
208+
209+
210+
211+
212+
213+
214+
<div class="list__item">
215+
<article class="archive__item" itemscope itemtype="https://schema.org/CreativeWork">
216+
217+
<h2 class="archive__item-title no_toc" itemprop="headline">
218+
219+
<a href="/variables/" rel="permalink">Variables
180220
</a>
181221

182222
</h2>
@@ -310,7 +350,7 @@ <h2 class="archive__item-title no_toc" itemprop="headline">
310350
</div>
311351

312352
<div class="page__footer-copyright">
313-
&copy; 2021 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
353+
&copy; 2022 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
314354
</div>
315355
</footer>
316356
</div>

assets/js/lunr/lunr-store.js

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ var store = [{
88
"title": "Variables",
99
"excerpt":"Definiciones Variables Un variable conceptualmente, es un contenedor etiquetado el cual almacena un valor. Para una definición más detallada puedes pulsar aquí. Identificador Un identificador es un nombre que puede darse a una variable, función, clase, módulo u otro objeto (en Python todo es un objeto). Los identificadores empiezan con...","categories": [],
1010
"tags": [],
11-
"url": "/basico/",
11+
"url": "/variables/",
12+
"teaser": null
13+
},{
14+
"title": "Espacios de nombre y alcance",
15+
"excerpt":"Entender bien los espacios de nombre y su alcance en Python permiten mejorar la legibilidad del código. Espacios de nombre (namepaces) Existen 4 tipos de espacios de nombre Built-in Global Enclosing Local Buenas prácticas Por lo general en cualquier lenguaje de programación no se aconseja modificar variables globales. Cuando una...","categories": [],
16+
"tags": [],
17+
"url": "/namespace/",
1218
"teaser": null
1319
},{
1420
"title": "Generar números aleatorios",
@@ -22,6 +28,12 @@ var store = [{
2228
"tags": [],
2329
"url": "/tutoriales/introduccion/",
2430
"teaser": null
31+
},{
32+
"title": "Instalación",
33+
"excerpt":"Instalación Instalar en Windows Primero seguir las instrucciones de instalación para Chocolatey (gestor de paquetes al estilo de apt-get): Nota: Copiar y ejecutar el siguiente comando en PowerShell Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) Una vez instaldo Chocolatey, instalar Python es sencillo: choco...","categories": [],
34+
"tags": [],
35+
"url": "/tutoriales/instalacion/",
36+
"teaser": null
2537
},{
2638
"title": "Python es de tipado dinámico y fuerte",
2739
"excerpt":"Python efectivamente es fuertemente tipado y dinámico a la vez, para ello vamos a analizarlo por partes: Tipado dinámico Un lenguaje de programación usa un tipado dinámico cuando la comprobación de tipificación (typing) se realiza durante su ejecución y no en su compilación. &gt;&gt;&gt; numero = 1 &gt;&gt;&gt; print(numero) 1...","categories": [],
@@ -30,7 +42,7 @@ var store = [{
3042
"teaser": null
3143
},{
3244
"title": "Estructuras de Datos",
33-
"excerpt":"Listas (list) Es una secuencia ordenada y mutable de elementos (diferentes tipos) usadas para almacenar colecciones de elementos homogéneos. &gt;&gt;&gt; pares = [2, 4, 6, 8] print(pares) [2, 4, 6, 8] Tuplas (tuple) Son secuencias inmutables usadas normalmente para almacenar colecciones de datos heterogéneos. &gt;&gt;&gt; vocales = ('a', 'e', 'i',...","categories": [],
45+
"excerpt":"Listas (list) Es una secuencia ordenada y mutable de elementos (de diferentes tipos) usadas para almacenar colecciones de elementos homogéneos. &gt;&gt;&gt; pares = [2, 4, 6, 8] print(pares) [2, 4, 6, 8] Tuplas (tuple) Son secuencias inmutables usadas normalmente para almacenar colecciones de datos heterogéneos. &gt;&gt;&gt; vocales = ('a', 'e',...","categories": [],
3446
"tags": [],
3547
"url": "/tutoriales/estructuras-de-datos/",
3648
"teaser": null

bienvenido/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<meta property="og:locale" content="es_ES">
1818
<meta property="og:site_name" content="AyudaEnPython">
1919
<meta property="og:title" content="Bienvenidos!">
20-
<meta property="og:url" content="http://localhost:4000/bienvenido/">
20+
<meta property="og:url" content="/bienvenido/">
2121

2222

2323
<meta property="og:description" content="Unas palabras de bienvenida y un simple saludo (en código) de parte nuestra.">
@@ -35,7 +35,7 @@
3535

3636

3737

38-
<link rel="canonical" href="http://localhost:4000/bienvenido/">
38+
<link rel="canonical" href="/bienvenido/">
3939

4040

4141

@@ -46,7 +46,7 @@
4646

4747
"@type": "Person",
4848
"name": "AyudaEnPython",
49-
"url": "http://localhost:4000/"
49+
"url": "/"
5050

5151
}
5252
</script>
@@ -80,7 +80,7 @@
8080

8181
<!-- start custom head snippets -->
8282

83-
<link rel="shortcout icon" type="image/x-icon" href="/assets/images/favicon.ico">
83+
<link rel="shortcout icon" type="image/x-icon" href="//assets/images/favicon.ico">
8484

8585
<!-- end custom head snippets -->
8686
</head>
@@ -152,15 +152,15 @@
152152

153153

154154
<div class="author__avatar">
155-
<a href="http://localhost:4000/">
155+
<a href="/">
156156
<img src="/assets/images/AyudaEnPython.png" alt="AyudaEnPython" itemprop="image" class="u-photo">
157157
</a>
158158
</div>
159159

160160

161161
<div class="author__content">
162162
<h3 class="author__name p-name" itemprop="name">
163-
<a class="u-url" rel="me" href="http://localhost:4000/" itemprop="url">AyudaEnPython</a>
163+
<a class="u-url" rel="me" href="/" itemprop="url">AyudaEnPython</a>
164164
</h3>
165165

166166
<div class="author__bio p-note" itemprop="description">
@@ -264,7 +264,7 @@ <h3 class="author__name p-name" itemprop="name">
264264

265265
<header>
266266
<h1 id="page-title" class="page__title p-name" itemprop="headline">
267-
<a href="http://localhost:4000/bienvenido/" class="u-url" itemprop="url">Bienvenidos!
267+
<a href="/bienvenido/" class="u-url" itemprop="url">Bienvenidos!
268268
</a>
269269
</h1>
270270

@@ -368,11 +368,11 @@ <h4 id="buscamos">Buscamos</h4>
368368
<h4 class="page__share-title">Compartir en</h4>
369369

370370

371-
<a href="https://twitter.com/intent/tweet?text=Bienvenidos%21%20http%3A%2F%2Flocalhost%3A4000%2Fbienvenido%2F" class="btn btn--twitter" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Compartir en Twitter"><i class="fab fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a>
371+
<a href="https://twitter.com/intent/tweet?text=Bienvenidos%21%20%2Fbienvenido%2F" class="btn btn--twitter" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Compartir en Twitter"><i class="fab fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a>
372372

373-
<a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Flocalhost%3A4000%2Fbienvenido%2F" class="btn btn--facebook" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Compartir en Facebook"><i class="fab fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a>
373+
<a href="https://www.facebook.com/sharer/sharer.php?u=%2Fbienvenido%2F" class="btn btn--facebook" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Compartir en Facebook"><i class="fab fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a>
374374

375-
<a href="https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Flocalhost%3A4000%2Fbienvenido%2F" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Compartir en LinkedIn"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
375+
<a href="https://www.linkedin.com/shareArticle?mini=true&url=%2Fbienvenido%2F" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Compartir en LinkedIn"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
376376
</section>
377377

378378

@@ -382,7 +382,7 @@ <h4 class="page__share-title">Compartir en</h4>
382382
<a href="#" class="pagination--pager disabled">Anterior</a>
383383

384384

385-
<a href="/basico/" class="pagination--pager" title="Variables
385+
<a href="/variables/" class="pagination--pager" title="Variables
386386
">Siguiente</a>
387387

388388
</nav>
@@ -451,7 +451,7 @@ <h4 class="page__share-title">Compartir en</h4>
451451
</div>
452452

453453
<div class="page__footer-copyright">
454-
&copy; 2021 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
454+
&copy; 2022 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
455455
</div>
456456
</footer>
457457
</div>

0 commit comments

Comments
 (0)