-
Notifications
You must be signed in to change notification settings - Fork 0
/
python_comunidades.tex
649 lines (467 loc) · 14.6 KB
/
python_comunidades.tex
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
% Author: Mabel Delgado
\documentclass[18pt]{beamer}
% To accept special characters from the keyboard
\usepackage[utf8]{inputenc}
% To altere the language of the document
\usepackage[spanish]{babel}
% To include figures
\usepackage{graphicx}
% To write mathematical formulation
\usepackage{amsmath}
% To include special fonts in mathematical formulation
\usepackage{amsfonts}
% To include special symbols in the mathematical formulation
\usepackage{amssymb}
% To include links in the references
\usepackage{url}
% To use colors
\usepackage{xcolor}
% To use hyperreferences
\usepackage{hyperref}
% To display code snippets
\usepackage{listings}
% Hyperlinks colors customization
\hypersetup{
colorlinks = true,
urlcolor = blue,
citecolor = blue,
linkcolor = white
}
% Define a new footnote object (without marker/associated number)
\newcommand\blfootnote[1]{%
\begingroup
\renewcommand\thefootnote{}\footnote{#1}%
\addtocounter{footnote}{-1}%
\endgroup
}
% Use python as code
\lstset{basicstyle=\ttfamily,
language=python,
showstringspaces=false}
% Remove figure word from figures
\setbeamertemplate{caption}{\raggedright\insertcaption\par}
% Remove navigation symbols
\setbeamertemplate{navigation symbols}{}
% Theme
\usetheme{Copenhagen}
% Information to be included in the title page
\title{¿Qué es la comunidad Python?}
\author{Mabel Delgado (@mabeldelgadob)}
\institute{AI Saturdays (Almería)}
\date{16 de marzo de 2019}
\begin{document}
% TITLE
\begin{frame}
\titlepage
\end{frame}
% SOBRE MÍ
\begin{frame}
\frametitle{Un poco sobre mí...}
\begin{columns}
\column{.35\textwidth}
\centering
\includegraphics[width=2.5cm]{images/aeropython.png}\\
\includegraphics[width=3.5cm]{images/pyladiesmadrid_alargado.png}\\
\includegraphics[width=1.5cm]{images/python_spain.png}
\includegraphics[width=1.5cm]{images/django_girls.jpg}\\
\includegraphics[width=3.5cm]{images/psf.png}
\column{.65\textwidth}
\begin{itemize}
\setlength\itemsep{0.6em}
\item Ingeniera aeronáutica (UPM).
\item Métodos y herramientas ensayos en vuelo de aviones.
\item Miembro AeroPython.
\item Co-Fundadora PyLadies Madrid.
\item Vocal Asociación Python España.
\item Co-organizadora eventos Django Girls (Cáceres, Palma, Málaga).
\item Fellow Member Python Software Foundation.
\end{itemize}
\end{columns}
\end{frame}
% PYTHON INTRO
\begin{frame}
\frametitle{¿Qué es Python?}
\begin{columns}
\column{.35\textwidth}
\centering
\includegraphics[width=2.5cm]{images/python_logo_cuadrado.png}
\column{.65\textwidth}
\begin{itemize}
\setlength\itemsep{0.6em}
\item Lenguaje de programación creado por Guido van Rossum en 1991.
\item Libre y gratuito.
\item Interpretado y tipado dinámico.
\item De alto nivel y de propósito general.
\item Gestión automática de memoria.
\item Múltiples paradigmas de programación (OOP, Funcional...).
\item Multitud de paquetes para realizar diferentes tareas.
\end{itemize}
\end{columns}
\end{frame}
% PYTHON ANTIGRAVITY
\begin{frame}
\frametitle{Oh yeah, Python!!!}
$>>>$ import antigravity
\begin{figure}
\includegraphics[width=5.5cm]{images/xkcd.png}
\end{figure}
\blfootnote{\scriptsize https://xkcd.com/353/}
\end{frame}
% PYTHON COMMUNITY
\begin{frame}
\frametitle{Pero Python no es sólo el lenguaje...}
\begin{columns}
\column{.65\textwidth}
\centering
\includegraphics[width=6cm]{images/tshirt_quote.jpg}
\column{.35\textwidth}
\large ¡¡COMUNIDAD!!
\vspace{0.4cm}
\begin{itemize}
\setlength\itemsep{0.6em}
\item Diversa.
\item Inclusiva.
\item Acogedora.
\vspace{0.4cm}
\item Voluntarios.
\item Crear.
\item Compartir.
\item Aprender.
\end{itemize}
\end{columns}
\end{frame}
% PYTHON SOFTWARE FOUNDATION
\begin{frame}
\frametitle{Python Software Foundation (PSF)}
\begin{figure}
\includegraphics[width=5cm]{images/psf.png}
\end{figure}
The mission of the Python Software Foundation is to promote, protect,
and advance the Python programming language, and to support and
facilitate the growth of a diverse and international
community of Python programmers.
\rightline{—from the Mission Statement page}
\vspace{0.6cm}
\centerline{https://www.python.org/}
\vspace{0.4cm}
\centerline{@ThePSF}
\end{frame}
% PYTHON SOFTWARE FOUNDATION (II)
\begin{frame}
\frametitle{Python Software Foundation (PSF) - Información}
\begin{columns}
\column{.35\textwidth}
\centering
\includegraphics[width=3.5cm]{images/psf.png}\\
\vspace{01cm}
\scriptsize https://www.python.org/psf/
\scriptsize https://www.python.org/community/
\column{.65\textwidth}
\begin{itemize}
\setlength\itemsep{0.6em}
\item Organización sin ánimo de lucro (decisiones Board of Directors).
\item Propiedad intelectual de lenguaje de programación Python (licencia,
trademarks).
\item Apoya conferencias y organizaciones de Python a nivel global.
\item Apoya económicamente proyectos de desarrollo de Python (grants program).
\item Niveles de socios: Basic members, supporting members, managing members,
contributing members, fellow members.
\end{itemize}
\end{columns}
\end{frame}
% ORGANIZACIONES NACIONALES Y LOCALES
\begin{frame}
\frametitle{Organizaciones de Python Nacionales y Locales}
\begin{figure}
\includegraphics[width=10.5cm]{images/local_communities.png}
\end{figure}
\blfootnote{\scriptsize https://community.python.org.br/}
\end{frame}
% ASOCIACIÓN PYTHON ESPAÑA
\begin{frame}
\frametitle{Asociación Python España}
\begin{figure}
\includegraphics[width=2.5cm]{images/python_spain.png}
\end{figure}
La asociación Python España es una asociación sin ánimo de lucro cuyo propósito
es promover el uso del lenguaje de programación Python en España, servir como
punto de encuentro a aquellos interesados en su uso, y darles soporte en la medida
de sus posibilidades.
\vspace{0.3cm}
\centerline{https://www.es.python.org/}
\vspace{0.4cm}
\centerline{@python\_es}
\end{frame}
% ASOCIACIÓN PYTHON ESPAÑA (II)
\begin{frame}
\frametitle{Asociación Python España - Información}
\begin{columns}
\column{.35\textwidth}
\centering
\includegraphics[width=2.5cm]{images/python_spain.png}
\column{.65\textwidth}
\begin{itemize}
\setlength\itemsep{0.6em}
\item Organización sin ánimo de lucro.
\item Decisiones Junta de la Asociacion (renovación cada dos años).
\item Apoya organización del congreso nacional de Python (PyConES).
\item Soporte y ayuda financiera organizaciones locales de Python.
\item Ser socio, ser miembro.
\item Novedades; grupos de trabajo, discourse, pycena,
beneficios socios...
\end{itemize}
\end{columns}
\end{frame}
% COMUNIDADES LOCALES PYTHON ESPAÑA
\begin{frame}
\frametitle{Comunidades locales de Python en España}
\begin{figure}
\includegraphics[width=9.5cm]{images/comunidades_locales.png}
\end{figure}
\centerline{Python Almería: https://www.meetup.com/Python-Almeria/}
\blfootnote{\scriptsize https://es.python.org/pages/comunidades.html}
\end{frame}
% COMUNIDAD DIVERSA
\begin{frame}
\frametitle{Python: Comunidad diversa}
Evolución de las mujeres en informática...
\begin{figure}
\includegraphics[width=10.5cm]{images/women_computer_science.png}
\end{figure}
\end{frame}
% PYLADIES
\begin{frame}
\frametitle{PyLadies}
\begin{figure}
\includegraphics[width=2.5cm]{images/pyladies_cuadrado.png}
\includegraphics[width=5cm]{images/pyladies_alargado.png}
\end{figure}
PyLadies is an international mentorship group with a focus on helping more
women become active participants and leaders in the Python
open-source community.
\vspace{0.6cm}
\centerline{https://www.pyladies.com/}
\vspace{0.4cm}
\centerline{@pyladies}
\end{frame}
% PYLADIES - INFORMACIÓN
\begin{frame}
\frametitle{PyLadies - Información}
\begin{columns}
\column{.35\textwidth}
\centering
\includegraphics[width=2.5cm]{images/pyladies_cuadrado.png}\\
\includegraphics[width=3cm]{images/pyladies_alargado.png}\\
\vspace{0.5cm}
\small$>>>$pip install pyladies
\column{.65\textwidth}
\begin{itemize}
\setlength\itemsep{0.6em}
\item Organización sin ánimo de lucro creada en Los Ángeles en 2011.
\item Promover, educar y avanzar en la diversidad de la comunidad de Python.
\item Realizar cursos, conferencias, eventos y reuniones.
\item Crear una red de mujeres programadoras, y ponerla en contacto con el
resto de comunidades Python nacionales e internacionales.
\item Cualquier persona con interés en Python está invitada a participar.
\end{itemize}
\end{columns}
\end{frame}
% PYLADIES EN ESPAÑA
\begin{frame}
\frametitle{PyLadies en España}
\begin{columns}
\column{.5\textwidth}
\centering
\includegraphics[width=5cm]{images/pyladies_madrid.jpeg}\\
\vspace{1cm}
\column{.5\textwidth}
\centering
\includegraphics[width=5cm]{images/pyladies_barcelona.png}
\vspace{1cm}
\end{columns}
\begin{itemize}
\setlength\itemsep{0.6em}
\item https://www.meetup.com/PyLadiesMadrid/
\item https://www.meetup.com/PyLadies-BCN/
\end{itemize}
\end{frame}
% DJANGO GIRLS
\begin{frame}
\frametitle{Django Girls}
\begin{figure}
\includegraphics[width=2.5cm]{images/django_girls.jpg}
\end{figure}
Django Girls is a non-profit organization and a community that empowers and helps
women to organize free, one-day programming workshops. During each of our events,
30-60 women build their first web application using HTML, CSS, Python and Django.
\vspace{0.6cm}
\centerline{https://djangogirls.org/}
\vspace{0.4cm}
\centerline{@djangogirls}
\end{frame}
% DJANGO GIRLS - INFORMACIÓN
\begin{frame}
\frametitle{Django Girls - Información}
\begin{columns}
\column{.35\textwidth}
\centering
\includegraphics[width=2.5cm]{images/django_girls.jpg}\\
\vspace{0.5cm}
\scriptsize https://djangogirls.org/organize/
\column{.65\textwidth}
\begin{itemize}
\setlength\itemsep{0.6em}
\item Organización sin ánimo de lucro cuyo primer Django Girls fue en la
EuroPython de Berlín en 2014.
\item Taller de un día de duración orientado a mujeres en el que se aprende
a hacer una página web desde cero con Python y Django.
\item Proporciona material, recursos e instrucciones para la organización
de eventos Django Girls.
\item Eventos con el mismo formato en todo el mundo (798 eventos,
476 ciudades, 94 países, 18.487 mujeres)
\end{itemize}
\end{columns}
\end{frame}
% DJANGO GIRLS EN ESPAÑA
\begin{frame}
\frametitle{Django Girls en España}
\begin{figure}
\includegraphics[width=10cm]{images/django_girls_letters.png}
\end{figure}
\begin{itemize}
\setlength\itemsep{0.6em}
\item Zaragoza, Valencia, Almería, Cáceres, Palma, Málaga, Madrid, Mallorca,
Córdoba, Marbella...
\end{itemize}
\end{frame}
% PAQUETES
\begin{frame}
\frametitle{Python: Multitud de paquetes}
\begin{figure}
\includegraphics[width=9cm]{images/pypi.png}
\end{figure}
\vspace{0.2cm}
\centerline{https://pypi.org/}
\vspace{0.2cm}
\centerline{https://github.com/}
\end{frame}
% PYTHON CORE DEVELOPERS
\begin{frame}
\frametitle{Python Core Developers}
\begin{figure}
\includegraphics[width=9cm]{images/python_core_developers.jpeg}
\end{figure}
\vspace{0.2cm}
\centerline{https://devguide.python.org/}
\end{frame}
% NUMFOCUS
\begin{frame}
\frametitle{NumFOCUS}
\begin{figure}
\includegraphics[width=5cm]{images/numfocus.png}
\end{figure}
The mission of NumFOCUS is to promote open practices in research, data,
and scientific computing by serving as a fiscal sponsor for open source
projects and organizing community-driven educational programs.
\vspace{0.6cm}
\centerline{https://numfocus.org/}
\vspace{0.4cm}
\centerline{@NumFOCUS}
\end{frame}
% NumFOCUS - Información (II)
\begin{frame}
\frametitle{NumFOCUS - Información}
\begin{columns}
\column{.35\textwidth}
\centering
\includegraphics[width=3.5cm]{images/numfocus.png}\\
\vspace{0.5cm}
\scriptsize https://numfocus.org/sponsored-projects
\column{.65\textwidth}
\begin{itemize}
\setlength\itemsep{0.6em}
\item Organización sin ánimo de lucro (decisiones Board of Directors).
\item Comunidad científica e investigadora utilice y contribuya de forma
activa al software abierto.
\item Patrocina y apoya desarrollo de paquetes y lenguajes de cálculo científico.
\item Apoya organización de eventos relacionados con la gestión, procesado,
análisis y visualización de datos (PyData).
\end{itemize}
\end{columns}
\end{frame}
% NumFOCUS - Información (II)
\begin{frame}
\frametitle{NumFOCUS - Paquetes}
\begin{figure}
\includegraphics[width=11cm]{images/numfocus_packages.png}
\end{figure}
\vspace{0.6cm}
\centerline{https://numfocus.org/sponsored-projects}
\end{frame}
% EVENTOS DE PYTHON (I)
\begin{frame}
\frametitle{Python: Eventos por la comunidad y para la comunidad}
\begin{columns}
\column{.65\textwidth}
\centering
\includegraphics[width=6cm]{images/events.png}\\
\column{.35\textwidth}
\begin{itemize}
\setlength\itemsep{0.6em}
\item PyCON.
\item PyData.
\item EuroPython.
\item PyDay.
\item Meetups.
\item Django Girls.
\item PyLondinium.
\item Python Sprints...
\end{itemize}
\end{columns}
\vspace{0.4cm}
\centerline{\large https://www.python.org/community/workshops/}
\end{frame}
% EVENTOS DE PYTHON (II)
\begin{frame}
\frametitle{Python: Eventos por la comunidad y para la comunidad}
\begin{columns}
\column{.65\textwidth}
\centering
\includegraphics[width=7cm]{images/ejemplo_pycon.jpeg}\\
\column{.35\textwidth}
\begin{itemize}
\setlength\itemsep{0.6em}
\item Compartir.
\item Aprender.
\item Crecer.
\item Enseñar.
\item Networking.
\item CoC
\end{itemize}
\end{columns}
\end{frame}
% ¿Y ahora?
\begin{frame}
\frametitle{¿Y ahora?}
\begin{center}
\Large ¿Qué puede hacer la comunidad Python por mí?\\
\vspace{0.5cm}
\Large ¿Cómo puedo contribuir yo a la comunidad Python?
\end{center}
\begin{figure}
% https://pixabay.com/en/airplane-takeoff-plane-2745898/
\includegraphics[width=5cm]{images/get_involved.png}
\end{figure}
\end{frame}
% PREGUNTAS
\begin{frame}
\frametitle{¡Gracias!}
\begin{figure}
% https://pixabay.com/en/airplane-takeoff-plane-2745898/
\includegraphics[width=8cm]{images/Sukhoi_Su-31_Ramon_Alonso_EC-HGL.jpg}
\end{figure}
\begin{center}
\Large ¡Gracias por asistir!
\end{center}
\end{frame}
\end{document}