Skip to content
Open
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
18,540 changes: 18,540 additions & 0 deletions Proyect 2/Fifa 23 Players Data.csv

Large diffs are not rendered by default.

4,018 changes: 4,018 additions & 0 deletions Proyect 2/Proyect 2 - FIFA.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lab-intro-pandas
Submodule lab-intro-pandas added at 1f5ab1
1 change: 1 addition & 0 deletions lab-list
Submodule lab-list added at 36ae6a
1 change: 1 addition & 0 deletions lab-string-operations
Submodule lab-string-operations added at fd274c
1 change: 1 addition & 0 deletions lab-tuple-set-dict
Submodule lab-tuple-set-dict added at 2a5ba7
1 change: 1 addition & 0 deletions python-project
Submodule python-project added at fc358c
65 changes: 65 additions & 0 deletions your-code/.ipynb_checkpoints/main-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "RR2Qt9g2xlcN"
},
"source": [
"# Git Lab"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### 1. Change the following function to print \"Hello world, from < yourname >\""
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"id": "Q-7_OfPG38WX"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hellow world, how are you? I hope everything is fine\n"
]
}
],
"source": [
"print(\"Hellow world, how are you? I hope everything is fine\")"
]
}
],
"metadata": {
"colab": {
"collapsed_sections": [],
"name": "strings.ipynb",
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 1
}
18 changes: 13 additions & 5 deletions your-code/main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,21 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 6,
"metadata": {
"id": "Q-7_OfPG38WX"
},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hellow world, how are you? I hope everything is fine\n"
]
}
],
"source": [
"print(\"Hellow world\")"
"print(\"Hellow world, how are you? I hope everything is fine\")"
]
}
],
Expand All @@ -35,7 +43,7 @@
"provenance": []
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -49,7 +57,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.11"
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down