Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ok #37

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

ok #37

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
769 changes: 769 additions & 0 deletions Archivos_clases_en_vivo/Prep_Course_Homework_05.ipynb

Large diffs are not rendered by default.

552 changes: 552 additions & 0 deletions Archivos_clases_en_vivo/Prep_Course_Homework_06.ipynb

Large diffs are not rendered by default.

461 changes: 461 additions & 0 deletions Archivos_clases_en_vivo/Prep_Course_Homework_07.ipynb

Large diffs are not rendered by default.

Empty file.
1,230 changes: 1,230 additions & 0 deletions Archivos_clases_en_vivo/clase_en_vivo. estructura de datos.ipynb

Large diffs are not rendered by default.

439 changes: 439 additions & 0 deletions Archivos_clases_en_vivo/clase_en_vivo.ipynb

Large diffs are not rendered by default.

660 changes: 660 additions & 0 deletions Archivos_clases_en_vivo/clase_en_vivo_funciones.ipynb

Large diffs are not rendered by default.

43 changes: 4 additions & 39 deletions M02_introprogramación/Practica.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,45 +12,10 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hola Mundo!\n",
"20\n",
"19\n",
"18\n",
"17\n",
"16\n",
"15\n",
"14\n",
"13\n",
"12\n",
"11\n",
"10\n",
"9\n",
"8\n",
"7\n",
"6\n",
"5\n",
"4\n",
"3\n",
"2\n",
"1\n"
]
}
],
"source": [
"print('Hola Mundo!')\n",
"a = 20\n",
"while a > 0:\n",
" \n",
" print(a)\n",
" a -= 1"
]
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -69,7 +34,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
"version": "3.12.0"
},
"orig_nbformat": 4
},
Expand Down
21 changes: 16 additions & 5 deletions M03_variablesydatos/Prep_Course_Homework_03.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,21 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"5\n"
]
}
],
"source": [
"enteros= 5\n",
"print(enteros)"
]
},
{
"attachments": {},
Expand Down Expand Up @@ -418,7 +429,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down
Loading