Skip to content

Commit 3cb1e3c

Browse files
authored
update
1 parent ab31fb9 commit 3cb1e3c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+25346
-1
lines changed

404.html

Lines changed: 269 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,269 @@
1+
<!doctype html>
2+
<html lang="es" class="no-js">
3+
<head>
4+
<meta charset="utf-8">
5+
6+
<!-- begin _includes/seo.html --><title>Page Not Found - AyudaEnPython</title>
7+
<meta name="description" content="Page not found. Your pixels are in another canvas.">
8+
9+
10+
<meta name="author" content="AyudaEnPython">
11+
12+
13+
14+
<meta property="og:type" content="website">
15+
<meta property="og:locale" content="es_ES">
16+
<meta property="og:site_name" content="AyudaEnPython">
17+
<meta property="og:title" content="Page Not Found">
18+
<meta property="og:url" content="http://localhost:4000/404.html">
19+
20+
21+
<meta property="og:description" content="Page not found. Your pixels are in another canvas.">
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
<link rel="canonical" href="http://localhost:4000/404.html">
35+
36+
37+
38+
39+
<script type="application/ld+json">
40+
{
41+
"@context": "https://schema.org",
42+
43+
"@type": "Person",
44+
"name": "AyudaEnPython",
45+
"url": "http://localhost:4000/"
46+
47+
}
48+
</script>
49+
50+
51+
52+
53+
54+
55+
56+
<!-- end _includes/seo.html -->
57+
58+
59+
60+
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="AyudaEnPython Feed">
61+
62+
63+
<!-- https://t.co/dKP3o1e -->
64+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
65+
66+
<script>
67+
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
68+
</script>
69+
70+
<!-- For all browsers -->
71+
<link rel="stylesheet" href="/assets/css/main.css">
72+
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
73+
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
74+
75+
76+
77+
<!-- start custom head snippets -->
78+
79+
<link rel="shortcout icon" type="image/x-icon" href="/assets/images/favicon.ico">
80+
81+
<!-- end custom head snippets -->
82+
</head>
83+
84+
<body class="layout--single">
85+
<nav class="skip-links">
86+
<ul>
87+
<li><a href="#site-nav" class="screen-reader-shortcut">Saltar a navegación principal</a></li>
88+
<li><a href="#main" class="screen-reader-shortcut">Saltar a contenido</a></li>
89+
<li><a href="#footer" class="screen-reader-shortcut">Saltar a pie</a></li>
90+
</ul>
91+
</nav>
92+
93+
<!--[if lt IE 9]>
94+
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
95+
<![endif]-->
96+
97+
98+
99+
<div class="masthead">
100+
<div class="masthead__inner-wrap">
101+
<div class="masthead__menu">
102+
<nav id="site-nav" class="greedy-nav">
103+
104+
<a class="site-logo" href="/"><img src="/assets/images/nav_logo.png" alt=" "></a>
105+
106+
<a class="site-title" href="/">
107+
108+
109+
</a>
110+
<ul class="visible-links"><li class="masthead__menu-item">
111+
<a href="/articulos/">Artículos</a>
112+
</li><li class="masthead__menu-item">
113+
<a href="/tutoriales/">Tutoriales</a>
114+
</li><li class="masthead__menu-item">
115+
<a href="/revisiones/">Revisiones</a>
116+
</li><li class="masthead__menu-item">
117+
<a href="/about/">Nosotros</a>
118+
</li></ul>
119+
120+
<button class="search__toggle" type="button">
121+
<span class="visually-hidden">Alternar búsqueda</span>
122+
<i class="fas fa-search"></i>
123+
</button>
124+
125+
<button class="greedy-nav__toggle hidden" type="button">
126+
<span class="visually-hidden">Alternar menú</span>
127+
<div class="navicon"></div>
128+
</button>
129+
<ul class="hidden-links hidden"></ul>
130+
</nav>
131+
</div>
132+
</div>
133+
</div>
134+
135+
136+
<div class="initial-content">
137+
138+
139+
140+
141+
<div id="main" role="main">
142+
143+
144+
145+
<article class="page h-entry" itemscope itemtype="https://schema.org/CreativeWork">
146+
<meta itemprop="headline" content="Page Not Found">
147+
<meta itemprop="description" content="Page not found. Your pixels are in another canvas.">
148+
149+
150+
151+
<div class="page__inner-wrap">
152+
153+
<header>
154+
<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
156+
</a>
157+
</h1>
158+
159+
160+
161+
</header>
162+
163+
164+
<section class="page__content e-content" itemprop="text">
165+
166+
<p>Lo sentimos, pero la página que estas intentando ver no existe.</p>
167+
168+
169+
</section>
170+
171+
<footer class="page__meta">
172+
173+
174+
175+
176+
177+
178+
</footer>
179+
180+
181+
182+
183+
</div>
184+
185+
186+
</article>
187+
188+
189+
190+
</div>
191+
</div>
192+
193+
194+
<div class="search-content">
195+
<div class="search-content__inner-wrap"><form class="search-content__form" onkeydown="return event.key != 'Enter';" role="search">
196+
<label class="sr-only" for="search">
197+
Términos de búsqueda...
198+
</label>
199+
<input type="search" id="search" class="search-input" tabindex="-1" placeholder="Términos de búsqueda..." />
200+
</form>
201+
<div id="results" class="results"></div></div>
202+
203+
</div>
204+
205+
206+
<div id="footer" class="page__footer">
207+
<footer>
208+
<!-- start custom footer snippets -->
209+
210+
<!-- end custom footer snippets -->
211+
<div class="page__footer-follow">
212+
<ul class="social-icons">
213+
214+
215+
216+
<li>
217+
<a href="https://www.facebook.com/groups/ayudapython" rel="nofollow noopener noreferrer">
218+
<i class="fab fa-fw fa-facebook-square" aria-hidden="true"></i>
219+
Facebook
220+
</a>
221+
</li>
222+
223+
224+
225+
<li>
226+
<a href="https://github.com/AyudaEnPython" rel="nofollow noopener noreferrer">
227+
<i class="fab fa-fw fa-github" aria-hidden="true"></i>
228+
GitHub
229+
</a>
230+
</li>
231+
232+
233+
234+
<li>
235+
<a href="https://ayudaenpython.github.io/blog/" rel="nofollow noopener noreferrer">
236+
<i class="fas fa-fw fa-link" aria-hidden="true"></i>
237+
Website
238+
</a>
239+
</li>
240+
241+
242+
243+
</ul>
244+
</div>
245+
246+
<div class="page__footer-copyright">
247+
&copy; 2021 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
248+
</div>
249+
</footer>
250+
</div>
251+
252+
253+
<script src="/assets/js/main.min.js"></script>
254+
255+
256+
257+
258+
<script src="/assets/js/lunr/lunr.min.js"></script>
259+
<script src="/assets/js/lunr/lunr-store.js"></script>
260+
<script src="/assets/js/lunr/lunr-en.js"></script>
261+
262+
263+
264+
265+
266+
267+
268+
</body>
269+
</html>

CONTRIBUTING.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Guía para Contribuciones
2+
3+
## Antes de Contribuir
4+
5+
Bienvenido a la comunidad [Ayuda en Python](https://www.facebook.com/groups/ayudaenpython/)!
6+
Antes de hacer un pull request, asegurate que has leído esta guía.
7+
8+
## Contribuyendo
9+
10+
### Contribuidor
11+
12+
Estamos encantados de que hayas considerado contribuir! Este repositorio tiene
13+
como finalidad brindar ayuda a todo aquel que lo accese. Ser un contribuyente
14+
implica que estas de acuerdo a lo siguiente:
15+
16+
- Tu contribución será distribuida bajo la [Licencia MIT](LICENSE.md).
17+
- Tu contribución deberá estar ceñida al estándar [PEP8](https://www.python.org/dev/peps/pep-0008/).
18+
19+
### Contribución
20+
21+
Apreciamos cualquier tipo de contribución, desde ortografía (sobre todo en los
22+
acentos) hasta la implementación de algoritmos complejos (la comunidad abarca
23+
todos los niveles).
24+
25+
### Estilo de codificación
26+
27+
Queremos que toda solución sea legible para todos; por eso, te sugerimos y
28+
alentamos a seguir las siguientes notas:
29+
30+
- De preferencia usa Python 3.7 o una versión superior.
31+
- Usa nombres descriptivos, por ejemplo `usuarios = ['John', 'Jane']` en vez de `lista_usuarios = ['John', 'Jane']` (evita la redundancia).
32+
- Remueve y evita comentarios redundantes.
33+
- Se recomienda usar [f-strings](https://docs.python.org/es/3/tutorial/inputoutput.html#tut-f-strings) para mejorar la legibilidad.
34+
- Las __listas de comprensión__ y __generadores__ son preferidos sobre `lambda`, `map`, `filter` y `reduce`.
35+
- De ser posible incluye [docstrings](https://www.python.org/dev/peps/pep-0257/) y anotaciones ([typing](https://docs.python.org/es/3/library/typing.html)).
36+
- De ser posible incluye [doctests](https://docs.python.org/3/library/doctest.html) para ilustrar y verificar la solución.
37+
38+
39+
> **Nota**
40+
Al momento de realizar tu primer pull request y empezar a contribuir,
41+
asegurate de agregar tu informacion en la lista de contribuidores.
42+
43+
44+
## Lista de Contribuidores
45+
46+
Apreciamos a todas las personas que de una u otra forma contribuyen
47+
en este repositorio, gracias!
48+
49+
|| Nombre | Github |
50+
| -: | ------ | ------ |
51+
| 1 | Miguel Kanashiro Mansilla | [leugimkm](https://github.com/leugimkm) |
52+
| 2 | <colaborador> | [<username>](https://github.com/<username>) |

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 AyudaEnPython
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# Ayuda en Python
1+
# Blog de la comunidad AyudaEnPython
2+
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.
4+
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).
6+
7+
---
8+
9+
## Guía de Contribuciones
10+
11+
Lee nuestra [guía](CONTRIBUTING.md) antes de empezar a contribuir.

0 commit comments

Comments
 (0)