From a45e674ae01c30810883e4a8aa69c40dec1fafa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezequiel=20Leonardo=20Casta=C3=B1o?= <14986783+ELC@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:25:53 -0300 Subject: [PATCH 1/2] Add video metadata for PyConES 2020 talks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added JSON files for various talks from PyConES 2020, including: - Taller PyLadies by Johanna Sánchez - Cierre taller PyLadies by Naomi Ceder - Taller PyLadies by Yamila Moreno - COVID19Gram: seguimiento de la evolución del coronavirus desde Telegram by Antònia Tugores, Biel Frontera Borrueco, and Jaume Perelló - EDA and NLP basics: Exploring the innards of the Spanish poetry by Andrea Morales and Miguel López Pérez - Hiring demystified by Mar Bartolomé - Interpretabilidad de Modelos de Machine Learning con Python by Antonio José Soto - Introducción a la programación Funcional en Python by Andros Fenollosa - Investigating Digital Crimes using Python by Gajendra Deshpande - Machine learning model serving with streamlit and FastAPI by Davide Fiocco - Python en el universo de las lentes gravitatorias by Ana Esteban Gutiérrez - Python Serverless Microservices by Nilo Menezes - Robots PCR Covidwarriors by Aitor Gastaminza et al. - sudo pip install = 💩, pipx = 👍 by Agustín Herranz Cecilia - Tipificación estática en Python 3.9 by Jordi Contestí - Una rebanada de Python by Naomi Ceder - Videojuegos con Python Arcade by Miguel Ángel Rico Blanco Each entry includes details such as description, duration, language, recorded date, related URLs, speakers, tags, thumbnail URL, title, and video links. --- pycon-es-2020/category.json | 3 ++ ...hine-learning-para-vagos-pycones-2020.json | 36 ++++++++++++++++ ...anchez-taller-pyladies-2-octubre-2020.json | 24 +++++++++++ ...cierre-taller-pyladies-2-octubre-2020.json | 24 +++++++++++ ...moreno-taller-pyladies-2-octubre-2020.json | 24 +++++++++++ ...ronavirus-desde-telegram-pycones-2020.json | 38 +++++++++++++++++ ...ds-of-the-spanish-poetry-pycones-2020.json | 41 +++++++++++++++++++ .../hiring-demystified-pycones-2020.json | 36 ++++++++++++++++ ...hine-learning-con-python-pycones-2020.json | 36 ++++++++++++++++ ...cion-funcional-en-python-pycones-2020.json | 36 ++++++++++++++++ ...ital-crimes-using-python-pycones-2020.json | 36 ++++++++++++++++ ...th-streamlit-and-fastapi-pycones-2020.json | 36 ++++++++++++++++ ...iar-el-efecto-microlente-pycones-2020.json | 36 ++++++++++++++++ ...oservices-pycones-2020-audio-mejorado.json | 36 ++++++++++++++++ ...robots-pcr-covidwarriors-pycones-2020.json | 40 ++++++++++++++++++ .../sudo-pip-install-pipx-pycones-2020.json | 40 ++++++++++++++++++ ...n-estatica-en-python-3-9-pycones-2020.json | 36 ++++++++++++++++ ...de-python-pycones-2020-audio-mejorado.json | 36 ++++++++++++++++ ...juegos-con-python-arcade-pycones-2020.json | 36 ++++++++++++++++ 19 files changed, 630 insertions(+) create mode 100644 pycon-es-2020/category.json create mode 100644 pycon-es-2020/videos/automl-machine-learning-para-vagos-pycones-2020.json create mode 100644 pycon-es-2020/videos/charla-johanna-sanchez-taller-pyladies-2-octubre-2020.json create mode 100644 pycon-es-2020/videos/charla-naomi-ceder-cierre-taller-pyladies-2-octubre-2020.json create mode 100644 pycon-es-2020/videos/charla-yamila-moreno-taller-pyladies-2-octubre-2020.json create mode 100644 pycon-es-2020/videos/covid19gram-seguimiento-de-la-evolucion-del-coronavirus-desde-telegram-pycones-2020.json create mode 100644 pycon-es-2020/videos/eda-and-nlp-basics-exploring-the-innards-of-the-spanish-poetry-pycones-2020.json create mode 100644 pycon-es-2020/videos/hiring-demystified-pycones-2020.json create mode 100644 pycon-es-2020/videos/interpretabilidad-de-modelos-de-machine-learning-con-python-pycones-2020.json create mode 100644 pycon-es-2020/videos/introduccion-a-la-programacion-funcional-en-python-pycones-2020.json create mode 100644 pycon-es-2020/videos/investigating-digital-crimes-using-python-pycones-2020.json create mode 100644 pycon-es-2020/videos/machine-learning-model-serving-with-streamlit-and-fastapi-pycones-2020.json create mode 100644 pycon-es-2020/videos/python-en-el-universo-de-las-lentes-gravitatorias-como-estudiar-el-efecto-microlente-pycones-2020.json create mode 100644 pycon-es-2020/videos/python-serverless-microservices-pycones-2020-audio-mejorado.json create mode 100644 pycon-es-2020/videos/robots-pcr-covidwarriors-pycones-2020.json create mode 100644 pycon-es-2020/videos/sudo-pip-install-pipx-pycones-2020.json create mode 100644 pycon-es-2020/videos/tipificacion-estatica-en-python-3-9-pycones-2020.json create mode 100644 pycon-es-2020/videos/una-rebanada-de-python-pycones-2020-audio-mejorado.json create mode 100644 pycon-es-2020/videos/videojuegos-con-python-arcade-pycones-2020.json diff --git a/pycon-es-2020/category.json b/pycon-es-2020/category.json new file mode 100644 index 000000000..6d03351d9 --- /dev/null +++ b/pycon-es-2020/category.json @@ -0,0 +1,3 @@ +{ + "title": "PyCon ES 2020" +} diff --git a/pycon-es-2020/videos/automl-machine-learning-para-vagos-pycones-2020.json b/pycon-es-2020/videos/automl-machine-learning-para-vagos-pycones-2020.json new file mode 100644 index 000000000..4ed6a21b8 --- /dev/null +++ b/pycon-es-2020/videos/automl-machine-learning-para-vagos-pycones-2020.json @@ -0,0 +1,36 @@ +{ + "description": "Manuel Garrido nos presenta \"AutoML (Machine Learning para Vagos)\"\n\nPara las preguntas relacionadas con la charla a los propios autores, por favor, utiliza el siguiente foro:\nhttps://comunidad.es.python.org/t/automl-machine-learning-para-vagos/373\n\nResumen:\nEn esta charla vamos a hacer una introduccion a un aspecto del proceso de Data Science que esta experimentando un crecimiento muy rápido en los ultimos años, AutoML, que consiste en el conjunto de aplicaciones que nos ayudan a automatizar las partes más tediosas del desarrollo de modelos predictivos, como seleccion de modelos u optimization de hiperparametros.\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 1060, + "language": "spa", + "recorded": "2020-10-03", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://comunidad.es.python.org/t/automl-machine-learning-para-vagos/373", + "url": "https://comunidad.es.python.org/t/automl-machine-learning-para-vagos/373" + } + ], + "speakers": [ + "Manuel Garrido" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/1gLM-cM_XJ8/maxresdefault.jpg", + "title": "AutoML (Machine Learning para Vagos) - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=1gLM-cM_XJ8" + } + ] +} \ No newline at end of file diff --git a/pycon-es-2020/videos/charla-johanna-sanchez-taller-pyladies-2-octubre-2020.json b/pycon-es-2020/videos/charla-johanna-sanchez-taller-pyladies-2-octubre-2020.json new file mode 100644 index 000000000..742de5924 --- /dev/null +++ b/pycon-es-2020/videos/charla-johanna-sanchez-taller-pyladies-2-octubre-2020.json @@ -0,0 +1,24 @@ +{ + "description": "", + "duration": 807, + "language": "spa", + "recorded": "2020-10-02", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + } + ], + "speakers": [ + "Johanna Sánchez" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/iYeI4jA3w0M/maxresdefault.webp", + "title": "Charla Johanna Sánchez - Taller PyLadies - 2 Octubre 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=iYeI4jA3w0M" + } + ] +} diff --git a/pycon-es-2020/videos/charla-naomi-ceder-cierre-taller-pyladies-2-octubre-2020.json b/pycon-es-2020/videos/charla-naomi-ceder-cierre-taller-pyladies-2-octubre-2020.json new file mode 100644 index 000000000..b4fc4d8d3 --- /dev/null +++ b/pycon-es-2020/videos/charla-naomi-ceder-cierre-taller-pyladies-2-octubre-2020.json @@ -0,0 +1,24 @@ +{ + "description": "", + "duration": 342, + "language": "spa", + "recorded": "2020-10-02", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + } + ], + "speakers": [ + "Naomi Ceder" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/JfTEamR6HGo/maxresdefault.webp", + "title": "Charla Naomi Ceder - Cierre taller PyLadies - 2 Octubre 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=JfTEamR6HGo" + } + ] +} diff --git a/pycon-es-2020/videos/charla-yamila-moreno-taller-pyladies-2-octubre-2020.json b/pycon-es-2020/videos/charla-yamila-moreno-taller-pyladies-2-octubre-2020.json new file mode 100644 index 000000000..3aaef4dd0 --- /dev/null +++ b/pycon-es-2020/videos/charla-yamila-moreno-taller-pyladies-2-octubre-2020.json @@ -0,0 +1,24 @@ +{ + "description": "", + "duration": 1027, + "language": "spa", + "recorded": "2020-10-02", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + } + ], + "speakers": [ + "Yamila Moreno" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/jE6WqAn2a-s/maxresdefault.webp", + "title": "Charla Yamila Moreno - Taller PyLadies - 2 Octubre 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=jE6WqAn2a-s" + } + ] +} diff --git a/pycon-es-2020/videos/covid19gram-seguimiento-de-la-evolucion-del-coronavirus-desde-telegram-pycones-2020.json b/pycon-es-2020/videos/covid19gram-seguimiento-de-la-evolucion-del-coronavirus-desde-telegram-pycones-2020.json new file mode 100644 index 000000000..40d0d815c --- /dev/null +++ b/pycon-es-2020/videos/covid19gram-seguimiento-de-la-evolucion-del-coronavirus-desde-telegram-pycones-2020.json @@ -0,0 +1,38 @@ +{ + "description": "Antònia Tugores, Biel Frontera Borrueco y Jaume Perelló Perelló nos presentan: \"COVID19Gram: seguimiento de la evolución del coronavirus desde telegram\"\n\nPara las preguntas relacionadas con la charla a los propios autores, por favor, utiliza el siguiente foro:\nhttps://comunidad.es.python.org/t/covid19gram-seguimiento-de-la-evolucion-del-coronavirus-desde-telegram/356\n\nResumen:\nUn proyecto 100% Python desarrollado durante el confinamiento del mes de marzo y que han llegado a utilizar más de 1.000 usuarios de Telegram: un bot para seguir la evolución de la pandemia del coronavirus. El bot accede a diferentes fuentes de datos para ofrecer gráficas de la evolución epidemiológica a nivel mundial por países, a nivel español por comunidades autónomas, a nivel italiano por regiones y a nivel francés por departamentos.\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 854, + "language": "spa", + "recorded": "2020-10-03", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://comunidad.es.python.org/t/covid19gram-seguimiento-de-la-evolucion-del-coronavirus-desde-telegram/356", + "url": "https://comunidad.es.python.org/t/covid19gram-seguimiento-de-la-evolucion-del-coronavirus-desde-telegram/356" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + } + ], + "speakers": [ + "Antònia Tugores", + "Biel Frontera Borrueco", + "Jaume Perelló Perelló" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi_webp/p0lav_dPSxE/maxresdefault.webp", + "title": "COVID19Gram: seguimiento de la evolución del coronavirus desde telegram - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=p0lav_dPSxE" + } + ] +} diff --git a/pycon-es-2020/videos/eda-and-nlp-basics-exploring-the-innards-of-the-spanish-poetry-pycones-2020.json b/pycon-es-2020/videos/eda-and-nlp-basics-exploring-the-innards-of-the-spanish-poetry-pycones-2020.json new file mode 100644 index 000000000..05a3d5a8d --- /dev/null +++ b/pycon-es-2020/videos/eda-and-nlp-basics-exploring-the-innards-of-the-spanish-poetry-pycones-2020.json @@ -0,0 +1,41 @@ +{ + "description": "Andrea Morales y Miguel López Pérez nos presentan: \"EDA and NLP basics: Exploring the innards of the Spanish poetry\"\n\n\nMaterial de la charla: https://github.com/andreamorgar/poesIA \n\n\nPara las preguntas relacionadas con la charla a los propios autores, por favor, utiliza el siguiente foro:\nhttps://comunidad.es.python.org/t/eda-and-nlp-basics-exploring-the-innards-of-the-spanish-poetry/369\n\nResumen:\n¿Eres un amante de la visualización de datos? ¿Y del Procesamiento del Lenguaje Natural (NLP)? ¿Y de la poesía? Pues estás de suerte. Con esta charla, queremos mostrar los pasos básicos a seguir para resolver un problema de procesamiento de lenguaje natural, que pueden ser aplicados en cualquier problema de esta área con tanto por explorar. Abordaremos tareas clásicas de NLP, como el análisis de sentimientos, búsquedas de similitud en los propios datos y algunas visualizaciones del vocabulario.\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 818, + "language": "spa", + "recorded": "2020-10-03", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://github.com/andreamorgar/poesIA", + "url": "https://github.com/andreamorgar/poesIA" + }, + { + "label": "https://comunidad.es.python.org/t/eda-and-nlp-basics-exploring-the-innards-of-the-spanish-poetry/369", + "url": "https://comunidad.es.python.org/t/eda-and-nlp-basics-exploring-the-innards-of-the-spanish-poetry/369" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + } + ], + "speakers": [ + "Andrea Morales", + "Miguel López Pérez" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/0C96vAa9NHY/maxresdefault.jpg", + "title": "EDA and NLP basics: Exploring the innards of the Spanish poetry - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=0C96vAa9NHY" + } + ] +} diff --git a/pycon-es-2020/videos/hiring-demystified-pycones-2020.json b/pycon-es-2020/videos/hiring-demystified-pycones-2020.json new file mode 100644 index 000000000..fdfef8392 --- /dev/null +++ b/pycon-es-2020/videos/hiring-demystified-pycones-2020.json @@ -0,0 +1,36 @@ +{ + "description": "Mar Bartolomé presents \"Hiring demystified\"\n\nFor the questions about the talk to the original speaker, please, use the following link:\nhttps://comunidad.es.python.org/t/hiring-demystified/371\n\nAbstract:\nIt's not secret that the hardest problems in computer science are cache invalidation and naming things... oh, and hiring.\nIn our industry we've developed a culture and a mysticism around hiring, with certain rituals and practices which are often so detached from \nreality that you see numerous jokes and memes about the subject.\nHiring is a difficult problem, yet important to get right. Many developers are faced with the challenge of hiring other team members, without much clue into how to proceed, and end up just copying the well known rituals without stopping to analyse their effectiveness or implications. Often, this results in hindering both companies and candidates, especially those of under represented demographics.\nIn this talk I'll share my experiences and personal opinions both as a candidate and as an interviewer, analyze the implications of popular hiring tactics, and discuss what I consider effective ones, in order to hire the right developers for your team with minimum hassle for both sides.\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 979, + "language": "eng", + "recorded": "2020-10-03", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://comunidad.es.python.org/t/hiring-demystified/371", + "url": "https://comunidad.es.python.org/t/hiring-demystified/371" + } + ], + "speakers": [ + "Mar Bartolomé" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/UBLTaQ_tRl4/maxresdefault.jpg", + "title": "Hiring demystified - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=UBLTaQ_tRl4" + } + ] +} \ No newline at end of file diff --git a/pycon-es-2020/videos/interpretabilidad-de-modelos-de-machine-learning-con-python-pycones-2020.json b/pycon-es-2020/videos/interpretabilidad-de-modelos-de-machine-learning-con-python-pycones-2020.json new file mode 100644 index 000000000..597b9bff6 --- /dev/null +++ b/pycon-es-2020/videos/interpretabilidad-de-modelos-de-machine-learning-con-python-pycones-2020.json @@ -0,0 +1,36 @@ +{ + "description": "Antonio José Soto nos presenta una charla sobre Machine Learning con Python\n\nPara las preguntas relacionadas con la charla a los propios autores, por favor, utiliza el siguiente foro:\nhttps://comunidad.es.python.org/t/interpretabilidad-de-modelos-de-machine-learning-con-python/365\n\nResumen:\nTodavía a día de hoy es bastante común encontrarse con clientes o colegas que perciben los modelos de Machine Learning como una caja negra capaz de realizar magia o alquimia para darle al cliente lo que quiere. Sin embargo, la cruda realidad es que sin una comprensión razonable de como funcionan los modelos de ML, los proyectos del mundo real rara vez tienen éxito. Teniendo en cuenta que cualquier proyecto de este estilo tiene un componente de negocio muy relevante y que el objetivo final de estos modelos es que tomen decisiones de forma automática por los usuarios, estos tienen el derecho de plantear preguntas como '¿Cómo puedo confiar en este modelo?' o '¿Cómo toma las decisiones el modelo?' Responder a estas preguntas puede convertirse en todo un reto y es una de las áreas donde se está invirtiendo más esfuerzos hoy en día.\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 1313, + "language": "spa", + "recorded": "2020-10-03", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + }, + { + "label": "https://comunidad.es.python.org/t/interpretabilidad-de-modelos-de-machine-learning-con-python/365", + "url": "https://comunidad.es.python.org/t/interpretabilidad-de-modelos-de-machine-learning-con-python/365" + } + ], + "speakers": [ + "Antonio José Soto" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/CoghIHdAMSM/maxresdefault.jpg", + "title": "Interpretabilidad de Modelos de Machine Learning con Python - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=CoghIHdAMSM" + } + ] +} diff --git a/pycon-es-2020/videos/introduccion-a-la-programacion-funcional-en-python-pycones-2020.json b/pycon-es-2020/videos/introduccion-a-la-programacion-funcional-en-python-pycones-2020.json new file mode 100644 index 000000000..b3fec42fc --- /dev/null +++ b/pycon-es-2020/videos/introduccion-a-la-programacion-funcional-en-python-pycones-2020.json @@ -0,0 +1,36 @@ +{ + "description": "Andros Fenollosa nos presenta \"Introducción a la programación Funcional en Python\"\nPara las preguntas relacionadas con la charla a los propios autores, por favor, utiliza el siguiente foro:\nhttps://comunidad.es.python.org/t/introduccion-a-la-programacion-funcional-en-python/374\n\nResumen:\n\"Ya se objetos, ¿para que usar programación funcional?\" Si lees el título y pasa esta frase por tu cabeza... ¡necesitas urgentemente ver esta charla! Aprovecharé la plasticidad de Python para dar una breve explicación de que es la programación funcional, además de listar sus diferencias respecto al paradigma orientado a objetos, enseñar sus superpoderes, algunos ejemplos reales y ver otros lenguajes que pueden ayudarte a mejorar como desarrollador.\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 972, + "language": "spa", + "recorded": "2020-10-03", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://comunidad.es.python.org/t/introduccion-a-la-programacion-funcional-en-python/374", + "url": "https://comunidad.es.python.org/t/introduccion-a-la-programacion-funcional-en-python/374" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + } + ], + "speakers": [ + "Andros Fenollosa" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/iRGHfE4rEuQ/maxresdefault.jpg", + "title": "Introducción a la programación Funcional en Python - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=iRGHfE4rEuQ" + } + ] +} diff --git a/pycon-es-2020/videos/investigating-digital-crimes-using-python-pycones-2020.json b/pycon-es-2020/videos/investigating-digital-crimes-using-python-pycones-2020.json new file mode 100644 index 000000000..c8c78f924 --- /dev/null +++ b/pycon-es-2020/videos/investigating-digital-crimes-using-python-pycones-2020.json @@ -0,0 +1,36 @@ +{ + "description": "Gajendra Deshpande presents \"Investigating Digital Crimes using Python\"\n\nFor the questions about the talk to the original speaker, please, use the following link:\nhttps://comunidad.es.python.org/t/investigating-digital-crimes-using-python/372\n\nAbstract:\na recent study by the CheckPoint Research has recorded over 1,50,000 cyber-attacks every week during the COVID-19 pandemic. There has been an increase of 30% in cyber-attacks compared to previous weeks. Cyber forensics is a field that deals with the investigation of digital crimes by analyzing, examining, identifying, and recovering digital evidence from electronic devices and producing them in the court of law. In this talk, we will learn to use Python for the investigation of digital crimes.\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 1046, + "language": "eng", + "recorded": "2020-10-03", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://comunidad.es.python.org/t/investigating-digital-crimes-using-python/372", + "url": "https://comunidad.es.python.org/t/investigating-digital-crimes-using-python/372" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + } + ], + "speakers": [ + "Gajendra Deshpande" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/0Jt-xm7kC2Y/maxresdefault.jpg", + "title": "Investigating Digital Crimes using Python - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=0Jt-xm7kC2Y" + } + ] +} diff --git a/pycon-es-2020/videos/machine-learning-model-serving-with-streamlit-and-fastapi-pycones-2020.json b/pycon-es-2020/videos/machine-learning-model-serving-with-streamlit-and-fastapi-pycones-2020.json new file mode 100644 index 000000000..2999b4731 --- /dev/null +++ b/pycon-es-2020/videos/machine-learning-model-serving-with-streamlit-and-fastapi-pycones-2020.json @@ -0,0 +1,36 @@ +{ + "description": "Davide Fiocco nos presenta \"Machine learning model serving with streamlit and FastAPI\"\n\nPara las preguntas relacionadas con la charla a los propios autores, por favor, utiliza el siguiente foro:\nhttps://comunidad.es.python.org/t/machine-learning-model-serving-with-streamlit-and-fastapi/375\n\nResumen:\nPython provides sophisticated frameworks to develop machine learning models that can perform a variety of useful tasks.\nTo put those models to good use, one frequently needs to encapsulate them in web applications, so to make them available to human users and other applications.\nI will show how a dockerized web application serving a ML model can be coded in pure Python, building its frontend with the streamlit library and the backend with the FastAPI library (no Javascript, no HTML/CSS needed!).\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 984, + "language": "spa", + "recorded": "2020-10-03", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + }, + { + "label": "https://comunidad.es.python.org/t/machine-learning-model-serving-with-streamlit-and-fastapi/375", + "url": "https://comunidad.es.python.org/t/machine-learning-model-serving-with-streamlit-and-fastapi/375" + } + ], + "speakers": [ + "Davide Fiocco" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/IvHCxycjeR0/maxresdefault.jpg", + "title": "Machine learning model serving with streamlit and FastAPI - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=IvHCxycjeR0" + } + ] +} diff --git a/pycon-es-2020/videos/python-en-el-universo-de-las-lentes-gravitatorias-como-estudiar-el-efecto-microlente-pycones-2020.json b/pycon-es-2020/videos/python-en-el-universo-de-las-lentes-gravitatorias-como-estudiar-el-efecto-microlente-pycones-2020.json new file mode 100644 index 000000000..7195fc0a5 --- /dev/null +++ b/pycon-es-2020/videos/python-en-el-universo-de-las-lentes-gravitatorias-como-estudiar-el-efecto-microlente-pycones-2020.json @@ -0,0 +1,36 @@ +{ + "description": "Ana Esteban Gutiérrez nos presenta la charla: \"Python en el universo de las lentes gravitatorias: cómo estudiar el efecto microlente\"\n\nPara las preguntas relacionadas con la charla a los propios autores, por favor, utiliza el siguiente foro:\nhttps://comunidad.es.python.org/t/python-en-el-universo-de-las-lentes-gravitatorias-como-estudiar-el-efecto-microlente/368\n\nResumen:\nEn el mundo de la Astrofísica, necesitamos continuamente lenguajes de programación para poder recrear nuestras simulaciones o para analizar datos de observaciones.\nEn mi campo, utilizo Python diariamente para simular, analizar y comparar mapas de magnificación de microlensing en cuásares para poder estudiar las propiedades de la materia oscura o el movimiento de galaxias. A partir de modelos matemáticos y estadística, obtenemos resultados que luego se compararán con datos observacionales sacados a partir de aquellos sistemas que presenten el efecto lente gravitatoria.\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 1159, + "language": "spa", + "recorded": "2020-10-03", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://comunidad.es.python.org/t/python-en-el-universo-de-las-lentes-gravitatorias-como-estudiar-el-efecto-microlente/368", + "url": "https://comunidad.es.python.org/t/python-en-el-universo-de-las-lentes-gravitatorias-como-estudiar-el-efecto-microlente/368" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + } + ], + "speakers": [ + "Ana Esteban Gutiérrez" + ], + "tags": [ ], + "thumbnail_url": "https://i.ytimg.com/vi/elAt6b7wpFc/maxresdefault.jpg", + "title": "Python en el universo de las lentes gravitatorias: cómo estudiar el efecto microlente - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=elAt6b7wpFc" + } + ] +} diff --git a/pycon-es-2020/videos/python-serverless-microservices-pycones-2020-audio-mejorado.json b/pycon-es-2020/videos/python-serverless-microservices-pycones-2020-audio-mejorado.json new file mode 100644 index 000000000..6c71e528f --- /dev/null +++ b/pycon-es-2020/videos/python-serverless-microservices-pycones-2020-audio-mejorado.json @@ -0,0 +1,36 @@ +{ + "description": "Nilo Menezes presents : \"Python Serverless Microservices\"\n\nFor the questions about the talk to the original speaker, please, use the following link:\nhttps://comunidad.es.python.org/t/python-serverless-microservices/370\n\nAbstract:\nMicroservices and serverless are hot topics in web development communities that when combined increase the potential for developers to make software faster and to host it much cheaper than traditional virtual private servers. This talk aims to present a minimal set of tools to start developing Serverless Microservices using Python. With the serverless framework configured for Python, developing a new microservice API becomes very easy. The framework provides a set of tools to pack Python dependencies and also deploys the required infrastructure to the cloud, enabling infrastructure as code since the start of the project. Although the serverless framework is used during this presentation, no other Python framework is required, making it as easy as possible to start with plain Python code.\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 1281, + "language": "eng", + "recorded": "2020-10-02", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://comunidad.es.python.org/t/python-serverless-microservices/370", + "url": "https://comunidad.es.python.org/t/python-serverless-microservices/370" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + } + ], + "speakers": [ + "Nilo Menezes" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/tmXMGRzpHQc/hqdefault.jpg?sqp=-oaymwEmCOADEOgC8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGC4gWCh_MA8=&rs=AOn4CLDRaoqMFJK0Quw8iZ_3vtr_jCKW8g", + "title": "Python Serverless Microservices - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=tmXMGRzpHQc" + } + ] +} diff --git a/pycon-es-2020/videos/robots-pcr-covidwarriors-pycones-2020.json b/pycon-es-2020/videos/robots-pcr-covidwarriors-pycones-2020.json new file mode 100644 index 000000000..947c74984 --- /dev/null +++ b/pycon-es-2020/videos/robots-pcr-covidwarriors-pycones-2020.json @@ -0,0 +1,40 @@ +{ + "description": "Aitor Gastaminza, Alex Gasulla, Victoriano Giralt, Ramón Martínez y Ernesto Sánchez nos presentan: \"Robots PCR Covidwarriors\".\n\nPara las preguntas relacionadas con la charla a los propios autores, por favor, utiliza el siguiente foro:\nhttps://comunidad.es.python.org/t/robots-pcr-covidwarriors/376\n\nResumen:\nEn Febrero se forma COVIDWarriors y proponen traer robots a España para ayudar a hacer PCRs. Primero se dibujan los esquemas de proceso, abrir un GitHub y parametrizar los reservorios que se usarán en cada laboratorio. Se desarrollan funciones para pipetear los reactivos, se crean clases para guardar información de los reactivos y se programan las rutinas. Se realiza una primera versión de plataforma en excel y línea de comandos que permite registrar las muestras y asegurar la trazabilidad. Posteriormente, se realiza una segunda versión en plataforma Django que además permite comunicarse con el robot usando la librería \"requests\".\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 951, + "language": "spa", + "recorded": "2020-10-03", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://comunidad.es.python.org/t/robots-pcr-covidwarriors/376", + "url": "https://comunidad.es.python.org/t/robots-pcr-covidwarriors/376" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + } + ], + "speakers": [ + "Aitor Gastaminza", + "Alex Gasulla", + "Victoriano Giralt", + "Ramón Martínez", + "Ernesto Sánchez" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/Dq40F-cIVKI/maxresdefault.jpg", + "title": "Robots PCR Covidwarriors - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=Dq40F-cIVKI" + } + ] +} diff --git a/pycon-es-2020/videos/sudo-pip-install-pipx-pycones-2020.json b/pycon-es-2020/videos/sudo-pip-install-pipx-pycones-2020.json new file mode 100644 index 000000000..f4b1fdaf3 --- /dev/null +++ b/pycon-es-2020/videos/sudo-pip-install-pipx-pycones-2020.json @@ -0,0 +1,40 @@ +{ + "description": "Agustín Herranz Cecilia nos presenta una charla sobre el uso de pipx. \n\n\n\nDiapositivas: https://speakerdeck.com/tinproject/sudo-pip-install-equals-pipx-equals-pycones-2020-pandemic-edition\n\n\nPara las preguntas relacionadas con la charla a los propios autores, por favor, utiliza el siguiente foro:\nhttps://comunidad.es.python.org/t/sudo-pip-install-pipx-ok/363\n\nResumen:\nUsar 'sudo pip install' siempre es mala idea, más aún si lo que queremos es instalar aplicaciones Python en nuestro ordenador. Te contaré como funcionan las dependencias en Python. Por qué es mala idea instalar cosas dentro del Python del sistema, en el entorno de tu propio usuario. Qué son y por que es mejor usar virtualenvs. Y de como puedes despreocuparte de lo anterior usando pipx.\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 955, + "language": "spa", + "recorded": "2020-10-03", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://comunidad.es.python.org/t/sudo-pip-install-pipx-ok/363", + "url": "https://comunidad.es.python.org/t/sudo-pip-install-pipx-ok/363" + }, + { + "label": "https://speakerdeck.com/tinproject/sudo-pip-install-equals-pipx-equals-pycones-2020-pandemic-edition", + "url": "https://speakerdeck.com/tinproject/sudo-pip-install-equals-pipx-equals-pycones-2020-pandemic-edition" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + } + ], + "speakers": [ + "Agustín Herranz Cecilia" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/Ay0dRxfduB0/maxresdefault.jpg", + "title": "sudo pip install = 💩, pipx = 👍 - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=Ay0dRxfduB0" + } + ] +} diff --git a/pycon-es-2020/videos/tipificacion-estatica-en-python-3-9-pycones-2020.json b/pycon-es-2020/videos/tipificacion-estatica-en-python-3-9-pycones-2020.json new file mode 100644 index 000000000..221ab4b57 --- /dev/null +++ b/pycon-es-2020/videos/tipificacion-estatica-en-python-3-9-pycones-2020.json @@ -0,0 +1,36 @@ +{ + "description": "Jordi Contestí nos presenta Tipificación estática en Python 3.9\n\nPara las preguntas relacionadas con la charla a los propios autores, por favor, utiliza el siguiente foro:\nhttps://comunidad.es.python.org/t/tipificacion-estatica-en-python-3-9/367\n\nResumen:\nAunque Python es un lenguaje con tipificación dinámica, desde hace tiempo tenemos la posibilidad de utilizar tipificación estática de forma opcional. De esta forma, en la futura versión 3.9 las funcionalidades asociadas a la tipificación estática van a ampliarse. En esta charla explicaremos qué nos ofrecerá la tipificación estática al completo en la versión 3.9 mediante ejemplos de código, daremos recomendaciones sobre su uso y veremos estrategias para introducirla en nuestro código.\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 868, + "language": "spa", + "recorded": "2020-10-03", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://comunidad.es.python.org/t/tipificacion-estatica-en-python-3-9/367", + "url": "https://comunidad.es.python.org/t/tipificacion-estatica-en-python-3-9/367" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + } + ], + "speakers": [ + "Jordi Contestí" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/2vYOxbd2ioc/maxresdefault.jpg", + "title": "Tipificación estática en Python 3.9 - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=2vYOxbd2ioc" + } + ] +} diff --git a/pycon-es-2020/videos/una-rebanada-de-python-pycones-2020-audio-mejorado.json b/pycon-es-2020/videos/una-rebanada-de-python-pycones-2020-audio-mejorado.json new file mode 100644 index 000000000..e82ba944b --- /dev/null +++ b/pycon-es-2020/videos/una-rebanada-de-python-pycones-2020-audio-mejorado.json @@ -0,0 +1,36 @@ +{ + "description": "Naomi Ceder nos presenta \"Una rebanada de Python\"\n\nPara las preguntas relacionadas con la charla a los propios autores, por favor, utiliza el siguiente foro:\nhttps://comunidad.es.python.org/t/una-rebanada-de-python/364\n\nResumen:\nEn Python hay muchos tipos de secuencia - listas, tuplas, cadenas, etc., y una caractéristica poderosa de ellos es el uso de rebanadas \n(slices). Pero aunque son poderosas, su verdadera carácter no es bien conocida. \nDespués de una breve explicación de la notación de rebanadas y de varios trucos para manipular las secuencias con ellas, vamos a hacer algunos experimentos para entender qué son en realidad las rebanadas y cómo funcionan en Python.\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 968, + "language": "spa", + "recorded": "2020-10-02", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://comunidad.es.python.org/t/una-rebanada-de-python/364", + "url": "https://comunidad.es.python.org/t/una-rebanada-de-python/364" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + } + ], + "speakers": [ + "Naomi Ceder" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/AiYPDhIfOo0/maxresdefault.jpg", + "title": "Una rebanada de Python - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=AiYPDhIfOo0" + } + ] +} diff --git a/pycon-es-2020/videos/videojuegos-con-python-arcade-pycones-2020.json b/pycon-es-2020/videos/videojuegos-con-python-arcade-pycones-2020.json new file mode 100644 index 000000000..d88c309af --- /dev/null +++ b/pycon-es-2020/videos/videojuegos-con-python-arcade-pycones-2020.json @@ -0,0 +1,36 @@ +{ + "description": "Miguel Ángel Rico Blanco nos presenta \"Videojuegos con Python Arcade\"\n\nPara las preguntas relacionadas con la charla a los propios autores, por favor, utiliza el siguiente foro:\nhttps://comunidad.es.python.org/t/videojuegos-con-python-arcade/366\n\nResumen:\nPython Arcade, una librería para el desarrollo fácil de videojuegos 2D en python. Veremos la instalación de esta librería, el pintado de objetos en pantalla y el bucle principal de arcade Python, incluida la entrada de usuario y de los assets gráficos y de sonido. Veremos algunos ejemplos tanto en 2D como en vista isométrica.Como ninguno somos artistas necesitaremos de assets gráficos de calidad (kenney.nl) y un programa de diseño para el mapa (mapeditor.org).\n\n---\nLa octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020.\nWeb: https://2020.es.pycon.org/\nAgenda: https://2020.es.pycon.org/index.html#agenda", + "duration": 983, + "language": "spa", + "recorded": "2020-10-03", + "related_urls": [ + { + "label": "Conference Website", + "url": "https://2020.es.pycon.org/" + }, + { + "label": "https://comunidad.es.python.org/t/videojuegos-con-python-arcade/366", + "url": "https://comunidad.es.python.org/t/videojuegos-con-python-arcade/366" + }, + { + "label": "https://2020.es.pycon.org/index.html#agenda", + "url": "https://2020.es.pycon.org/index.html#agenda" + }, + { + "label": "https://2020.es.pycon.org/", + "url": "https://2020.es.pycon.org/" + } + ], + "speakers": [ + "Miguel Ángel Rico Blanco" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/8kRgYh2lgTo/maxresdefault.jpg", + "title": "Videojuegos con Python Arcade - PyConES 2020", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=8kRgYh2lgTo" + } + ] +} From 4a91a998f6912918ddeea02613655e1401d4a366 Mon Sep 17 00:00:00 2001 From: Jon Banafato Date: Sun, 9 Nov 2025 15:55:31 -0500 Subject: [PATCH 2/2] Remove conference name from talk titles Conferece names are stored in the category.json file and do not need to be included in talk titles if that suffix exists only on YouTube titles. --- .../automl-machine-learning-para-vagos-pycones-2020.json | 4 ++-- ...evolucion-del-coronavirus-desde-telegram-pycones-2020.json | 2 +- ...loring-the-innards-of-the-spanish-poetry-pycones-2020.json | 2 +- pycon-es-2020/videos/hiring-demystified-pycones-2020.json | 4 ++-- ...e-modelos-de-machine-learning-con-python-pycones-2020.json | 2 +- ...on-a-la-programacion-funcional-en-python-pycones-2020.json | 2 +- ...nvestigating-digital-crimes-using-python-pycones-2020.json | 2 +- ...model-serving-with-streamlit-and-fastapi-pycones-2020.json | 2 +- ...orias-como-estudiar-el-efecto-microlente-pycones-2020.json | 4 ++-- ...-serverless-microservices-pycones-2020-audio-mejorado.json | 2 +- .../videos/robots-pcr-covidwarriors-pycones-2020.json | 2 +- pycon-es-2020/videos/sudo-pip-install-pipx-pycones-2020.json | 2 +- .../tipificacion-estatica-en-python-3-9-pycones-2020.json | 2 +- .../una-rebanada-de-python-pycones-2020-audio-mejorado.json | 2 +- .../videos/videojuegos-con-python-arcade-pycones-2020.json | 2 +- 15 files changed, 18 insertions(+), 18 deletions(-) diff --git a/pycon-es-2020/videos/automl-machine-learning-para-vagos-pycones-2020.json b/pycon-es-2020/videos/automl-machine-learning-para-vagos-pycones-2020.json index 4ed6a21b8..27d341be5 100644 --- a/pycon-es-2020/videos/automl-machine-learning-para-vagos-pycones-2020.json +++ b/pycon-es-2020/videos/automl-machine-learning-para-vagos-pycones-2020.json @@ -26,11 +26,11 @@ ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/1gLM-cM_XJ8/maxresdefault.jpg", - "title": "AutoML (Machine Learning para Vagos) - PyConES 2020", + "title": "AutoML (Machine Learning para Vagos)", "videos": [ { "type": "youtube", "url": "https://www.youtube.com/watch?v=1gLM-cM_XJ8" } ] -} \ No newline at end of file +} diff --git a/pycon-es-2020/videos/covid19gram-seguimiento-de-la-evolucion-del-coronavirus-desde-telegram-pycones-2020.json b/pycon-es-2020/videos/covid19gram-seguimiento-de-la-evolucion-del-coronavirus-desde-telegram-pycones-2020.json index 40d0d815c..d7a59b537 100644 --- a/pycon-es-2020/videos/covid19gram-seguimiento-de-la-evolucion-del-coronavirus-desde-telegram-pycones-2020.json +++ b/pycon-es-2020/videos/covid19gram-seguimiento-de-la-evolucion-del-coronavirus-desde-telegram-pycones-2020.json @@ -28,7 +28,7 @@ ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi_webp/p0lav_dPSxE/maxresdefault.webp", - "title": "COVID19Gram: seguimiento de la evolución del coronavirus desde telegram - PyConES 2020", + "title": "COVID19Gram: seguimiento de la evolución del coronavirus desde telegram", "videos": [ { "type": "youtube", diff --git a/pycon-es-2020/videos/eda-and-nlp-basics-exploring-the-innards-of-the-spanish-poetry-pycones-2020.json b/pycon-es-2020/videos/eda-and-nlp-basics-exploring-the-innards-of-the-spanish-poetry-pycones-2020.json index 05a3d5a8d..ece3b7dc7 100644 --- a/pycon-es-2020/videos/eda-and-nlp-basics-exploring-the-innards-of-the-spanish-poetry-pycones-2020.json +++ b/pycon-es-2020/videos/eda-and-nlp-basics-exploring-the-innards-of-the-spanish-poetry-pycones-2020.json @@ -31,7 +31,7 @@ ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/0C96vAa9NHY/maxresdefault.jpg", - "title": "EDA and NLP basics: Exploring the innards of the Spanish poetry - PyConES 2020", + "title": "EDA and NLP basics: Exploring the innards of the Spanish poetry", "videos": [ { "type": "youtube", diff --git a/pycon-es-2020/videos/hiring-demystified-pycones-2020.json b/pycon-es-2020/videos/hiring-demystified-pycones-2020.json index fdfef8392..b99e5e84f 100644 --- a/pycon-es-2020/videos/hiring-demystified-pycones-2020.json +++ b/pycon-es-2020/videos/hiring-demystified-pycones-2020.json @@ -26,11 +26,11 @@ ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/UBLTaQ_tRl4/maxresdefault.jpg", - "title": "Hiring demystified - PyConES 2020", + "title": "Hiring demystified", "videos": [ { "type": "youtube", "url": "https://www.youtube.com/watch?v=UBLTaQ_tRl4" } ] -} \ No newline at end of file +} diff --git a/pycon-es-2020/videos/interpretabilidad-de-modelos-de-machine-learning-con-python-pycones-2020.json b/pycon-es-2020/videos/interpretabilidad-de-modelos-de-machine-learning-con-python-pycones-2020.json index 597b9bff6..961fdef42 100644 --- a/pycon-es-2020/videos/interpretabilidad-de-modelos-de-machine-learning-con-python-pycones-2020.json +++ b/pycon-es-2020/videos/interpretabilidad-de-modelos-de-machine-learning-con-python-pycones-2020.json @@ -26,7 +26,7 @@ ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/CoghIHdAMSM/maxresdefault.jpg", - "title": "Interpretabilidad de Modelos de Machine Learning con Python - PyConES 2020", + "title": "Interpretabilidad de Modelos de Machine Learning con Python", "videos": [ { "type": "youtube", diff --git a/pycon-es-2020/videos/introduccion-a-la-programacion-funcional-en-python-pycones-2020.json b/pycon-es-2020/videos/introduccion-a-la-programacion-funcional-en-python-pycones-2020.json index b3fec42fc..85507bea7 100644 --- a/pycon-es-2020/videos/introduccion-a-la-programacion-funcional-en-python-pycones-2020.json +++ b/pycon-es-2020/videos/introduccion-a-la-programacion-funcional-en-python-pycones-2020.json @@ -26,7 +26,7 @@ ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/iRGHfE4rEuQ/maxresdefault.jpg", - "title": "Introducción a la programación Funcional en Python - PyConES 2020", + "title": "Introducción a la programación Funcional en Python", "videos": [ { "type": "youtube", diff --git a/pycon-es-2020/videos/investigating-digital-crimes-using-python-pycones-2020.json b/pycon-es-2020/videos/investigating-digital-crimes-using-python-pycones-2020.json index c8c78f924..6d7b065fe 100644 --- a/pycon-es-2020/videos/investigating-digital-crimes-using-python-pycones-2020.json +++ b/pycon-es-2020/videos/investigating-digital-crimes-using-python-pycones-2020.json @@ -26,7 +26,7 @@ ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/0Jt-xm7kC2Y/maxresdefault.jpg", - "title": "Investigating Digital Crimes using Python - PyConES 2020", + "title": "Investigating Digital Crimes using Python", "videos": [ { "type": "youtube", diff --git a/pycon-es-2020/videos/machine-learning-model-serving-with-streamlit-and-fastapi-pycones-2020.json b/pycon-es-2020/videos/machine-learning-model-serving-with-streamlit-and-fastapi-pycones-2020.json index 2999b4731..43f3c72f0 100644 --- a/pycon-es-2020/videos/machine-learning-model-serving-with-streamlit-and-fastapi-pycones-2020.json +++ b/pycon-es-2020/videos/machine-learning-model-serving-with-streamlit-and-fastapi-pycones-2020.json @@ -26,7 +26,7 @@ ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/IvHCxycjeR0/maxresdefault.jpg", - "title": "Machine learning model serving with streamlit and FastAPI - PyConES 2020", + "title": "Machine learning model serving with streamlit and FastAPI", "videos": [ { "type": "youtube", diff --git a/pycon-es-2020/videos/python-en-el-universo-de-las-lentes-gravitatorias-como-estudiar-el-efecto-microlente-pycones-2020.json b/pycon-es-2020/videos/python-en-el-universo-de-las-lentes-gravitatorias-como-estudiar-el-efecto-microlente-pycones-2020.json index 7195fc0a5..1a7ee7631 100644 --- a/pycon-es-2020/videos/python-en-el-universo-de-las-lentes-gravitatorias-como-estudiar-el-efecto-microlente-pycones-2020.json +++ b/pycon-es-2020/videos/python-en-el-universo-de-las-lentes-gravitatorias-como-estudiar-el-efecto-microlente-pycones-2020.json @@ -24,9 +24,9 @@ "speakers": [ "Ana Esteban Gutiérrez" ], - "tags": [ ], + "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/elAt6b7wpFc/maxresdefault.jpg", - "title": "Python en el universo de las lentes gravitatorias: cómo estudiar el efecto microlente - PyConES 2020", + "title": "Python en el universo de las lentes gravitatorias: cómo estudiar el efecto microlente", "videos": [ { "type": "youtube", diff --git a/pycon-es-2020/videos/python-serverless-microservices-pycones-2020-audio-mejorado.json b/pycon-es-2020/videos/python-serverless-microservices-pycones-2020-audio-mejorado.json index 6c71e528f..f4b64a4e8 100644 --- a/pycon-es-2020/videos/python-serverless-microservices-pycones-2020-audio-mejorado.json +++ b/pycon-es-2020/videos/python-serverless-microservices-pycones-2020-audio-mejorado.json @@ -26,7 +26,7 @@ ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/tmXMGRzpHQc/hqdefault.jpg?sqp=-oaymwEmCOADEOgC8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGC4gWCh_MA8=&rs=AOn4CLDRaoqMFJK0Quw8iZ_3vtr_jCKW8g", - "title": "Python Serverless Microservices - PyConES 2020", + "title": "Python Serverless Microservices", "videos": [ { "type": "youtube", diff --git a/pycon-es-2020/videos/robots-pcr-covidwarriors-pycones-2020.json b/pycon-es-2020/videos/robots-pcr-covidwarriors-pycones-2020.json index 947c74984..578bba8d4 100644 --- a/pycon-es-2020/videos/robots-pcr-covidwarriors-pycones-2020.json +++ b/pycon-es-2020/videos/robots-pcr-covidwarriors-pycones-2020.json @@ -30,7 +30,7 @@ ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/Dq40F-cIVKI/maxresdefault.jpg", - "title": "Robots PCR Covidwarriors - PyConES 2020", + "title": "Robots PCR Covidwarriors", "videos": [ { "type": "youtube", diff --git a/pycon-es-2020/videos/sudo-pip-install-pipx-pycones-2020.json b/pycon-es-2020/videos/sudo-pip-install-pipx-pycones-2020.json index f4b1fdaf3..3fa61e04e 100644 --- a/pycon-es-2020/videos/sudo-pip-install-pipx-pycones-2020.json +++ b/pycon-es-2020/videos/sudo-pip-install-pipx-pycones-2020.json @@ -30,7 +30,7 @@ ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/Ay0dRxfduB0/maxresdefault.jpg", - "title": "sudo pip install = 💩, pipx = 👍 - PyConES 2020", + "title": "sudo pip install = 💩, pipx = 👍", "videos": [ { "type": "youtube", diff --git a/pycon-es-2020/videos/tipificacion-estatica-en-python-3-9-pycones-2020.json b/pycon-es-2020/videos/tipificacion-estatica-en-python-3-9-pycones-2020.json index 221ab4b57..70f0f5c58 100644 --- a/pycon-es-2020/videos/tipificacion-estatica-en-python-3-9-pycones-2020.json +++ b/pycon-es-2020/videos/tipificacion-estatica-en-python-3-9-pycones-2020.json @@ -26,7 +26,7 @@ ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/2vYOxbd2ioc/maxresdefault.jpg", - "title": "Tipificación estática en Python 3.9 - PyConES 2020", + "title": "Tipificación estática en Python 3.9", "videos": [ { "type": "youtube", diff --git a/pycon-es-2020/videos/una-rebanada-de-python-pycones-2020-audio-mejorado.json b/pycon-es-2020/videos/una-rebanada-de-python-pycones-2020-audio-mejorado.json index e82ba944b..b3063b992 100644 --- a/pycon-es-2020/videos/una-rebanada-de-python-pycones-2020-audio-mejorado.json +++ b/pycon-es-2020/videos/una-rebanada-de-python-pycones-2020-audio-mejorado.json @@ -26,7 +26,7 @@ ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/AiYPDhIfOo0/maxresdefault.jpg", - "title": "Una rebanada de Python - PyConES 2020", + "title": "Una rebanada de Python", "videos": [ { "type": "youtube", diff --git a/pycon-es-2020/videos/videojuegos-con-python-arcade-pycones-2020.json b/pycon-es-2020/videos/videojuegos-con-python-arcade-pycones-2020.json index d88c309af..40cab1849 100644 --- a/pycon-es-2020/videos/videojuegos-con-python-arcade-pycones-2020.json +++ b/pycon-es-2020/videos/videojuegos-con-python-arcade-pycones-2020.json @@ -26,7 +26,7 @@ ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/8kRgYh2lgTo/maxresdefault.jpg", - "title": "Videojuegos con Python Arcade - PyConES 2020", + "title": "Videojuegos con Python Arcade", "videos": [ { "type": "youtube",