{"id":24702334,"url":"https://github.com/misaelnieto/curso_python_itm_2025","last_synced_at":"2026-04-13T16:35:28.568Z","repository":{"id":270921616,"uuid":"904490762","full_name":"misaelnieto/curso_python_itm_2025","owner":"misaelnieto","description":"Creacion de aplicaciones web con Python y Flask","archived":false,"fork":false,"pushed_at":"2025-01-23T20:57:38.000Z","size":72977,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-22T04:26:29.454Z","etag":null,"topics":["course","flask","python"],"latest_commit_sha":null,"homepage":"https://misaelnieto.github.io/curso_python_itm_2025/","language":"Jupyter Notebook","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/misaelnieto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["misaelnieto"]}},"created_at":"2024-12-17T02:00:08.000Z","updated_at":"2025-01-30T16:19:50.000Z","dependencies_parsed_at":"2025-01-20T17:46:55.907Z","dependency_job_id":null,"html_url":"https://github.com/misaelnieto/curso_python_itm_2025","commit_stats":null,"previous_names":["misaelnieto/curso_python_itm_2025"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/misaelnieto/curso_python_itm_2025","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misaelnieto%2Fcurso_python_itm_2025","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misaelnieto%2Fcurso_python_itm_2025/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misaelnieto%2Fcurso_python_itm_2025/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misaelnieto%2Fcurso_python_itm_2025/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/misaelnieto","download_url":"https://codeload.github.com/misaelnieto/curso_python_itm_2025/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misaelnieto%2Fcurso_python_itm_2025/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31761985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["course","flask","python"],"created_at":"2025-01-27T05:40:20.211Z","updated_at":"2026-04-13T16:35:28.548Z","avatar_url":"https://github.com/misaelnieto.png","language":"Jupyter Notebook","funding_links":["https://github.com/sponsors/misaelnieto"],"categories":[],"sub_categories":[],"readme":"---\ntitle: Aplicaciones web con Python\ndescription: Curso de introduccion a Python con aplicaciones web\nauthor: Noe Nieto\ntheme: curso-python\n---\n\n\u003cdiv class=\"columnas\"\u003e\n\n\u003cdiv class=\"col\"\u003e\n\n# Aplicaciones web con Python\n\n## Enero 2025\n\nInstituto Tecnológico de Mexicali\n\n# Lista de Diapositivas\n\n\n- [001-Bienvenida](https://misaelnieto.github.io/curso_python_itm_2025/001-Bienvenida.html)\n- [002-Mapa de python](https://misaelnieto.github.io/curso_python_itm_2025/002-Mapa-de-python.html)\n- [101-Entorno de desarrollo](https://misaelnieto.github.io/curso_python_itm_2025/101-Entorno-de-desarrollo.html)\n- [102-El intérprete](https://misaelnieto.github.io/curso_python_itm_2025/102-El-interprete.html)\n- [103-Sintaxis básica](https://misaelnieto.github.io/curso_python_itm_2025/103-Sintaxis-basica.html)\n  - [Ejercicios de google colab](https://colab.research.google.com/github/misaelnieto/curso_python_itm_2025/blob/main/practicas/Sintaxis_basica_de_Python.ipynb)\n- [104-Tipos de datos numéricos](https://misaelnieto.github.io/curso_python_itm_2025/104-Tipos-de-datos-numericos.html)\n  - [Ejercicios de google colab](https://colab.research.google.com/github/misaelnieto/curso_python_itm_2025/blob/main/practicas/Tipos_de_datos_numericos.ipynb)\n- [105-Manipulación de texto](https://misaelnieto.github.io/curso_python_itm_2025/105-Manipulación-de-texto.html)\n  - [Ejercicios de google colab](https://colab.research.google.com/github/misaelnieto/curso_python_itm_2025/blob/main/practicas/manipulacion_de_texto.ipynb)\n- [106-Estructuras de datos: secuencias](https://misaelnieto.github.io/curso_python_itm_2025/106-Estructuras-de-datos-secuencias.html)\n  -  [Ejercicios de google colab](https://colab.research.google.com/github/misaelnieto/curso_python_itm_2025/blob/main/practicas/Estructuras-de-datos-secuencias.ipynb)\n- [107-Estructuras de datos: colecciones](https://misaelnieto.github.io/curso_python_itm_2025/107-Estructuras-de-datos-colecciones.html)\n  - [Ejercicios de google colab](https://colab.research.google.com/github/misaelnieto/curso_python_itm_2025/blob/main/practicas/Estructuras-de-datos-colecciones.ipynb)\n- [108-Operaciones y operadores](https://misaelnieto.github.io/curso_python_itm_2025/108-Operaciones-y-operadores.html)\n- [201-Control de flujo](https://misaelnieto.github.io/curso_python_itm_2025/201-Control-de-flujo.html)\n- [202-Funciones](https://misaelnieto.github.io/curso_python_itm_2025/202-Funciones.html)\n- [203-Objetos](https://misaelnieto.github.io/curso_python_itm_2025/203-Objetos.html)\n- [204-Paquetes y módulos](https://misaelnieto.github.io/curso_python_itm_2025/204-Paquetes-modulos.html)\n- [205-Entornos virtuales](https://misaelnieto.github.io/curso_python_itm_2025/205-Entornos-virtuales.html)\n- [301-Flask](https://misaelnieto.github.io/curso_python_itm_2025/301-Flask.html)\n- [302-REST](https://misaelnieto.github.io/curso_python_itm_2025/302-REST.html)\n- [303-Deploy](https://misaelnieto.github.io/curso_python_itm_2025/303-Deploy.html)\n- [900-El Zen de python](https://misaelnieto.github.io/curso_python_itm_2025/900-Zen.html)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisaelnieto%2Fcurso_python_itm_2025","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisaelnieto%2Fcurso_python_itm_2025","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisaelnieto%2Fcurso_python_itm_2025/lists"}