-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
232 lines (222 loc) · 6.58 KB
/
index.html
File metadata and controls
232 lines (222 loc) · 6.58 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Python Study Group OOP</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/black.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-background-image="content/psg-bg-dark.png" data-background-size="100%">
<!-- <img src="/content/Logo.png" alt="Python La Paz" width="200px" height="200px"> -->
<!-- <h2>Python Study Group</h2> -->
<br>
<br>
<br>
<br>
<a href="content/sesion01">
Sesión 01
<h4>Abstracción y Modelado de objetos</h4>
<h4>Representando el mundo real en clases</h4>
</a>
<br>
<h6>2025</h6>
</section>
<section data-background-image="content/psg-bg-dark.png" data-background-size="100%">
<!-- <img src="/content/Logo.png" alt="Python La Paz" width="200px" height="200px"> -->
<!-- <h2>Python Study Group</h2> -->
<br>
<br>
<br>
<br>
<a href="content/sesion02">
Sesión 02
<h4>Objetos y Atributos</h4>
<h4>Manejo de instancias</h4>
</a>
<br>
<h6>2025</h6>
</section>
<section data-background-image="content/psg-bg-dark.png" data-background-size="100%">
<!-- <img src="/content/Logo.png" alt="Python La Paz" width="200px" height="200px"> -->
<!-- <h2>Python Study Group</h2> -->
<br>
<br>
<br>
<br>
<a href="content/sesion03">
Sesión 03
<h4>Métodos y comportamiento</h4>
<h4>Que los objetos hagan cosas</h4>
</a>
<br>
<h6>2025</h6>
</section>
<section data-background-image="content/psg-bg-dark.png" data-background-size="100%">
<!-- <img src="/content/Logo.png" alt="Python La Paz" width="200px" height="200px"> -->
<!-- <h2>Python Study Group</h2> -->
<br>
<br>
<br>
<br>
<a href="content/sesion04">
Sesión 04
<h4>Encapsulamiento y propiedades</h4>
<h4>Controlando el acceso a los datos</h4>
</a>
<br>
<h6>2025</h6>
</section>
<section data-background-image="content/psg-bg-dark.png" data-background-size="100%">
<!-- <img src="/content/Logo.png" alt="Python La Paz" width="200px" height="200px"> -->
<!-- <h2>Python Study Group</h2> -->
<br>
<br>
<br>
<br>
<a href="content/sesion05">
Sesión 05
<h4>Herencia y Composición</h4>
<h4>Relaciones y reutilización de objetos</h4>
</a>
<br>
<h6>2025</h6>
</section>
<section data-background-image="content/psg-bg-dark.png" data-background-size="100%">
<!-- <img src="/content/Logo.png" alt="Python La Paz" width="200px" height="200px"> -->
<!-- <h2>Python Study Group</h2> -->
<br>
<br>
<br>
<br>
<a href="content/sesion06">
Sesión 06
<h4>Agrupación y Composición</h4>
<h4>Relaciones entre objetos</h4>
</a>
<br>
<h6>2025</h6>
</section>
<section data-background-image="content/psg-bg-dark.png" data-background-size="100%">
<!-- <img src="/content/Logo.png" alt="Python La Paz" width="200px" height="200px"> -->
<!-- <h2>Python Study Group</h2> -->
<br>
<br>
<br>
<br>
<a href="content/sesion07">
Sesión 07
<h4>Polimorfismo</h4>
<h4>Flexibilidad en el diseño de objetos</h4>
</a>
<br>
<h6>2025</h6>
</section>
<section data-background-image="content/psg-bg-dark.png" data-background-size="100%">
<br>
<br>
<br>
<br>
<a href="content/sesion08">
Sesión 08
<h4>Dunder Methods</h4>
<h4>Personalización y control del comportamiento</h4>
</a>
<br>
<h6>2025</h6>
</section>
<section data-background-image="content/psg-bg-dark.png" data-background-size="100%">
<!-- <img src="/content/Logo.png" alt="Python La Paz" width="200px" height="200px"> -->
<!-- <h2>Python Study Group</h2> -->
<br>
<br>
<br>
<br>
<a href="content/sesion09">
Sesión 09
<h4>Patrones de Diseño</h4>
<h4>Singleton</h4>
</a>
<br>
<h6>2025</h6>
</section>
<section data-background-image="content/psg-bg-dark.png" data-background-size="100%">
<!-- <img src="/content/Logo.png" alt="Python La Paz" width="200px" height="200px"> -->
<!-- <h2>Python Study Group</h2> -->
<br>
<br>
<br>
<br>
<a href="content/sesion10">
Sesión 10
<h4>Patrones de Diseño</h4>
<h4>Factory</h4>
</a>
<br>
<h6>2025</h6>
</section>
<section data-background-image="content/psg-bg-dark.png" data-background-size="100%">
<!-- <img src="/content/Logo.png" alt="Python La Paz" width="200px" height="200px"> -->
<!-- <h2>Python Study Group</h2> -->
<br>
<br>
<br>
<br>
<a href="content/sesion11">
Sesión 11
<h4>Buenas prácticas</h4>
<h4>Refactorización y organización</h4>
</a>
<br>
<h6>2025</h6>
</section>
<section data-background-image="content/psg-bg-dark.png" data-background-size="100%">
<!-- <img src="/content/Logo.png" alt="Python La Paz" width="200px" height="200px"> -->
<!-- <h2>Python Study Group</h2> -->
<br>
<br>
<br>
<br>
<a href="content/sesion12">
Sesión 12
<h4>Buenas prácticas</h4>
<h4>Anotaciones, Documentación y Principios</h4>
</a>
<br>
<h6>2025</h6>
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script src="plugin/zoom/zoom.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mermaid@10.9.0/dist/mermaid.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/reveal.js-mermaid-plugin@11.4.1/plugin/mermaid/mermaid.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [RevealMarkdown, RevealHighlight, RevealNotes, RevealZoom, RevealMermaid]
});
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9YQTVC2B73"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-9YQTVC2B73');
</script>
</body>
</html>