File tree 21 files changed +433
-613
lines changed
21 files changed +433
-613
lines changed Original file line number Diff line number Diff line change 1
- # Curso Rápido de Python
1
+ # Curso de backend con Python
2
+
3
+ Curso rápido de aplicaciones web con [ Python] ( https://python.org ) para [ Devhack] ( https://www.devhack.co/ ) .
4
+
5
+ En este repositorio encontrará:
6
+
7
+ - [ content] ( content ) : Todo el contenido del curso: presentaciones y artículos
8
+ - [ ejercicios] ( ejercicios ) : Código en Python correspondiente a cada clase
9
+ - [ output] ( output ) : Una versión compilada de la página del curso
10
+ - [ project] ( project ) : Referencias a repositorios con código de los proyectos realizados en este curso
11
+ - [ themes] ( themes ) : Tema de Pelican para construir el sitio estático
2
12
3
13
Este sitio fue construido usando [ Pelican] ( https://blog.getpelican.com/ )
4
14
Original file line number Diff line number Diff line change 80
80
var slideshow = remark . create ( ) ;
81
81
</ script >
82
82
83
- < li > < a href ="/pages/block-title-base-endblock.html "> {% block title %}base{% endblock %}</ a > </ li >
84
- < li > < a href ="/pages/bases-de-datos-con-docker.html ">
85
- Bases de Datos con Docker
86
- </ a > </ li >
87
- < li > < a href ="/pages/estructura-proyecto-flask.html ">
88
- Estructura Proyecto Flask
89
- </ a > </ li >
90
- < li > < a href ="/pages/introduccion-a-python.html ">
91
- Introducción a python
92
- </ a > </ li >
93
- < li > < a href ="/pages/sintaxis.html ">
94
- Sintaxis
95
- </ a > </ li >
96
- < li > < a href ="/pages/tipo-none.html ">
97
- Tipo None
98
- </ a > </ li >
99
- < li > < a href ="/pages/tipos-numericos.html ">
100
- Tipos Numéricos
101
- </ a > </ li >
102
- < li > < a href ="/pages/tipo-secuenciales.html ">
103
- Tipo Secuenciales
104
- </ a > </ li >
105
- < li > < a href ="/pages/tipos-y-objetos.html ">
106
- Tipos y Objetos
107
- </ a > </ li >
83
+
108
84
< footer id ="contentinfo " class ="body ">
109
85
< address id ="about " class ="vcard body ">
110
86
Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > ,
Original file line number Diff line number Diff line change 81
81
var slideshow = remark . create ( ) ;
82
82
</ script >
83
83
84
- < li > < a href ="/pages/block-title-base-endblock.html "> {% block title %}base{% endblock %}</ a > </ li >
85
- < li > < a href ="/pages/bases-de-datos-con-docker.html ">
86
- Bases de Datos con Docker
87
- </ a > </ li >
88
- < li > < a href ="/pages/estructura-proyecto-flask.html ">
89
- Estructura Proyecto Flask
90
- </ a > </ li >
91
- < li > < a href ="/pages/introduccion-a-python.html ">
92
- Introducción a python
93
- </ a > </ li >
94
- < li > < a href ="/pages/sintaxis.html ">
95
- Sintaxis
96
- </ a > </ li >
97
- < li > < a href ="/pages/tipo-none.html ">
98
- Tipo None
99
- </ a > </ li >
100
- < li > < a href ="/pages/tipos-numericos.html ">
101
- Tipos Numéricos
102
- </ a > </ li >
103
- < li > < a href ="/pages/tipo-secuenciales.html ">
104
- Tipo Secuenciales
105
- </ a > </ li >
106
- < li > < a href ="/pages/tipos-y-objetos.html ">
107
- Tipos y Objetos
108
- </ a > </ li >
84
+
109
85
< footer id ="contentinfo " class ="body ">
110
86
< address id ="about " class ="vcard body ">
111
87
Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > ,
Original file line number Diff line number Diff line change 71
71
var slideshow = remark . create ( ) ;
72
72
</ script >
73
73
74
- < li > < a href ="/pages/block-title-base-endblock.html "> {% block title %}base{% endblock %}</ a > </ li >
75
- < li > < a href ="/pages/bases-de-datos-con-docker.html ">
76
- Bases de Datos con Docker
77
- </ a > </ li >
78
- < li > < a href ="/pages/estructura-proyecto-flask.html ">
79
- Estructura Proyecto Flask
80
- </ a > </ li >
81
- < li > < a href ="/pages/introduccion-a-python.html ">
82
- Introducción a python
83
- </ a > </ li >
84
- < li > < a href ="/pages/sintaxis.html ">
85
- Sintaxis
86
- </ a > </ li >
87
- < li > < a href ="/pages/tipo-none.html ">
88
- Tipo None
89
- </ a > </ li >
90
- < li > < a href ="/pages/tipos-numericos.html ">
91
- Tipos Numéricos
92
- </ a > </ li >
93
- < li > < a href ="/pages/tipo-secuenciales.html ">
94
- Tipo Secuenciales
95
- </ a > </ li >
96
- < li > < a href ="/pages/tipos-y-objetos.html ">
97
- Tipos y Objetos
98
- </ a > </ li >
74
+
99
75
< footer id ="contentinfo " class ="body ">
100
76
< address id ="about " class ="vcard body ">
101
77
Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > ,
Original file line number Diff line number Diff line change 76
76
var slideshow = remark . create ( ) ;
77
77
</ script >
78
78
79
- < li > < a href ="/pages/block-title-base-endblock.html "> {% block title %}base{% endblock %}</ a > </ li >
80
- < li > < a href ="/pages/bases-de-datos-con-docker.html ">
81
- Bases de Datos con Docker
82
- </ a > </ li >
83
- < li > < a href ="/pages/estructura-proyecto-flask.html ">
84
- Estructura Proyecto Flask
85
- </ a > </ li >
86
- < li > < a href ="/pages/introduccion-a-python.html ">
87
- Introducción a python
88
- </ a > </ li >
89
- < li > < a href ="/pages/sintaxis.html ">
90
- Sintaxis
91
- </ a > </ li >
92
- < li > < a href ="/pages/tipo-none.html ">
93
- Tipo None
94
- </ a > </ li >
95
- < li > < a href ="/pages/tipos-numericos.html ">
96
- Tipos Numéricos
97
- </ a > </ li >
98
- < li > < a href ="/pages/tipo-secuenciales.html ">
99
- Tipo Secuenciales
100
- </ a > </ li >
101
- < li > < a href ="/pages/tipos-y-objetos.html ">
102
- Tipos y Objetos
103
- </ a > </ li >
79
+
104
80
< footer id ="contentinfo " class ="body ">
105
81
< address id ="about " class ="vcard body ">
106
82
Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > ,
Original file line number Diff line number Diff line change 83
83
var slideshow = remark . create ( ) ;
84
84
</ script >
85
85
86
- < li > < a href ="/pages/block-title-base-endblock.html "> {% block title %}base{% endblock %}</ a > </ li >
87
- < li > < a href ="/pages/bases-de-datos-con-docker.html ">
88
- Bases de Datos con Docker
89
- </ a > </ li >
90
- < li > < a href ="/pages/estructura-proyecto-flask.html ">
91
- Estructura Proyecto Flask
92
- </ a > </ li >
93
- < li > < a href ="/pages/introduccion-a-python.html ">
94
- Introducción a python
95
- </ a > </ li >
96
- < li > < a href ="/pages/sintaxis.html ">
97
- Sintaxis
98
- </ a > </ li >
99
- < li > < a href ="/pages/tipo-none.html ">
100
- Tipo None
101
- </ a > </ li >
102
- < li > < a href ="/pages/tipos-numericos.html ">
103
- Tipos Numéricos
104
- </ a > </ li >
105
- < li > < a href ="/pages/tipo-secuenciales.html ">
106
- Tipo Secuenciales
107
- </ a > </ li >
108
- < li > < a href ="/pages/tipos-y-objetos.html ">
109
- Tipos y Objetos
110
- </ a > </ li >
86
+
111
87
< footer id ="contentinfo " class ="body ">
112
88
< address id ="about " class ="vcard body ">
113
89
Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > ,
Original file line number Diff line number Diff line change 77
77
var slideshow = remark . create ( ) ;
78
78
</ script >
79
79
80
- < li > < a href ="/pages/block-title-base-endblock.html "> {% block title %}base{% endblock %}</ a > </ li >
81
- < li > < a href ="/pages/bases-de-datos-con-docker.html ">
82
- Bases de Datos con Docker
83
- </ a > </ li >
84
- < li > < a href ="/pages/estructura-proyecto-flask.html ">
85
- Estructura Proyecto Flask
86
- </ a > </ li >
87
- < li > < a href ="/pages/introduccion-a-python.html ">
88
- Introducción a python
89
- </ a > </ li >
90
- < li > < a href ="/pages/sintaxis.html ">
91
- Sintaxis
92
- </ a > </ li >
93
- < li > < a href ="/pages/tipo-none.html ">
94
- Tipo None
95
- </ a > </ li >
96
- < li > < a href ="/pages/tipos-numericos.html ">
97
- Tipos Numéricos
98
- </ a > </ li >
99
- < li > < a href ="/pages/tipo-secuenciales.html ">
100
- Tipo Secuenciales
101
- </ a > </ li >
102
- < li > < a href ="/pages/tipos-y-objetos.html ">
103
- Tipos y Objetos
104
- </ a > </ li >
80
+
105
81
< footer id ="contentinfo " class ="body ">
106
82
< address id ="about " class ="vcard body ">
107
83
Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > ,
Original file line number Diff line number Diff line change 34
34
var slideshow = remark . create ( ) ;
35
35
</ script >
36
36
37
- < li > < a href ="/pages/block-title-base-endblock.html "> {% block title %}base{% endblock %}</ a > </ li >
38
- < li > < a href ="/pages/bases-de-datos-con-docker.html ">
39
- Bases de Datos con Docker
40
- </ a > </ li >
41
- < li > < a href ="/pages/estructura-proyecto-flask.html ">
42
- Estructura Proyecto Flask
43
- </ a > </ li >
44
- < li > < a href ="/pages/introduccion-a-python.html ">
45
- Introducción a python
46
- </ a > </ li >
47
- < li > < a href ="/pages/sintaxis.html ">
48
- Sintaxis
49
- </ a > </ li >
50
- < li > < a href ="/pages/tipo-none.html ">
51
- Tipo None
52
- </ a > </ li >
53
- < li > < a href ="/pages/tipos-numericos.html ">
54
- Tipos Numéricos
55
- </ a > </ li >
56
- < li > < a href ="/pages/tipo-secuenciales.html ">
57
- Tipo Secuenciales
58
- </ a > </ li >
59
- < li > < a href ="/pages/tipos-y-objetos.html ">
60
- Tipos y Objetos
61
- </ a > </ li >
37
+
62
38
< footer id ="contentinfo " class ="body ">
63
39
< address id ="about " class ="vcard body ">
64
40
Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > ,
Original file line number Diff line number Diff line change 49
49
var slideshow = remark . create ( ) ;
50
50
</ script >
51
51
52
- < li > < a href ="/pages/block-title-base-endblock.html "> {% block title %}base{% endblock %}</ a > </ li >
53
- < li > < a href ="/pages/bases-de-datos-con-docker.html ">
54
- Bases de Datos con Docker
55
- </ a > </ li >
56
- < li > < a href ="/pages/estructura-proyecto-flask.html ">
57
- Estructura Proyecto Flask
58
- </ a > </ li >
59
- < li > < a href ="/pages/introduccion-a-python.html ">
60
- Introducción a python
61
- </ a > </ li >
62
- < li > < a href ="/pages/sintaxis.html ">
63
- Sintaxis
64
- </ a > </ li >
65
- < li > < a href ="/pages/tipo-none.html ">
66
- Tipo None
67
- </ a > </ li >
68
- < li > < a href ="/pages/tipos-numericos.html ">
69
- Tipos Numéricos
70
- </ a > </ li >
71
- < li > < a href ="/pages/tipo-secuenciales.html ">
72
- Tipo Secuenciales
73
- </ a > </ li >
74
- < li > < a href ="/pages/tipos-y-objetos.html ">
75
- Tipos y Objetos
76
- </ a > </ li >
52
+
77
53
< footer id ="contentinfo " class ="body ">
78
54
< address id ="about " class ="vcard body ">
79
55
Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > ,
Original file line number Diff line number Diff line change 119
119
var slideshow = remark . create ( ) ;
120
120
</ script >
121
121
122
- < li > < a href ="/pages/block-title-base-endblock.html "> {% block title %}base{% endblock %}</ a > </ li >
123
- < li > < a href ="/pages/bases-de-datos-con-docker.html ">
124
- Bases de Datos con Docker
125
- </ a > </ li >
126
- < li > < a href ="/pages/estructura-proyecto-flask.html ">
127
- Estructura Proyecto Flask
128
- </ a > </ li >
129
- < li > < a href ="/pages/introduccion-a-python.html ">
130
- Introducción a python
131
- </ a > </ li >
132
- < li > < a href ="/pages/sintaxis.html ">
133
- Sintaxis
134
- </ a > </ li >
135
- < li > < a href ="/pages/tipo-none.html ">
136
- Tipo None
137
- </ a > </ li >
138
- < li > < a href ="/pages/tipos-numericos.html ">
139
- Tipos Numéricos
140
- </ a > </ li >
141
- < li > < a href ="/pages/tipo-secuenciales.html ">
142
- Tipo Secuenciales
143
- </ a > </ li >
144
- < li > < a href ="/pages/tipos-y-objetos.html ">
145
- Tipos y Objetos
146
- </ a > </ li >
122
+
147
123
< footer id ="contentinfo " class ="body ">
148
124
< address id ="about " class ="vcard body ">
149
125
Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > ,
Original file line number Diff line number Diff line change 66
66
var slideshow = remark . create ( ) ;
67
67
</ script >
68
68
69
- < li > < a href ="/pages/block-title-base-endblock.html "> {% block title %}base{% endblock %}</ a > </ li >
70
- < li > < a href ="/pages/bases-de-datos-con-docker.html ">
71
- Bases de Datos con Docker
72
- </ a > </ li >
73
- < li > < a href ="/pages/estructura-proyecto-flask.html ">
74
- Estructura Proyecto Flask
75
- </ a > </ li >
76
- < li > < a href ="/pages/introduccion-a-python.html ">
77
- Introducción a python
78
- </ a > </ li >
79
- < li > < a href ="/pages/sintaxis.html ">
80
- Sintaxis
81
- </ a > </ li >
82
- < li > < a href ="/pages/tipo-none.html ">
83
- Tipo None
84
- </ a > </ li >
85
- < li > < a href ="/pages/tipos-numericos.html ">
86
- Tipos Numéricos
87
- </ a > </ li >
88
- < li > < a href ="/pages/tipo-secuenciales.html ">
89
- Tipo Secuenciales
90
- </ a > </ li >
91
- < li > < a href ="/pages/tipos-y-objetos.html ">
92
- Tipos y Objetos
93
- </ a > </ li >
69
+
94
70
< footer id ="contentinfo " class ="body ">
95
71
< address id ="about " class ="vcard body ">
96
72
Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > ,
Original file line number Diff line number Diff line change 68
68
var slideshow = remark . create ( ) ;
69
69
</ script >
70
70
71
- < li > < a href ="/pages/block-title-base-endblock.html "> {% block title %}base{% endblock %}</ a > </ li >
72
- < li > < a href ="/pages/bases-de-datos-con-docker.html ">
73
- Bases de Datos con Docker
74
- </ a > </ li >
75
- < li > < a href ="/pages/estructura-proyecto-flask.html ">
76
- Estructura Proyecto Flask
77
- </ a > </ li >
78
- < li > < a href ="/pages/introduccion-a-python.html ">
79
- Introducción a python
80
- </ a > </ li >
81
- < li > < a href ="/pages/sintaxis.html ">
82
- Sintaxis
83
- </ a > </ li >
84
- < li > < a href ="/pages/tipo-none.html ">
85
- Tipo None
86
- </ a > </ li >
87
- < li > < a href ="/pages/tipos-numericos.html ">
88
- Tipos Numéricos
89
- </ a > </ li >
90
- < li > < a href ="/pages/tipo-secuenciales.html ">
91
- Tipo Secuenciales
92
- </ a > </ li >
93
- < li > < a href ="/pages/tipos-y-objetos.html ">
94
- Tipos y Objetos
95
- </ a > </ li >
71
+
96
72
< footer id ="contentinfo " class ="body ">
97
73
< address id ="about " class ="vcard body ">
98
74
Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > ,
You can’t perform that action at this time.
0 commit comments