Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tap1012
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mario Chirinos Colunga
tap1012
Commits
3f637aed
Commit
3f637aed
authored
Feb 16, 2019
by
Carlos David García Hernández
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3. OOP
parent
1f1271b4
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6264 additions
and
123 deletions
+6264
-123
03-POO-checkpoint.ipynb
.ipynb_checkpoints/03-POO-checkpoint.ipynb
+176
-14
04-Test1-checkpoint.ipynb
.ipynb_checkpoints/04-Test1-checkpoint.ipynb
+1602
-42
05-NumPy&Pandas-checkpoint.ipynb
.ipynb_checkpoints/05-NumPy&Pandas-checkpoint.ipynb
+1352
-4
02-Comprehension&Documentation.ipynb
02-Comprehension&Documentation.ipynb
+4
-3
03-POO.ipynb
03-POO.ipynb
+176
-14
04-Test1.ipynb
04-Test1.ipynb
+1602
-42
05-NumPy&Pandas.ipynb
05-NumPy&Pandas.ipynb
+1352
-4
No files found.
.ipynb_checkpoints/03-POO-checkpoint.ipynb
View file @
3f637aed
This diff is collapsed.
Click to expand it.
.ipynb_checkpoints/04-Test1-checkpoint.ipynb
View file @
3f637aed
This diff is collapsed.
Click to expand it.
.ipynb_checkpoints/05-NumPy&Pandas-checkpoint.ipynb
View file @
3f637aed
This diff is collapsed.
Click to expand it.
02-Comprehension&Documentation.ipynb
View file @
3f637aed
...
@@ -1431,7 +1431,7 @@
...
@@ -1431,7 +1431,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count": 3
7
,
"execution_count": 3
8
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -1450,7 +1450,7 @@
...
@@ -1450,7 +1450,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count": 3
1
,
"execution_count": 3
9
,
"metadata": {
"metadata": {
"scrolled": true
"scrolled": true
},
},
...
@@ -1485,6 +1485,7 @@
...
@@ -1485,6 +1485,7 @@
"
<dl><dt><a
name=
\"-ejercicio4\"
><strong>
ejercicio4
</strong></a>
(minimo, maximo)
</dt><dd><tt>
Ejercicio
4:
Devuelve
una
lista
de
numeros
enteros
que
tienen
la
característica
de
ser
palíndromos
y
nones.
Recibe
como
parámetro
un
valor
único
mínimo
y
otro
máximo.
</tt></dd></dl>
\n",
"
<dl><dt><a
name=
\"-ejercicio4\"
><strong>
ejercicio4
</strong></a>
(minimo, maximo)
</dt><dd><tt>
Ejercicio
4:
Devuelve
una
lista
de
numeros
enteros
que
tienen
la
característica
de
ser
palíndromos
y
nones.
Recibe
como
parámetro
un
valor
único
mínimo
y
otro
máximo.
</tt></dd></dl>
\n",
"
<dl><dt><a
name=
\"-ejercicio5\"
><strong>
ejercicio5
</strong></a>
(intentos
<font
color=
\"#909090\"
>
=2
</font>
)
</dt><dd><tt>
Ejercicio
5:
Programa
que
simula
el
juego
del
\"Ahorcado\".
Tiene
interacción
con
el
usuario
(máximo
3)
con
ingresar
la
palabra
y
dos
posibles
soluciones
(perder)
o
ganar.
</tt></dd></dl>
\n",
"
<dl><dt><a
name=
\"-ejercicio5\"
><strong>
ejercicio5
</strong></a>
(intentos
<font
color=
\"#909090\"
>
=2
</font>
)
</dt><dd><tt>
Ejercicio
5:
Programa
que
simula
el
juego
del
\"Ahorcado\".
Tiene
interacción
con
el
usuario
(máximo
3)
con
ingresar
la
palabra
y
dos
posibles
soluciones
(perder)
o
ganar.
</tt></dd></dl>
\n",
"
<dl><dt><a
name=
\"-ejercicio6\"
><strong>
ejercicio6
</strong></a>
()
</dt><dd><tt>
Ejercicio
6:
Devuelve
el
conteo
de
número
de
palabras
de
un
texto
ingresado
por
el
usuario.
No
recibe
ningún
parámetro
ya
que
internamente
se
pide
el
texto
para
procesar.
</tt></dd></dl>
\n",
"
<dl><dt><a
name=
\"-ejercicio6\"
><strong>
ejercicio6
</strong></a>
()
</dt><dd><tt>
Ejercicio
6:
Devuelve
el
conteo
de
número
de
palabras
de
un
texto
ingresado
por
el
usuario.
No
recibe
ningún
parámetro
ya
que
internamente
se
pide
el
texto
para
procesar.
</tt></dd></dl>
\n",
"
<dl><dt><a
name=
\"-ejercicio8\"
><strong>
ejercicio8
</strong></a>
()
</dt><dd><tt>
Ejercicio
8:
Devuelve
cuadrados
mágicos
de
tamaño
definido
por
el
usuario.
No
recibe
ningún
parámetro
ya
que
internamente
se
pide
el
tamaño
de
la
matriz.
Ocupa
la
biblioteca
Numpy.
No
está
habilitado
para
matrices
pares.
</tt></dd></dl>
\n",
"
</td></tr></table>
\n",
"
</td></tr></table>
\n",
"
</body></html>
"
"
</body></html>
"
],
],
...
@@ -1492,7 +1493,7 @@
...
@@ -1492,7 +1493,7 @@
"
<IPython
.
core
.
display
.
HTML
object
>
"
"
<IPython
.
core
.
display
.
HTML
object
>
"
]
]
},
},
"execution_count": 3
1
,
"execution_count": 3
9
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
}
}
...
...
03-POO.ipynb
View file @
3f637aed
This diff is collapsed.
Click to expand it.
04-Test1.ipynb
View file @
3f637aed
This diff is collapsed.
Click to expand it.
05-NumPy&Pandas.ipynb
View file @
3f637aed
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment