-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
653 lines (398 loc) · 22.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="generator" content="Hugo 0.58.3" />
<title>
PythonDay México 2019
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://d1azc1qln24ryf.cloudfront.net/114779/Socicon/style-cf.css?u8vidh">
<link rel="stylesheet" type="text/css" href="https://pythondaymx.github.iocss/styles.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:800" rel="stylesheet">
<link rel="stylesheet" href="https://pythondaymx.github.iocss/highlight.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="icon" type="image/png" href="https://pythondaymx.github.ioimages/logo.png">
<meta name="author" content="Rodolfo Ferro">
<meta name="theme-color" content="#000000">
<link rel="alternate" type="application/rss+xml" href="https://pythondaymx.github.io/index.xml" />
<meta itemprop="name" content="PythonDay México 2019">
<meta itemprop="description" content="">
<meta name="og:title" content="PythonDay México 2019">
<meta name="og:description" content="">
<meta name="og:type" content="article">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="PythonDay México 2019">
<meta name="twitter:description" content="">
<meta name="article:author" content="Rodolfo Ferro">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https:\/\/pythondaymx.github.io\/",
"name": "PythonDay México 2019",
"author": {
"@type": "Person",
"name": "Rodolfo Ferro"
},
"description": "",
}
</script>
</head>
<body class="clearfix">
<section id="sidebar" class="sidebar d-flex align-items-center p-5">
<div class="main-info">
<img src="https://pythondaymx.github.ioimages/logo.png" class="rounded-circle mb-3" width="200px">
<h1 class="heading"> <span class="highlight">PythonDay México 2019</span></h1>
<p class="text-muted">Un evento para compartir, aprender y crear más comunidad alrededor del lenguaje de programación Python. 18 y 19 de octubre de 2019. Auditorio Javier Barros Sierra (Facultad de Ingeniería) e IIMAS, UNAM.</p>
<div class="social my-4">
<a target="_blank" href="https://www.facebook.com/pythondaymx" rel="me">
<i class="fab fa-facebook"></i>
</a>
<a target="_blank" href="https://github.com/PythonDayMX" rel="me">
<i class="fab fa-github"></i>
</a>
<a target="_blank" href="https://twitter.com/pythondaymx" rel="me">
<i class="fab fa-twitter"></i>
</a>
</div>
<a href="https://pythondaymx2019.boletia.com" target="_blank"><img src="https://img.shields.io/static/v1?label=¡Inscríbete!&message=Boletia&color=FF8A41&style=for-the-badge" width="85%"></a>
</div>
</section>
<div class="main-content">
<section id="skills" class="blue text-light">
<h2 class="heading">¿Qué es PythonDay México?</h2>
<div>
<p>PythonDay México es la primera conferencia del lenguaje de programación Python en México. Año con año, desde 2017, nos reunimos para compartir, aprender y conocer más sobre el lenguaje y su ecosistema.</p>
</div>
<div>
<p>La conferencia es gratuita, cualquiera que desee atender lo puede hacer, sólo hay que registrarse.</p>
</div>
<div>
<p>Este año la sede es el Auditorio Javier Barros Sierra de la Facultad de Ingeniería (para el día 1) y el Instituto de Investigaciones Matemáticas, IIMAS (para el día 2), de la UNAM.</p>
</div>
<div>
<p>¡No pierdas tu oportunidad y regístrate como ponente, tenemos cupo limitado!</p>
</div>
<a href="https://pythondaymx2019.boletia.com" target="_blank" class="btn btn-dark btn-block">¡Inscríbete!</a>
<button type="button" class="btn btn-purple btn-block" data-toggle="modal" data-target="#map">
¿Cómo llegar?
</button>
<button type="button" class="btn btn-green btn-block" data-toggle="modal" data-target="#coc">
Código de conducta
</button>
<div class="modal fade" id="map" tabindex="-1" role="dialog" aria-labelledby="map" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered modal-dialog-scrollable" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">¿Cómo llegar?</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15059.514541336759!2d-99.18403500000001!3d19.331072!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xa6649c92297beb62!2sAuditorio%20Javier%20Barros%20Sierra!5e0!3m2!1ses-419!2smx!4v1567759678126!5m2!1ses-419!2smx" width="100%" height="450" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-dark" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="coc" tabindex="-1" role="dialog" aria-labelledby="coc" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered modal-dialog-scrollable" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Código de Conducta</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>
PythonDay es un evento organizado y construido desde la comunidad. Este evento busca ser un espacio libre de discriminación y violencia donde todas las personas asistentes, sin importar su género, orientación sexual, discapacidad, edad, apariencia física, tamaño corporal, raza o religión, se sientan cómodas, respetadas y puedan compartir sus conocimientos y experiencias para beneficio común.
</p>
<p>
Como en toda construcción común, es responsabilidad de las personas que participamos el mantener un entorno seguro y agradable. El objetivo principal es compartir y aprender de las demás y sobre todo convivir como comunidad. Invitamos a todos(as) a mantener un comportamiento amable y profesional hacia las demás personas.
</p>
<p>
Dentro de la sede del evento no está permitido fumar, beber alcohol, hablar con lenguaje obsceno, tampoco se tolerará ningún tipo de acoso o discriminación a las personas participantes del evento.
</p>
<p>
Al ser organizadores y parte de la comunidad estaremos prestando atención a que no exista ningún tipo de comportamiento abusivo. En caso de que seas víctima o testigo de acoso o falta al código de conducta por parte de cualquier asistente (visitante, organizador(a), ponente), contáctanos para tomar acciones. Éstas pueden ser desde una llamada de atención o incluso pedirle abandonar del evento, dependiendo de la gravedad de la falta.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-dark" data-dismiss="modal">Aceptar</button>
</div>
</div>
</div>
</div>
</section>
<section id="experience" class="aqua">
<h2 class="heading">Programa</h2>
<div class="container">
<ul class="nav nav-pills">
<li>
<a class="btn btn-outline-primary active" data-toggle="tab" href="#day1">
<h6 class="h6 my-2">Día 1</h6>
</a>
</li>
<li>
<a class="btn btn-outline-primary" data-toggle="tab" href="#day2">
<h6 class="h6 my-2">Día 2</h6>
</a>
</li>
</ul>
</div>
<div class="tab-content">
<div id="day1" class="tab-pane active">
<div id="timeline">
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content right ">
<span class="date">10:00 - 10:10</span>
<h6 class="h3 my-2">Inauguración</h6>
<h6 class="h5 my-2 text-blue">Equipo PythonDay México</h6>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content ">
<span class="date">10:10 - 10:50</span>
<h6 class="h3 my-2">Python Good Practices for real-life Web Development</h6>
<h6 class="h5 my-2 text-blue">Ricardo Tercero Solis</h6>
<h6 class="h6"><b>Nivel:</b> Principiante</h6>
<p class="">Now a day there are many methodologies, rules, etc. that states the way a developer must design, code and deliver. However, the real-life in a web project is too dynamic to stick to all of them or to those you like the most. This talk is to share what I’ve learned along my journey as a web developer.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content right ">
<span class="date">10:55 - 11:35</span>
<h6 class="h3 my-2">Del reconocimiento de patrones al machine learning</h6>
<h6 class="h5 my-2 text-blue">Ulises Garcia</h6>
<h6 class="h6"><b>Nivel:</b> Intermedio</h6>
<p class="">¿Te has preguntado qué hay antes del machine learning? ¿Realmente las computadoras aprende por sí solas? La respuesta es no, el machine learning es cómo educar a un bebé desde su crecimiento, pero no de manera explicita las computadoras necesitan datos.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content ">
<span class="date">11:40 - 12:20</span>
<h6 class="h3 my-2">Estudio de redes genéticas con python usando pandas y networkx</h6>
<h6 class="h5 my-2 text-blue">Rodrigo Dorantes-Gilardi</h6>
<h6 class="h6"><b>Nivel:</b> Intermedio</h6>
<p class="">Se habla del estudio de redes de co-expresion genética con herramientas de programación. Se presenta un flujo típico de investigación usando python en jupyter donde se muestran algunas visualizaciones y resultados de un problema de investigación.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content right ">
<span class="date">12:25 - 13:05</span>
<h6 class="h3 my-2">Monitoreando y visualizando streaming de datos con Bokeh</h6>
<h6 class="h5 my-2 text-blue">Juana Martinez</h6>
<h6 class="h6"><b>Nivel:</b> Intermedio</h6>
<p class="">El aprender uso de librerías para dashboards y gráficos dinámicos e interactivos no solo te da el control sobre la configuración y diseño de tu monitor o reporte; puede librarte de encadenarte a un producto en particular o licencia. Ideal para emprendedores, micro y pequeñas empresas.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content ">
<span class="date">13:10 - 13:50</span>
<h6 class="h3 my-2">Comida</h6>
<h6 class="h5 my-2 text-blue">Equipo PythonDay México</h6>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content right ">
<span class="date">13:55 - 14:35</span>
<h6 class="h3 my-2">Geoprocesamiento con Python</h6>
<h6 class="h5 my-2 text-blue">Mario Alberto</h6>
<h6 class="h6"><b>Nivel:</b> Intermedio</h6>
<p class="">En esta charla el objetivo principal es compartir un área en donde, el lenguaje python es de gran ayuda, se trata del manejo de información geo-espacial. Con esta charla, quiero compartir cómo es que se puede obtener, manejar y/o procesar información geo-espacial con Python y algunas bibliotecas.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content ">
<span class="date">14:40 - 15:20</span>
<h6 class="h3 my-2">Explorar o aprovechar: Introducción a la optimización Bayesiana con Python</h6>
<h6 class="h5 my-2 text-blue">Raúl Peralta Lozada</h6>
<h6 class="h6"><b>Nivel:</b> Intermedio</h6>
<p class="">En esta plática quiero explicar el concepto de optimización Bayesiana, los caso de uso que tiene y cómo se pueden resolver este tipo de problemas usando las bibliotecas Botorch y Ax. Describiré el algoritmo general y los componentes de los que depende usando múltiples visualizaciones interactivas.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content right ">
<span class="date">15:25 - 16:05</span>
<h6 class="h3 my-2">Combinaciones, permutaciones y otras diversiones</h6>
<h6 class="h5 my-2 text-blue">Ariel Ortiz Ramírez</h6>
<h6 class="h6"><b>Nivel:</b> Intermedio</h6>
<p class="">Cuando se estudia probabilidad es común hablar de ciertas agrupaciones conocidas como combinaciones y permutaciones. En esta plática mostraré el poder y la elegancia de las listas por comprensión con el fin de diseñar e implementar funciones en Python que permitan generar este tipo de agrupaciones.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content ">
<span class="date">16:10 - 16:50</span>
<h6 class="h3 my-2">DjangoJazz, cómo contribuir al ecosistema de Django</h6>
<h6 class="h5 my-2 text-blue">Andres Vargas</h6>
<h6 class="h6"><b>Nivel:</b> Intermedio</h6>
<p class="">DjangoJazzband, no es una banda de jazz, es un grupo de desarrolladores de python que no tocan jazz.</p>
<a class="text-blue" target="_blank" href="https://jazzband.co/">
<i class="fas fa-link"></i>
https://jazzband.co/
</a>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content right ">
<span class="date">16:50 - 17:00</span>
<h6 class="h3 my-2">Cierre del día</h6>
<h6 class="h5 my-2 text-blue">Equipo PythonDay México</h6>
</div>
</div>
</div>
</div>
<div id="day2" class="tab-pane">
<div id="timeline">
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content right ">
<span class="date">09:50 - 10:00</span>
<h6 class="h3 my-2">¡Reanudamos actividades!</h6>
<h6 class="h5 my-2 text-blue">Equipo PythonDay México</h6>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content ">
<span class="date">10:00 - 12:00</span>
<h6 class="h3 my-2">Build a CRUD App with Python, Flask, and Angular</h6>
<h6 class="h5 my-2 text-blue">Alejandro Mercado</h6>
<h6 class="h6"><b>Nivel:</b> Básico</h6>
<p class="">Sala 1</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content right ">
<span class="date">10:00 - 13:00</span>
<h6 class="h3 my-2">Cómo contribuir al código fuente de CPython</h6>
<h6 class="h5 my-2 text-blue">Diego Barriga y Luis</h6>
<h6 class="h6"><b>Nivel:</b> Intermedio/Avanzado</h6>
<p class="">Sala 2</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content ">
<span class="date">13:00 - 14:00</span>
<h6 class="h3 my-2">Comida</h6>
<h6 class="h5 my-2 text-blue">Equipo PythonDay México</h6>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content right ">
<span class="date">14:00 - 16:50</span>
<h6 class="h3 my-2">Ciencia de datos con Jupyter Notebook</h6>
<h6 class="h5 my-2 text-blue">IBM</h6>
<h6 class="h6"><b>Nivel:</b> Básico</h6>
<p class="">Sala 1</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content ">
<span class="date">14:00 - 16:50</span>
<h6 class="h3 my-2">Cómputo distribuido con Celery</h6>
<h6 class="h5 my-2 text-blue">Ángel Galicia</h6>
<h6 class="h6"><b>Nivel:</b> Intermedio/Avanzado</h6>
<p class="">Sala 2</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="timeline-icon"></div>
<div class="timeline-content right ">
<span class="date">16:50 - 17:00</span>
<h6 class="h3 my-2">Cierre del evento</h6>
<h6 class="h5 my-2 text-blue">Equipo PythonDay México</h6>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="green">
<h2 class="heading">Aliadxs</h2>
<div class="row justify-content-md-center text-center">
<div class="col-12 col-lg-6 col-md-6 mb-3">
<div class="p-4">
<center>
<a href="https://www.truehome.com.mx" target="_blank"><img src="/images/truehome.png" width="100%" class="mb-2"></a>
</center>
</div>
</div>
<div class="col-12 col-lg-6 col-md-6 mb-3">
<div class="p-4">
<center>
<a href="http://pythonday.mx" target="_blank"><img src="/images/bravo.png" width="100%" class="mb-2"></a>
</center>
</div>
</div>
<div class="col-12 col-lg-6 col-md-6 mb-3">
<div class="p-4">
<center>
<a href="https://www.datascienceacademy.com.mx" target="_blank"><img src="/images/dsam.png" width="100%" class="mb-2"></a>
</center>
</div>
</div>
<div class="col-12 col-lg-6 col-md-6 mb-3">
<div class="p-4">
<center>
<a href="https://www.tesorio.com" target="_blank"><img src="/images/tesorio.jpeg" width="100%" class="mb-2"></a>
</center>
</div>
</div>
<div class="col-12 col-lg-6 col-md-6 mb-3">
<div class="p-4">
<center>
<a href="https://www.tesorio.com" target="_blank"><img src="/images/opi-analytics.png" width="100%" class="mb-2"></a>
</center>
</div>
</div>
<div class="col-12 col-lg-6 col-md-6 mb-3">
<div class="p-4">
<center>
<a href="https://futurelab.mx/" target="_blank"><img src="https://futurelab.mx/images/futurelab-landscape.png" width="100%" class="mb-2"></a>
</center>
</div>
</div>
<div class="col-12 col-lg-6 col-md-6 mb-3">
<div class="p-4">
<center>
<a href="https://futurelab.mx/" target="_blank"><img src="https://pythondaymx.github.io/images/NallelyPedraza.png" width="100%" class="mb-2"></a>
</center>
</div>
</div>
</div>
</section>
</div>
<div style="z-index: 4; position: relative;">
</div>
<div class="main-content">
</div>
<script src="https://blog.uicard.io/js/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://pythondaymx.github.iojs/main.js"></script>
</html>