{"id":21180891,"url":"https://github.com/hugolebredo/fi_python_tutorial","last_synced_at":"2025-07-10T00:30:55.658Z","repository":{"id":61857993,"uuid":"414714148","full_name":"HugoLebredo/FI_PYTHON_TUTORIAL","owner":"HugoLebredo","description":"Repositorio con notebooks para aprender python 🐍 👨‍💻","archived":false,"fork":false,"pushed_at":"2022-12-10T18:42:23.000Z","size":6832,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-08-11T05:47:38.786Z","etag":null,"topics":["loops","python","syntax","tutorial-code","tutorial-exercises"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HugoLebredo.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-07T18:25:39.000Z","updated_at":"2023-08-07T19:10:18.000Z","dependencies_parsed_at":"2023-01-26T10:02:12.568Z","dependency_job_id":null,"html_url":"https://github.com/HugoLebredo/FI_PYTHON_TUTORIAL","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoLebredo%2FFI_PYTHON_TUTORIAL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoLebredo%2FFI_PYTHON_TUTORIAL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoLebredo%2FFI_PYTHON_TUTORIAL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoLebredo%2FFI_PYTHON_TUTORIAL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HugoLebredo","download_url":"https://codeload.github.com/HugoLebredo/FI_PYTHON_TUTORIAL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225606215,"owners_count":17495542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["loops","python","syntax","tutorial-code","tutorial-exercises"],"created_at":"2024-11-20T17:46:32.850Z","updated_at":"2024-11-20T17:46:33.740Z","avatar_url":"https://github.com/HugoLebredo.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fundamentos de programación con Python\n\n\u003ctable class=\"table\"\u003e\n    \u003cthead\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\n                \u003cimg src=\"./images/giphy.gif\" width=\"200\" height=\"200\"\u003e\n            \u003c/td\u003e\n            \u003ctd\u003e\n                \u003ch1\u003ePython\u003c/h1\u003e\n                \u003ch2\u003eIniciación práctica a la programación\u003c/h2\u003e\n            \u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/thead\u003e\n\u003c/table\u003e\n\n# Teoría\n[Manual con ejemplos](./teoria/tutorial.ipynb)\n[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/HugoLebredo/FI_PYTHON_TUTORIAL/blob/main/teoria/tutorial.ipynb)\n## Ejercicios\n* [Variables](./ejercicios/FI_practica1.ipynb)\n[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/HugoLebredo/FI_PYTHON_TUTORIAL/blob/main/ejercicios/FI_practica1.ipynb)\n* [Entrada/Salida por consola](./ejercicios/FI_practica2.ipynb)\n[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/HugoLebredo/FI_PYTHON_TUTORIAL/blob/main/ejercicios/FI_practica2.ipynb)\n* [Condiciones](./ejercicios/FI_practica3.ipynb)\n[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/HugoLebredo/FI_PYTHON_TUTORIAL/blob/main/ejercicios/FI_practica3.ipynb)\n* [Bucle While](./ejercicios/FI_practica4.ipynb)\n[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/HugoLebredo/FI_PYTHON_TUTORIAL/blob/main/ejercicios/FI_practica4.ipynb)\n* [Bucle For](./ejercicios/FI_practica5.ipynb)\n[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/HugoLebredo/FI_PYTHON_TUTORIAL/blob/main/ejercicios/FI_practica5.ipynb)\n* [Bucle While \u0026 For](./ejercicios/FI_practica6.ipynb)\n[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/HugoLebredo/FI_PYTHON_TUTORIAL/blob/main/ejercicios/FI_practica6.ipynb)\n* [Funciones I](./ejercicios/FI_practica7.ipynb)\n[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/HugoLebredo/FI_PYTHON_TUTORIAL/blob/main/ejercicios/FI_practica7.ipynb)\n* [Funciones II](./ejercicios/FI_practica8.ipynb)\n[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/HugoLebredo/FI_PYTHON_TUTORIAL/blob/main/ejercicios/FI_practica8.ipynb)\n* [Listas I](./ejercicios/FI_practica9.ipynb)\n[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/HugoLebredo/FI_PYTHON_TUTORIAL/blob/main/ejercicios/FI_practica9.ipynb)\n* [Listas II](./ejercicios/FI_practica10.ipynb)\n[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/HugoLebredo/FI_PYTHON_TUTORIAL/blob/main/ejercicios/FI_practica10.ipynb)\n## Parciales\n* [Parcial I](./ejercicios/FI_parcial_1.ipynb)\n[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/HugoLebredo/FI_PYTHON_TUTORIAL/blob/main/ejercicios/FI_parcial_1.ipynb)\n* [Parcial II](./ejercicios/FI_parcial_2.ipynb)\n[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/HugoLebredo/FI_PYTHON_TUTORIAL/blob/main/ejercicios/FI_parcial_2.ipynb)\n\n## Enlaces de interés\n### Apuntes 📔\n* [Python Cheatsheet](https://www.pythoncheatsheet.org/) Sitio web con muchos ejemplos básicos sobre la sintaxis básica de Python. Un buen sitio para obtener información para principiantes.\n* [Guia básica de fundamentos](https://static.realpython.com/python_cheat_sheet_v1.pdf) 12 pags con todos los fundamentos, muy básica. Buen sitio por donde empezar.\n* [Guia de aprendizaje rápido](https://websitesetup.org/wp-content/uploads/2021/04/Python-cheat-sheet-April-2021.pdf)\n* [Guia básica](https://programmingwithmosh.com/wp-content/uploads/2019/02/Python-Cheat-Sheet.pdf) Pequeña guía de Mosh Hamedani un ingeniero de software que tiene el canal de youtube [Programming with Mosh](https://www.youtube.com/user/programmingwithmosh) con casi 3M de suscriptores dedicado a enseñar programación.\n* [Diapositivas muy chulas](https://programmingwithmosh.com/wp-content/uploads/2018/11/Python-3-Cheat-Sheet-v3.pdf) También contenido de Mosh Hamedani. Personalmente me gustan mucho 👌\n* [Explicación sobre los diferentes operadores](https://realpython.com/python-operators-expressions/) Un buen articulo donde explica todos los operadores existetes en Pyhton con ejemplos. Buen post para buscar dudas.\n* [Chuleta](https://cheatography.com/davechild/cheat-sheets/python/) 2 paginas con toda la sintaxis necesaria para empezar a programar.\n* [Comprehensive Python Cheatsheet](https://github.com/gto76/python-cheatsheet) Con más de  30m ⭐️ en github esta guia proporciona una documentación muy profunda a par que clara y accesible para quien quiera entender lo básico e ir más allá en el conocimiento de python.\n### Youtube 📺\n* [Curso Python - youtube](https://www.youtube.com/playlist?list=PLU8oAlHdN5BlvPxziopYZRd55pdqFwkeS). Un curso online, está dividido en muchos videos pero son muy concretos y claros.\n* [Programming with Mosh](https://www.youtube.com/user/programmingwithmosh) Canal con listas de reproducción sobre Python muy trabajados y entretenidos.\n### Ejercicios 🏋️‍♂️\n* [Aprendiendo con Alf](https://aprendeconalf.es/docencia/python/). Gran sitio web con multitud de ejercicios y soluciones de todos los niveles, además se puede modificar el código de las soluciones.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugolebredo%2Ffi_python_tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugolebredo%2Ffi_python_tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugolebredo%2Ffi_python_tutorial/lists"}