diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index d5c9d65..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: "Fetch events" - -on: - workflow_dispatch: - # Triggers the workflow every day - schedule: - - cron: "0 22 * * *" - -jobs: - cron: - runs-on: ubuntu-latest - environment: prod - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.11' - cache: 'pip' # caching pip dependencies - - name: Install requirements - run: pip install -r requirements.txt - - name: Install just - uses: extractions/setup-just@v1 - - name: Cleanup future events - run: just clean-future - - name: Fetch upcoming events - run: just fetch-upcoming - env: # Set the secret as an input - MEETUP_CLIENT_KEY: ${{ secrets.MEETUP_CLIENT_KEY }} - MEETUP_MEMBER_ID: ${{ secrets.MEETUP_MEMBER_ID }} - MEETUP_JWT_KEY: ${{ secrets.MEETUP_JWT_KEY }} - - name: Push events directory - run: | - git config --global user.name "Python España" - git config --global user.email "contacto@es.python.org" - just commit-events diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f952e38..0000000 --- a/.gitignore +++ /dev/null @@ -1,177 +0,0 @@ -# Created by https://www.toptal.com/developers/gitignore/api/python -# Edit at https://www.toptal.com/developers/gitignore?templates=python - -### Python ### -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class - -# C extensions -*.so - -# Distribution / packaging -.Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -share/python-wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.nox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*.cover -*.py,cover -.hypothesis/ -.pytest_cache/ -cover/ - -# Translations -*.mo -*.pot - -# Django stuff: -*.log -local_settings.py -db.sqlite3 -db.sqlite3-journal - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -.pybuilder/ -target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# IPython -profile_default/ -ipython_config.py - -# pyenv -# For a library or package, you might want to ignore these files since the code is -# intended to run in multiple environments; otherwise, check them in: -# .python-version - -# pipenv -# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. -# However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don't work, or not -# install all needed dependencies. -#Pipfile.lock - -# poetry -# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. -# This is especially recommended for binary packages to ensure reproducibility, and is more -# commonly ignored for libraries. -# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control -#poetry.lock - -# pdm -# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. -#pdm.lock -# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it -# in version control. -# https://pdm.fming.dev/#use-with-ide -.pdm.toml - -# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm -__pypackages__/ - -# Celery stuff -celerybeat-schedule -celerybeat.pid - -# SageMath parsed files -*.sage.py - -# Environments -.env -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ - -# Spyder project settings -.spyderproject -.spyproject - -# Rope project settings -.ropeproject - -# mkdocs documentation -/site - -# mypy -.mypy_cache/ -.dmypy.json -dmypy.json - -# Pyre type checker -.pyre/ - -# pytype static type analyzer -.pytype/ - -# Cython debug symbols -cython_debug/ - -# PyCharm -# JetBrains specific template is maintained in a separate JetBrains.gitignore that can -# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore -# and can be added to the global gitignore or merged into this file. For a more nuclear -# option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ - -### Python Patch ### -# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration -poetry.toml - -# ruff -.ruff_cache/ - -# LSP config files -pyrightconfig.json - -# End of https://www.toptal.com/developers/gitignore/api/python -_events/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index dd7534e..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# See https://pre-commit.com for more information -# See https://pre-commit.com/hooks.html for more hooks -repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 - hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-yaml - - id: check-added-large-files - -- repo: https://github.com/psf/black - rev: 23.3.0 - hooks: - - id: black diff --git a/NOTES.md b/NOTES.md deleted file mode 100644 index 69a6361..0000000 --- a/NOTES.md +++ /dev/null @@ -1,190 +0,0 @@ -# telegram-python-es - -Publicación de eventos de Meetup de la comunidad de Python España en Telegram. - -## Extracción - -Participantes: -- Alex -- Juanlu -- Nacho - -Ideas: -- RSS? :x: - - Requiere estar logueado :scream: https://www.meetup.com/pydata-madrid/events/rss/ - - Más información https://github.com/OpenTwinCities/site_bot/issues/10 -- iCAL? :x: - - Requiere estar logueado :scream: https://www.meetup.com/pydata-madrid/events/rss/ -- GraphQL :arrow_backward: - - Pedido token de Meetup Pro :hourglass_flowing_sand: -- Scraping????? OMG WOW - -### Campos de GraphQL - -- Documentación: https://www.meetup.com/api/schema/#Event -- Petición del token: https://www.meetup.com/api/authentication/#p04-jwt-flow-section - -``` -id -title -eventUrl -description -shortDescription -group - id - name -isOnline -eventType -venue - id - name - address - city - postalCode - lng - lat -onlineVenue - url -dateTime -duration -timezone -endTime -``` - -### Autenticación - -Ayuda ChatGPT: - -> act like you're an excellent Python programmer, that writes clean and effective code. write a complete OAuth2 authentication flow for the Meetup.com API, including requesting a JWT token, in Python. - -Sure, here's an example OAuth2 authentication flow for the Meetup.com API in Python using the requests library: - -```python -import requests - -# Define Meetup.com API endpoint and credentials -MEETUP_API_ENDPOINT = 'https://api.meetup.com' -CLIENT_ID = '' -CLIENT_SECRET = '' -REDIRECT_URI = '' - -# Define Meetup.com API OAuth2 URLs -AUTHORIZE_URL = 'https://secure.meetup.com/oauth2/authorize' -TOKEN_URL = 'https://secure.meetup.com/oauth2/access' - -# Define scope for Meetup.com API -SCOPE = 'ageless' - -# Define function to initiate OAuth2 authentication flow -def authenticate(): - # Redirect user to Meetup.com authorization page to get authorization code - auth_params = {'client_id': CLIENT_ID, 'response_type': 'code', 'redirect_uri': REDIRECT_URI, 'scope': SCOPE} - auth_response = requests.get(AUTHORIZE_URL, params=auth_params) - authorization_code = input("Please enter the authorization code: ") - - # Exchange authorization code for access token - token_params = {'client_id': CLIENT_ID, 'client_secret': CLIENT_SECRET, 'code': authorization_code, 'redirect_uri': REDIRECT_URI, 'grant_type': 'authorization_code'} - token_response = requests.post(TOKEN_URL, params=token_params) - access_token = token_response.json()['access_token'] - - # Get JWT token for API requests - jwt_params = {'access_token': access_token} - jwt_response = requests.post(f'{MEETUP_API_ENDPOINT}/oauth2/jwt', params=jwt_params) - jwt_token = jwt_response.json()['token'] - - # Return JWT token for API requests - return jwt_token -``` - -This code defines the Meetup.com API endpoint and credentials, the OAuth2 URLs, and the scope for the API. It also defines a `authenticate()` function that initiates the OAuth2 authentication flow. - -The `authenticate()` function redirects the user to the Meetup.com authorization page to get an authorization code, which is then exchanged for an access token. The access token is used to get a JWT token for API requests. - -Note that you'll need to replace ``, ``, and `` with your own Meetup.com API credentials and redirect URI, respectively. You'll also need to customize the SCOPE variable to match your API requirements. - -### Almacenamiento - -- Hay que listar qué comunidades extraer -- **1 fichero `.json` por comunidad** - -```json -``` - -## Infraestructura - -Participantes: -- Nekmo -- Inna :eyes: -- Unai :eyes: -- Johanna :eyes: - -Ideas: -- Hace falta persistencia? - - Pareciera que sí - - Incluso por RSS hay que saber qué eventos ya se han consumido -- **GitHub Actions + cron?** - - Guardar datos en archivos JSON -- AWS Lambda? -- PythonAnywhere? - -### Github Actions - -El fichero `.github/workflows/publish.yml` indica cada cuánto tiempo se ejecuta el cron de ejecución, el cual -obtiene de las comunidades de Meetup los últimos eventos y los publica en Telegram. - -El estado de las últimas ejecuciones puede verificarse en el siguiente enlace: - - -El punto de entrada (`main.py`) recibe una variable de entorno `MEETUP_SECRET`, la cual se configura a través del -enlace . - -## Publicación - -Participantes: -- Sergio -- Ángel :eyes: -- Jordi :eyes: -- David :eyes: - -Ideas: -- Bot de Telegram - - No tiene que estar en ejecución siempre - - También a través de GitHub Actions -- Información - - Nombre de Comunidad - - Título - - Fecha y hora RFC 3339 - - Sede/Lugar/Localización (LonLat + Nombre + Calle ???) - - Breve descripción - - Link directo al evento - -## Retros - -### Sprint 1 - -- Extracción - - Está muy mal - - Hemos aprendido `httpx` - - La autenticación es un asco - - Hay que hacer OAUTH2 - - ¿Cómo se hace en GitHub Actions? - - ¿Es obligatorio hacerlo manualmente al principio? -- Guardado de archivos - - Ya está el listado de comunidades - - El resto está por hacer -- Infraestructura - - Los secrets ya están funcionando - - Había problemas con los repository secrets, tal vez se puede hacer funcionar - - Hay una rama huérfana `events` - - Explorar la posibilidad de simplificarlo - - Se podría usar para separar un entorno de producción de uno de pruebas - - Hay un PR que convierte todo en un paquete Python https://github.com/PyCampES/telegram-python-es/pull/4 pendiente de revisión - - Con Black - - Hacían falta `__init__.py` https://peps.python.org/pep-0420/ -- Telegram - - Bastante bien - - Está hecho el modelo de eventos y se puede crear el mensaje que va al grupo - - Queda el detalle del tema de la hora - - Se podría cambiar la URL de Telegram a una constante - - Faltan las credenciales del bot: ID y CHANNEL_ID - - Se podrían tener 2 CHANNEL_ID diff --git a/README.md b/README.md deleted file mode 100644 index 1b679a7..0000000 --- a/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Eventos Automáticos - -Publicación de eventos de Meetup de la comunidad de Python España en Telegram y otras fuentes. - -## Uso - -``` -$ python3.11 -m venv .venv -$ .venv/bin/activate -(.venv) $ pip install -r requirements.txt -(.venv) $ pyevents fetch-upcoming -c communities.toml -``` - -(TBC) diff --git a/communities.toml b/communities.toml deleted file mode 100644 index b6a29ed..0000000 --- a/communities.toml +++ /dev/null @@ -1,19 +0,0 @@ -communities = [ - { slug = 'python-madrid' , url = 'https://www.meetup.com/python-madrid/' }, - { slug = 'pydata-madrid' , url = 'https://www.meetup.com/pydata-madrid/' }, - # { slug = 'python-vigo' , url = 'https://www.python-vigo.es/' }, - { slug = 'python-coruña' , url = 'https://www.meetup.com/python-a-coruna/' }, - { slug = 'pydata-salamanca' , url = 'https://www.meetup.com/PyData-Salamanca/' }, - { slug = 'python-girona' , url = 'https://www.meetup.com/PythonGirona/' }, - { slug = 'pyladies-barcelona' , url = 'https://www.meetup.com/PyLadies-BCN/' }, - { slug = 'python-barcelona' , url = 'https://www.meetup.com/python-barcelona/' }, - { slug = 'pydata-mallorca' , url = 'https://www.meetup.com/PyData-Mallorca/' }, - { slug = 'python-mallorca' , url = 'https://www.meetup.com/Mallorca-Python-Meetup/' }, - { slug = 'pydata-ibiza' , url = 'https://www.meetup.com/pydata-eivissa-ibiza/' }, - { slug = 'python-sevilla' , url = 'https://www.meetup.com/Python-Sevilla/' }, - { slug = 'python-cordoba' , url = 'https://www.meetup.com/Meetup-de-Python-en-Cordoba/' }, - { slug = 'python-malaga' , url = 'https://www.meetup.com/python_malaga/' }, - { slug = 'pydata-granada' , url = 'https://www.meetup.com/pydatagrx/' }, - { slug = 'python-alicante' , url = 'https://www.meetup.com/python_alc/' }, - { slug = 'python-valencia' , url = 'https://www.meetup.com/python-valencia-meetup/' }, -] diff --git a/env.sample b/env.sample deleted file mode 100644 index 6c84208..0000000 --- a/env.sample +++ /dev/null @@ -1,4 +0,0 @@ -TELEGRAM_API_URL = -TELEGRAM_BOT_TOKEN = -TELEGRAM_CHANNEL_ID = -MEETUP_SECRET = diff --git a/src/pyevents/event/__init__.py b/events/.gitkeep similarity index 100% rename from src/pyevents/event/__init__.py rename to events/.gitkeep diff --git a/events/pydata-granada/2023-06-22_3er-MeetUp-de-PyData-Granada-(solo-presencial)_293781212.json b/events/pydata-granada/2023-06-22_3er-MeetUp-de-PyData-Granada-(solo-presencial)_293781212.json new file mode 100644 index 0000000..c7c2ad3 --- /dev/null +++ b/events/pydata-granada/2023-06-22_3er-MeetUp-de-PyData-Granada-(solo-presencial)_293781212.json @@ -0,0 +1,28 @@ +{ + "id": "293781212", + "title": "3er MeetUp de PyData Granada (solo presencial)", + "eventUrl": "https://www.meetup.com/pydatagrx/events/293781212", + "description": "\u00a1PyData Granada se enorgullece de anunciar su tercer MeetUp!\n\n\u00bfQu\u00e9 es PyData? PyData es una comunidad diversa de personas interesadas en el uso y desarrollo de herramientas de an\u00e1lisis de datos con el objetivo de compartir ideas y aprender. Nos reunimos para discutir las mejores pr\u00e1cticas, nuevos enfoques y tecnolog\u00edas emergentes para la gesti\u00f3n de datos, procesamiento, an\u00e1lisis y visualizaci\u00f3n. Utilizamos muchos lenguajes de programaci\u00f3n, incluyendo (pero no limitado a) Python, Julia y R.\n\n### AGENDA\n\n**7:00pm** \\- Apertura de puertas y networking\n\n**7:05pm** \\- Breve presentaci\u00f3n de PyData Granada\nNoticias e informaci\u00f3n sobre la comunidad.\n\n**7:15pm** - ***Clasificaci\u00f3n basada en datos.***\n\nLas t\u00e9cnicas de clasificaci\u00f3n nos permiten obtener particiones de elementos para segmentar poblaciones de forma que se pueden establecer grupos de individuos con caracter\u00edsticas comunes entre ellos y que a su vez sean diferentes de los elementos de otros grupos. Encontrar agrupaciones bas\u00e1ndonos en datos es un tema que ha sido abordado mediante las t\u00e9cnicas estad\u00edsticas de an\u00e1lisis multivariante, concretamente las llamadas t\u00e9cnicas de an\u00e1lisis cluster, que se desarrollaron el siglo pasado. La facilidad con que hoy en d\u00eda se obtienen, almacenan y analizan datos hace que se utilicen este tipo de t\u00e9cnicas en multitud de ocasiones, frecuentemente sin entender del todo cu\u00e1les son las normas por las que se rigen. En esta charla, la ponente explicar\u00e1 los fundamentos de las t\u00e9cnicas de an\u00e1lisis cluster m\u00e1s habituales y c\u00f3mo funcionan.\n\n**Ponente**: Nuria Rico Castro\n\n**Bio**: Profesora de Estad\u00edstica en la Universidad de Granada, ha sido parte de la Oficina de Software Libre y Directora de Secretariado de Datos Abiertos en esta universidad. Participa de forma activa en la promoci\u00f3n de las ciencias y las t\u00e9cnicas as\u00ed como en la divulgaci\u00f3n de la estad\u00edsica y la ciencia de datos. Realiza trabajos interdisciplinares de investigaci\u00f3n, ocup\u00e1ndose del an\u00e1lisis de datos en \u00e1reas tan diversas como la lig\u00fc\u00edstica o la ingenier\u00eda qu\u00edmica.\n\n**7:50pm** - ***\u00bfPuede la estad\u00edstica superar a la Inteligencia Artificial?.***\n\nLa detecci\u00f3n de anomal\u00edas es el proceso de identificar patrones inusuales o anormales en los datos que se desv\u00edan del comportamiento esperado. Tiene muchas aplicaciones en diversos \u00e1mbitos, como la ciberseguridad, la detecci\u00f3n de fraudes, la atenci\u00f3n sanitaria y la supervisi\u00f3n industrial. En esta charla, explorar\u00e9 si la inteligencia artificial (IA) es siempre la mejor opci\u00f3n para la detecci\u00f3n de anomal\u00edas, o si hay casos en los que los m\u00e9todos estad\u00edsticos tradicionales pueden superar o complementar a la IA. Me centrar\u00e9 en dos m\u00e9todos que utilizan la reducci\u00f3n de la dimensionalidad para encontrar las caracter\u00edsticas m\u00e1s relevantes de los datos: Principal Component Analysis (PCA), un m\u00e9todo lineal que utiliza transformaciones ortogonales, y un Autoencoder, una topolog\u00eda de red neuronal que aprende a comprimir y reconstruir los datos. Comparar\u00e9 los puntos fuertes y d\u00e9biles de estos m\u00e9todos y mostrar\u00e9 algunos ejemplos de su rendimiento en conjuntos de datos del mundo real. Tambi\u00e9n discutir\u00e9 algunos retos y futuras direcciones para la investigaci\u00f3n en detecci\u00f3n de anomal\u00edas.\n\n**Ponente**: Pablo Est\u00e9vez Gonz\u00e1lez\n\n**Bio**: Pablo Est\u00e9vez Gonz\u00e1lez es Ingeniero de Telecomunicaciones y trabaja como Site Reliability Engineer (SRE) en Novatec. Es responsable del desarrollo y mantenimiento de sistemas de software fiables, escalables y seguros. Tambi\u00e9n tiene curiosidad por la inteligencia artificial y sus aplicaciones en diferentes dominios, como la ciberseguridad y la infraestructura.\n\n**20:25pm** \\- Networking (patrocinado por Novatec)\n\n\u00bfTe gustar\u00eda hablar en este meetup o en uno futuro? Env\u00edanos tu propuesta a trav\u00e9s de nuestras redes sociales.\n\n**Agradecimientos**\n\n* [NumFOCUS](https://numfocus.org/)\n* [Oficina de Software Libre de la Universidad de Granada](https://osl.ugr.es/)\n* [Novatec Software Engineering Espa\u00f1a](https://www.novatec-gmbh.de/en/location/granada-branch/)\n* [Python Espa\u00f1a](https://es.python.org/)", + "shortDescription": null, + "group": { + "id": "36725854", + "name": "PyData GRX" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27584732", + "name": "P.\u00ba de la Bomba, 5", + "address": "P.\u00ba de la Bomba, 5", + "city": "Granada", + "postalCode": "18008", + "lng": 0, + "lat": 0 + }, + "onlineVenue": null, + "dateTime": "2023-06-22T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-22T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-granada/2023-11-16_4\302\272-MeetUp-de-PyData-Granada-(solo-presencial)_296794509.json" "b/events/pydata-granada/2023-11-16_4\302\272-MeetUp-de-PyData-Granada-(solo-presencial)_296794509.json" new file mode 100644 index 0000000..f8835cd --- /dev/null +++ "b/events/pydata-granada/2023-11-16_4\302\272-MeetUp-de-PyData-Granada-(solo-presencial)_296794509.json" @@ -0,0 +1,28 @@ +{ + "id": "296794509", + "title": "4\u00ba MeetUp de PyData Granada (solo presencial)", + "eventUrl": "https://www.meetup.com/pydatagrx/events/296794509", + "description": "Tras el descanso veraniego y la vuelta al cole, \u00a1PyData Granada se enorgullece de anunciar su cuarto MeetUp!\n\n\u00bfQu\u00e9 es PyData? PyData es una comunidad diversa de personas interesadas en el uso y desarrollo de herramientas de an\u00e1lisis de datos con el objetivo de compartir ideas y aprender. Nos reunimos para discutir las mejores pr\u00e1cticas, nuevos enfoques y tecnolog\u00edas emergentes para la gesti\u00f3n de datos, procesamiento, an\u00e1lisis y visualizaci\u00f3n. Utilizamos muchos lenguajes de programaci\u00f3n, incluyendo (pero no limitado a) Python, Julia y R.\n\n**== AGENDA ==**\n\n**7:00pm** \\- Apertura de puertas y networking\n\n**7:05pm** \\- Breve presentaci\u00f3n de PyData Granada y bienvenida de nuestro patrocinador ELCA\n\n**7:15pm** **\\- C\u00f3mo hacer un Feature Store desde cero**\n\nAd\u00e9ntrate en el apasionante mundo de la creaci\u00f3n de productos basados en Inteligencia Artificial. Optimiza el tiempo de desarrollo de tus equipos de Data Scientists. Minimiza la puesta en producci\u00f3n de tus modelos predictivos creando herramientas transversales entre proyectos. Madura tu ecosistema de paquetes reutilizables. En esta charla obtendr\u00e1s las pautas necesarias para desarrollar uno de los componentes principales de la Ingenier\u00eda del Aprendizaje Autom\u00e1tico, el Feature Store o Almac\u00e9n de Caracter\u00edsticas. Transforma tus variables en un producto de consumo interno y externo f\u00e1cilmente accesible.\n\n**Ponente**: Ernesto Martinez del Pino\n**Bio**: Ernesto Mart\u00ednez del Pino lidera el equipo de Machine Learning Engineering de Syngenta Global. Es CTO y cofounder de Omniaintel, una startup de AI y Bigdata dedicada a la medici\u00f3n de la calidad del aire. Colabora con la startup financiera Menhir en la creaci\u00f3n y dise\u00f1o de productos. Ha impartido dos a\u00f1os consecutivos las asignaturas de Procesamiento de Datos e Inteligencia Artificial en M\u00e1ster en Data Strategy & Analytics como profesor adjunto en Miotic. Es especialista en el desarrollo de productos relacionados con medioambiente, meteorolog\u00eda, fraude, banca y real estate. Muestra un gran inter\u00e9s por la creaci\u00f3n y participaci\u00f3n de nuevas startups.\n\n**7:50pm - Matplotlib vs. Ggplot2**\n\u00a1Prep\u00e1rate para una batalla \u00e9pica de visualizaci\u00f3n de datos entre Matplotlib y ggplot2! Enfrentaremos a estos dos gigantes de la visualizaci\u00f3n y descubriremos qui\u00e9n gana en flexibilidad y control, y qui\u00e9n se alza con la victoria en elegancia y eficiencia \u00a1Esta es tu oportunidad para elegir tu bando y aprender cu\u00e1l de estas bibliotecas liderar\u00e1 tu pr\u00f3xima aventura en visualizaci\u00f3n de datos!\n\n**Ponente**: Rocio Romero Zaliz\n**Bio**: Roc\u00edo Romero Zaliz es docente e investigadora en el Departamento de Ciencias de la Computaci\u00f3n e Inteligencia Artificial de la Universidad de Granada. Forma parte del comit\u00e9 de difusi\u00f3n y comunicaci\u00f3n del Instituto Andaluz de Investigaci\u00f3n en Ciencia de Datos e Inteligencia Computacional (Instituto DaSCI) y es subdirectora de transferencia, docencia e investigaci\u00f3n del Centro de Investigaci\u00f3n en Tecnolog\u00edas de la Informaci\u00f3n y las Comunicaciones (CITIC-UGR). Se especializa en temas interdisciplinares en diversos campos, como la f\u00edsica, las matem\u00e1ticas, la biolog\u00eda y la medicina. Ademas es divulgadora cient\u00edfica ya que adem\u00e1s de dar charlas y participar en eventos como La Noche de los Investigadores, tambi\u00e9n es co-presentadora del podcast SintonIA (\"La IA en las ondas\") en donde divulga temas relacionados con la IA y la ciencia de datos.\n\n**8:25pm - Networking (patrocinado por ELCA)**\n\n\u00bfTe gustar\u00eda hablar en este meetup o en uno futuro? Env\u00edanos tu propuesta a trav\u00e9s de nuestras redes sociales.\n\n**Agradecimientos**\n\n* [NumFOCUS](https://numfocus.org/)\n* [Oficina de Software Libre de la Universidad de Granada](https://osl.ugr.es/)\n* [Python Espa\u00f1a](https://es.python.org/)\n* [ELCA Information Technology](https://www.elca.ch/en)", + "shortDescription": null, + "group": { + "id": "36725854", + "name": "PyData GRX" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27692533", + "name": "ELCA Information Technology", + "address": "Calle Andr\u00e9s Segovia 53, 3B", + "city": "Granada", + "postalCode": "meetup16", + "lng": -3.594947, + "lat": 37.158875 + }, + "onlineVenue": null, + "dateTime": "2023-11-16T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-11-16T21:00+01:00" +} \ No newline at end of file diff --git "a/events/pydata-granada/2023-12-14_5\302\272-MeetUp-de-PyData-Granada---Cell-Painting-y-Eficiencia-en-la-nube_297653701.json" "b/events/pydata-granada/2023-12-14_5\302\272-MeetUp-de-PyData-Granada---Cell-Painting-y-Eficiencia-en-la-nube_297653701.json" new file mode 100644 index 0000000..f9c630f --- /dev/null +++ "b/events/pydata-granada/2023-12-14_5\302\272-MeetUp-de-PyData-Granada---Cell-Painting-y-Eficiencia-en-la-nube_297653701.json" @@ -0,0 +1,28 @@ +{ + "id": "297653701", + "title": "5\u00ba MeetUp de PyData Granada - Cell Painting y Eficiencia en la nube", + "eventUrl": "https://www.meetup.com/pydatagrx/events/297653701", + "description": "**== AGENDA ==**\n\n**7:00pm** \\- Apertura de puertas y networking\n\n**7:05pm** \\- Breve presentaci\u00f3n de PyData Granada y bienvenida de nuestro patrocinador Revvity\n\n**7:15pm** **\\- An\u00e1lisis datos en Drug Discovery: Cell Painting**\nEn esta charla exploraremos la t\u00e9cnica de Cell Painting, fundamental en biolog\u00eda celular. Utiliza sondas fluorescentes para marcar componentes clave como el n\u00facleo, membrana y prote\u00ednas, generando im\u00e1genes detalladas de morfolog\u00eda y estructuras internas celulares. La importancia del Cell Painting va m\u00e1s all\u00e1 de las im\u00e1genes, destacando su capacidad para extraer conocimientos. Abordaremos el uso de computaci\u00f3n paralela en cl\u00fasters para el an\u00e1lisis eficiente de grandes conjuntos de datos celulares. En investigaci\u00f3n biom\u00e9dica, esta t\u00e9cnica es valiosa para comprender reacciones celulares ante diversas condiciones. Su potencial prometedor contribuir\u00e1 al desarrollo de terapias m\u00e1s efectivas y personalizadas en el futuro.\n\n**Ponente**: **Alberto Ramos \u00c1lvarez**\n**Bio**: Alberto, licenciado en Ciencias F\u00edsicas, se doctor\u00f3 con premio extraordinario en Santiago de Compostela en la especialidad de materiales cu\u00e1nticos. Ha participado en experimentos en centros de investigaci\u00f3n alrededor del mundo, incluyendo Finlandia y Jap\u00f3n. Trabaj\u00f3 como cient\u00edfico en el ICFO, un centro de excelencia internacional especializado en fot\u00f3nica situado en Barcelona, contribuyendo al dise\u00f1o y construcci\u00f3n de un microscopio de resoluci\u00f3n temporal a escala de femtosegundos. Actualmente, Alberto aplica su conocimiento como cient\u00edfico de datos en Revvity, una destacada compa\u00f1\u00eda estadounidense enfocada en el sector farmac\u00e9utico y la biotecnolog\u00eda.\n\n**7:50pm - Python en la nube: versatilidad y eficiencia**\nEl despliegue de soluciones en la nube es cada vez la opci\u00f3n m\u00e1s elegida por las empresas para confiar el desarrollo de sus proyectos. Si bien existe un amplio abanico de servicios listos para su uso, no siempre se ajustan a los requerimientos necesarios, aumentando como consecuencia los costes y la complejidad de su mantenimiento. En multitud de ocasiones resulta m\u00e1s favorable la programaci\u00f3n de soluciones personalizadas para procesos ETL/ELT en las que el conocimiento sobre Python y el c\u00e1lculo de la eficiencia de un c\u00f3digo son totalmente indispensables para proporcionar alternativas de calidad capaces de cumplir sus funciones bajo una inversi\u00f3n temporal y monetaria controlada.\n\n**Ponente**: **Lidia S\u00e1nchez M\u00e9rida**\n**Bio**: Lidia es Ingeniera Inform\u00e1tica especializada en Ciencia de Datos y actualmente trabaja principalmente como Azure Data Engineer en UST dentro del \u00e1mbito financiero internacional.\n\n**8:25pm - Networking**\n\n\u00bfTe gustar\u00eda hablar en este meetup o en uno futuro? Env\u00edanos tu propuesta a trav\u00e9s de nuestras redes sociales.\n\n**Agradecimientos**\n\n* [NumFOCUS](https://numfocus.org/)\n* [Oficina de Software Libre de la Universidad de Granada](https://osl.ugr.es/)\n* [Python Espa\u00f1a](https://es.python.org/)\n* [Revvity](https://www.revvity.com/)\n\n**C\u00f3digo de conducta**\nLos eventos de PyData Granada se rigen por los c\u00f3digos de conducta de [NumFocus](https://numfocus.org/code-of-conduct) y de la [Python Software Foundation](https://www.python.org/psf/conduct/).\n\n**\u00bfQu\u00e9 es PyData?**\nPyData es una comunidad diversa de personas interesadas en el uso y desarrollo de herramientas de an\u00e1lisis de datos con el objetivo de compartir ideas y aprender. Nos reunimos para discutir las mejores pr\u00e1cticas, nuevos enfoques y tecnolog\u00edas emergentes para la gesti\u00f3n de datos, procesamiento, an\u00e1lisis y visualizaci\u00f3n. Utilizamos muchos lenguajes de programaci\u00f3n, incluyendo (pero no limitado a) Python, Julia y R.\n\n**\u00a1S\u00edguenos en redes!**\n\n* Twitter/X: [@PyDataGRX](https://twitter.com/PyDataGRX)\n* Mastodon: [@PyDataGRX@masto.ai](https://masto.ai/@pydatagrx)\n* LinkedIn: [pydata-grx](https://www.linkedin.com/company/pydata-grx/)", + "shortDescription": null, + "group": { + "id": "36725854", + "name": "PyData GRX" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27709506", + "name": "Finanzas & I+D+i", + "address": "Av. del Conocimiento, 16", + "city": "Granada", + "postalCode": "18016", + "lng": -3.610328, + "lat": 37.150276 + }, + "onlineVenue": null, + "dateTime": "2023-12-14T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-12-14T21:00+01:00" +} \ No newline at end of file diff --git "a/events/pydata-granada/2024-02-22_6\302\272-MeetUp-de-PyData-Granada---IA-Generativas-+-Clasificaci\303\263n-de-im\303\241genes-m\303\251dicas_298652538.json" "b/events/pydata-granada/2024-02-22_6\302\272-MeetUp-de-PyData-Granada---IA-Generativas-+-Clasificaci\303\263n-de-im\303\241genes-m\303\251dicas_298652538.json" new file mode 100644 index 0000000..fc73757 --- /dev/null +++ "b/events/pydata-granada/2024-02-22_6\302\272-MeetUp-de-PyData-Granada---IA-Generativas-+-Clasificaci\303\263n-de-im\303\241genes-m\303\251dicas_298652538.json" @@ -0,0 +1,28 @@ +{ + "id": "298652538", + "title": "6\u00ba MeetUp de PyData Granada - IA Generativas + Clasificaci\u00f3n de im\u00e1genes m\u00e9dicas", + "eventUrl": "https://www.meetup.com/pydatagrx/events/298652538", + "description": "**== AGENDA ==**\n\n**6:30pm** \\- Apertura de puertas y networking\n\n**6:35pm** \\- Breve presentaci\u00f3n de PyData Granada y bienvenida de nuestro patrocinador Unit4\n\n**6:45pm** **\\- RAG: Adopci\u00f3n/Integraci\u00f3n de la IA Generativa en una empresa en la nube**\nExploraremos el revolucionario mundo de Generative AI y c\u00f3mo puede ser aplicado en el software empresarial. Aprender\u00e1s:\n\n* Introducci\u00f3n al novedoso mundo de Gen AI: Una introducci\u00f3n clara y concisa a Generative AI, LLM, ChatGPT.\n\n* Fundamentos de la t\u00e9cnica RAG (Retrieval-Augmented Generation): Entender qu\u00e9 es y c\u00f3mo nos ayuda a aprovechar al m\u00e1ximo las capacidades de Generative AI.\n\n* Aplicaci\u00f3n Pr\u00e1ctica en Unit4: Casos de estudio reales donde este patr\u00f3n ha sido implementado exitosamente, resaltando los desaf\u00edos, beneficios, y mejores pr\u00e1cticas.\n\n**Ponentes**:\n\n* **Paula Villa Mart\u00edn** es doctora en F\u00edsica por la Universidad de Granada. Se uni\u00f3 a la compa\u00f1\u00eda de software Unit4 en 2021 como Data Scientist, donde ayuda en la identificaci\u00f3n, desarrollo y despliegue de soluciones de Machine Learning.\n* **Oscar Diez G\u00f3mez** es graduado en Matem\u00e1ticas por la Universidad de M\u00e1laga con postgrado en Ciencia de Datos por la Universidad de Granada. Trabaja en la compa\u00f1\u00eda de software Unit4 desde 2021 como Product Manager involucrado en proyectos relacionados con IA y Ciencia de Datos.\n\n**7:15pm - Aprendiendo a clasificar im\u00e1genes m\u00e9dicas**\nTodos los m\u00e9todos que conocemos para clasificar im\u00e1genes necesitan grandes cantidades de ejemplos etiquetados; im\u00e1genes a las que una o varias personas les han asignado una etiqueta. Si queremos usar estos m\u00e9todos para diagnosticar enfermedades, necesitamos que los m\u00e9dicos etiqueten im\u00e1genes m\u00e9dicas. Sin embargo, el tiempo del que disponen los m\u00e9dicos es muy limitado y caro, por lo que es pr\u00e1cticamente imposible obtener grandes conjuntos de im\u00e1genes m\u00e9dicas anotadas manualmente. En esta charla exploraremos c\u00f3mo podemos resolver este problema usando \u201cparadigmas de etiquetado d\u00e9bil\u201d. Profundizaremos en algunas aplicaciones, como la detecci\u00f3n de hemorragias intracraneales o la detecci\u00f3n de c\u00e1ncer.\n\n**Ponente**:\n\n* **Francisco Miguel Castro Mac\u00edas** (Fran Castro) es graduado en Matem\u00e1ticas y en Inform\u00e1tica por la Universidad de Granada. Tiene un m\u00e1ster en Ciencia de Datos e Ingenier\u00eda de Computadores, tambi\u00e9n por la Universidad de Granada. Desde Julio de 2022 es miembro del grupo de investigaci\u00f3n \u201cVisual Information Processing\u201d. Actualmente, es estudiante de doctorado bajo la supervisi\u00f3n de Rafael Molina, Pablo Morales, y Aggelos K. Katsaggelos. Su investigaci\u00f3n se centra en el desarrollo de modelos probabil\u00edsticos para problemas inversos y d\u00e9bilmente supervisados, con aplicaciones en medicina.\n\n**7:45pm - Networking**\n\n\u00bfTe gustar\u00eda hablar en este meetup o en uno futuro? Env\u00edanos tu propuesta a trav\u00e9s de nuestras redes sociales.\n\n**Agradecimientos**\n\n* [NumFOCUS](https://numfocus.org/)\n* [Oficina de Software Libre de la Universidad de Granada](https://osl.ugr.es/)\n* [Python Espa\u00f1a](https://es.python.org/)\n* [Unit4](https://www.unit4.com)\n\n**C\u00f3digo de conducta**\nLos eventos de PyData Granada se rigen por los c\u00f3digos de conducta de [NumFocus](https://numfocus.org/code-of-conduct) y de la [Python Software Foundation](https://www.python.org/psf/conduct/).\n\n**\u00bfQu\u00e9 es PyData?**\nPyData es una comunidad diversa de personas interesadas en el uso y desarrollo de herramientas de an\u00e1lisis de datos con el objetivo de compartir ideas y aprender. Nos reunimos para discutir las mejores pr\u00e1cticas, nuevos enfoques y tecnolog\u00edas emergentes para la gesti\u00f3n de datos, procesamiento, an\u00e1lisis y visualizaci\u00f3n. Utilizamos muchos lenguajes de programaci\u00f3n, incluyendo (pero no limitado a) Python, Julia y R.\n\n**\u00a1S\u00edguenos en redes!**\n\n* Twitter/X: [@PyDataGRX](https://twitter.com/PyDataGRX)\n* Mastodon: [@PyDataGRX@masto.ai](https://masto.ai/@pydatagrx)\n* LinkedIn: [pydata-grx](https://www.linkedin.com/company/pydata-grx/)", + "shortDescription": null, + "group": { + "id": "36725854", + "name": "PyData GRX" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27734980", + "name": "Unit4", + "address": "", + "city": "Granada", + "postalCode": "18100", + "lng": -3.610401, + "lat": 37.15006 + }, + "onlineVenue": null, + "dateTime": "2024-02-22T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-02-22T20:30+01:00" +} \ No newline at end of file diff --git "a/events/pydata-granada/2024-02-22_6\302\272-MeetUp-de-PyData-Granada:-IA-Generativas-+-Clasificaci\303\263n-de-im\303\241genes-m\303\251dicas_298652538.json" "b/events/pydata-granada/2024-02-22_6\302\272-MeetUp-de-PyData-Granada:-IA-Generativas-+-Clasificaci\303\263n-de-im\303\241genes-m\303\251dicas_298652538.json" new file mode 100644 index 0000000..4a3ab87 --- /dev/null +++ "b/events/pydata-granada/2024-02-22_6\302\272-MeetUp-de-PyData-Granada:-IA-Generativas-+-Clasificaci\303\263n-de-im\303\241genes-m\303\251dicas_298652538.json" @@ -0,0 +1,28 @@ +{ + "id": "298652538", + "title": "6\u00ba MeetUp de PyData Granada: IA Generativas + Clasificaci\u00f3n de im\u00e1genes m\u00e9dicas", + "eventUrl": "https://www.meetup.com/pydatagrx/events/298652538", + "description": "**== AGENDA ==**\n\n**6:30pm** \\- Apertura de puertas y networking\n\n**6:35pm** \\- Breve presentaci\u00f3n de PyData Granada y bienvenida de nuestro patrocinador Unit4\n\n**6:45pm** **\\- RAG: Adopci\u00f3n/Integraci\u00f3n de la IA Generativa en una empresa en la nube**\nExploraremos el revolucionario mundo de Generative AI y c\u00f3mo puede ser aplicado en el software empresarial. Aprender\u00e1s:\n\n* Introducci\u00f3n al novedoso mundo de Gen AI: Una introducci\u00f3n clara y concisa a Generative AI, LLM, ChatGPT.\n* Fundamentos de la t\u00e9cnica RAG (Retrieval-Augmented Generation): Entender qu\u00e9 es y c\u00f3mo nos ayuda a aprovechar al m\u00e1ximo las capacidades de Generative AI.\n* Aplicaci\u00f3n Pr\u00e1ctica en Unit4: Casos de estudio reales donde este patr\u00f3n ha sido implementado exitosamente, resaltando los desaf\u00edos, beneficios, y mejores pr\u00e1cticas.\n\n**Ponentes**:\n\n* **Paula Villa Mart\u00edn** es doctora en F\u00edsica por la Universidad de Granada. Se uni\u00f3 a la compa\u00f1\u00eda de software Unit4 en 2021 como Data Scientist, donde ayuda en la identificaci\u00f3n, desarrollo y despliegue de soluciones de Machine Learning.\n* **Oscar Diez G\u00f3mez** es graduado en Matem\u00e1ticas por la Universidad de M\u00e1laga con postgrado en Ciencia de Datos por la Universidad de Granada. Trabaja en la compa\u00f1\u00eda de software Unit4 desde 2021 como Product Manager involucrado en proyectos relacionados con IA y Ciencia de Datos.\n\n**7:15pm - Aprendiendo a clasificar im\u00e1genes m\u00e9dicas**\nTodos los m\u00e9todos que conocemos para clasificar im\u00e1genes necesitan grandes cantidades de ejemplos etiquetados; im\u00e1genes a las que una o varias personas les han asignado una etiqueta. Si queremos usar estos m\u00e9todos para diagnosticar enfermedades, necesitamos que los m\u00e9dicos etiqueten im\u00e1genes m\u00e9dicas. Sin embargo, el tiempo del que disponen los m\u00e9dicos es muy limitado y caro, por lo que es pr\u00e1cticamente imposible obtener grandes conjuntos de im\u00e1genes m\u00e9dicas anotadas manualmente. En esta charla exploraremos c\u00f3mo podemos resolver este problema usando \u201cparadigmas de etiquetado d\u00e9bil\u201d. Profundizaremos en algunas aplicaciones, como la detecci\u00f3n de hemorragias intracraneales o la detecci\u00f3n de c\u00e1ncer.\n\n**Ponente**:\n\n* **Francisco Miguel Castro Mac\u00edas** (Fran Castro) es graduado en Matem\u00e1ticas y en Inform\u00e1tica por la Universidad de Granada. Tiene un m\u00e1ster en Ciencia de Datos e Ingenier\u00eda de Computadores, tambi\u00e9n por la Universidad de Granada. Desde Julio de 2022 es miembro del grupo de investigaci\u00f3n \u201cVisual Information Processing\u201d. Actualmente, es estudiante de doctorado bajo la supervisi\u00f3n de Rafael Molina, Pablo Morales, y Aggelos K. Katsaggelos. Su investigaci\u00f3n se centra en el desarrollo de modelos probabil\u00edsticos para problemas inversos y d\u00e9bilmente supervisados, con aplicaciones en medicina.\n\n**7:45pm - Networking**\n\n\u00bfTe gustar\u00eda hablar en este meetup o en uno futuro? Env\u00edanos tu propuesta a trav\u00e9s de nuestras redes sociales.\n\n**Agradecimientos**\n\n* [NumFOCUS](https://numfocus.org/)\n* [Oficina de Software Libre de la Universidad de Granada](https://osl.ugr.es/)\n* [Python Espa\u00f1a](https://es.python.org/)\n* [Unit4](https://www.unit4.com)\n* [PTS Granada](https://ptsgranada.com/)\n\n**C\u00f3digo de conducta**\nLos eventos de PyData Granada se rigen por los c\u00f3digos de conducta de [NumFocus](https://numfocus.org/code-of-conduct) y de la [Python Software Foundation](https://www.python.org/psf/conduct/).\n\n**\u00bfQu\u00e9 es PyData?**\nPyData es una comunidad diversa de personas interesadas en el uso y desarrollo de herramientas de an\u00e1lisis de datos con el objetivo de compartir ideas y aprender. Nos reunimos para discutir las mejores pr\u00e1cticas, nuevos enfoques y tecnolog\u00edas emergentes para la gesti\u00f3n de datos, procesamiento, an\u00e1lisis y visualizaci\u00f3n. Utilizamos muchos lenguajes de programaci\u00f3n, incluyendo (pero no limitado a) Python, Julia y R.\n\n**\u00a1S\u00edguenos en redes!**\n\n* Twitter/X: [@PyDataGRX](https://twitter.com/PyDataGRX)\n* Mastodon: [@PyDataGRX@masto.ai](https://masto.ai/@pydatagrx)\n* LinkedIn: [pydata-grx](https://www.linkedin.com/company/pydata-grx/)", + "shortDescription": null, + "group": { + "id": "36725854", + "name": "PyData GRX" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27734980", + "name": "Unit4", + "address": "", + "city": "Granada", + "postalCode": "18100", + "lng": -3.610401, + "lat": 37.15006 + }, + "onlineVenue": null, + "dateTime": "2024-02-22T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-02-22T20:30+01:00" +} \ No newline at end of file diff --git "a/events/pydata-granada/2024-03-14_PyDay-2024-|-1-keynote-+-10-charlas-rel\303\241mpago_299507615.json" "b/events/pydata-granada/2024-03-14_PyDay-2024-|-1-keynote-+-10-charlas-rel\303\241mpago_299507615.json" new file mode 100644 index 0000000..540ab9d --- /dev/null +++ "b/events/pydata-granada/2024-03-14_PyDay-2024-|-1-keynote-+-10-charlas-rel\303\241mpago_299507615.json" @@ -0,0 +1,28 @@ +{ + "id": "299507615", + "title": "PyDay 2024 | 1 keynote + 10 charlas rel\u00e1mpago", + "eventUrl": "https://www.meetup.com/pydatagrx/events/299507615", + "description": "Desde [PyData GRX](https://www.meetup.com/pydatagrx/) y [Python Granada](https://www.meetup.com/python-granada/) os invitamos a participar en el \ud83d\udc0d PyDay 2024. Con motivo del d\u00eda de \u03c0, ambos grupos nos juntamos con un evento especial \ud83c\udf89.\n\nContaremos con \u26a1 10 charlas rel\u00e1mpago de 10 minutos y \ud83d\udce2 una keynote de 25 minutos. Para finalizar, os invitaremos a pizzas \ud83c\udf55 gracias al patrocinio de C\u00edvica.\n\n**\ud83d\uddfa Lugar**\nSal\u00f3n de actos de la E.T.S. de Ingenier\u00edas inform\u00e1tica y de telecomunicaci\u00f3n de la Universidad de Granada\n\n**\ud83d\udd50 Horario**\n18:00 \ud83d\ude80 Apertura\n18:10 Anna Pe\u00f1a Mart\u00ednez y Paloma de las Cuevas - **Intro**\n18:20 Martina Kienberger - **(Programming) Language Learning**\n18:30 Alberto Argente del Castillo Garrido - **FLEXible, una librer\u00eda para la simulaci\u00f3n de experimentos de Aprendizaje Federado.**\n18:40 Manuel Mart\u00edn - **\u00bfPuede la IA ayudar a reducir los accidentes de tr\u00e1fico?**\n18:50 Ana Mu\u00f1oz Maquera - **Conociendo Low-Code en Machine Learning con PyCaret**\n19:00 \u2615 Descanso\n19:15 Javier Mayorgas Cobos - **Aprende a dise\u00f1ar una arquitectura ML efectiva**\n19:25 Francisco Carrillo P\u00e9rez - **No todo son im\u00e1genes de gatitos: modelos generativos en biomedicina**\n19:35 Antonio Manjavacas - **Aprendizaje por refuerzo en Python: una breve introducci\u00f3n**\n19:45 Noelia S\u00e1nchez G\u00f3mez - **Un paseo cu\u00e1ntico a trav\u00e9s de Qiskit**\n19:55 Daniel Molina Cabrera - **Mostrando polar como alternativa a Pandas**\n20:05 Keynote por Juan Luis Cano Rodr\u00edguez - **Lo menos importante del c\u00f3digo abierto es el c\u00f3digo**\n20:35 - 21:30 \ud83c\udf55 Networking con pizzas patrocinadas por C\u00edvica\n\n**\ud83d\ude4f Agradecimientos**\n\n* [NumFOCUS](https://numfocus.org/)\n* [Oficina de Software Libre de la Universidad de Granada](https://osl.ugr.es/)\n* [ETSIIT](https://etsiit.ugr.es/)\n* [UGR](https://www.ugr.es/)\n* [Python Espa\u00f1a](https://es.python.org/)\n* [C\u00edvica](https://civica-soft.com/)\n\n**\ud83c\udfad C\u00f3digo de conducta**\nLos eventos de PyData Granada se rigen por los c\u00f3digos de conducta de [NumFocus](https://numfocus.org/code-of-conduct) y de la [Python Software Foundation](https://www.python.org/psf/conduct/).\n\n**\u25b6 \u00a1S\u00edguenos en redes!**\n\n* Twitter/X: [@PyDataGRX](https://twitter.com/PyDataGRX) [@python_granada](https://twitter.com/python_granada)\n* Mastodon: [@PyDataGRX@masto.ai](https://masto.ai/@pydatagrx)\n* LinkedIn: [pydata-grx](https://www.linkedin.com/company/pydata-grx/)\n* Telegram: [Python Granada](https://t.me/pythongrx)", + "shortDescription": null, + "group": { + "id": "36725854", + "name": "PyData GRX" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26213426", + "name": "E.T.S. of Computer and Telecommunication Engineering", + "address": "C. Periodista Daniel Saucedo Aranda, s/n", + "city": "Granada", + "postalCode": "18014", + "lng": -3.624551, + "lat": 37.197056 + }, + "onlineVenue": null, + "dateTime": "2024-03-14T18:00+01:00", + "duration": "PT3H", + "timezone": "Europe/Madrid", + "endTime": "2024-03-14T21:00+01:00" +} \ No newline at end of file diff --git "a/events/pydata-granada/2024-03-14_PyDay-2024-|-1-keynote-+-8-charlas-rel\303\241mpago_299507615.json" "b/events/pydata-granada/2024-03-14_PyDay-2024-|-1-keynote-+-8-charlas-rel\303\241mpago_299507615.json" new file mode 100644 index 0000000..735af61 --- /dev/null +++ "b/events/pydata-granada/2024-03-14_PyDay-2024-|-1-keynote-+-8-charlas-rel\303\241mpago_299507615.json" @@ -0,0 +1,28 @@ +{ + "id": "299507615", + "title": "PyDay 2024 | 1 keynote + 8 charlas rel\u00e1mpago", + "eventUrl": "https://www.meetup.com/pydatagrx/events/299507615", + "description": "Desde [PyData GRX](https://www.meetup.com/pydatagrx/) y [Python Granada](https://www.meetup.com/python-granada/) os invitamos a participar en el \ud83d\udc0d PyDay 2024. Con motivo del d\u00eda de \u03c0, ambos grupos nos juntamos con un evento especial \ud83c\udf89.\n\nContaremos con \u26a1 8 charlas rel\u00e1mpago de 10 minutos y \ud83d\udce2 una keynote de 25 minutos. Para finalizar, os invitaremos a pizzas \ud83c\udf55 gracias al patrocinio de C\u00edvica.\n\n**\ud83d\uddfa Lugar**\nSal\u00f3n de actos de la E.T.S. de Ingenier\u00edas inform\u00e1tica y de telecomunicaci\u00f3n de la Universidad de Granada\n\n**\ud83d\udd50 Horario provisional**\n18:00 Apertura\n18:10 Bienvenida\n18:20 \u26a1 Charlas rel\u00e1mpago \u26a1\n19:50 Keynote\n20:20 Pizzas patrocinadas por C\u00edvica\n\n**\ud83d\ude4f Agradecimientos**\n\n* [NumFOCUS](https://numfocus.org/)\n* [Oficina de Software Libre de la Universidad de Granada](https://osl.ugr.es/)\n* [ETSIIT](https://etsiit.ugr.es/)\n* [UGR](https://www.ugr.es/)\n* [Python Espa\u00f1a](https://es.python.org/)\n* [C\u00edvica](https://civica-soft.com/)\n\n**\ud83c\udfad C\u00f3digo de conducta**\nLos eventos de PyData Granada se rigen por los c\u00f3digos de conducta de [NumFocus](https://numfocus.org/code-of-conduct) y de la [Python Software Foundation](https://www.python.org/psf/conduct/).\n\n**\u25b6 \u00a1S\u00edguenos en redes!**\n\n* Twitter/X: [@PyDataGRX](https://twitter.com/PyDataGRX) [@python_granada](https://twitter.com/python_granada)\n* Mastodon: [@PyDataGRX@masto.ai](https://masto.ai/@pydatagrx)\n* LinkedIn: [pydata-grx](https://www.linkedin.com/company/pydata-grx/)\n* Telegram: [Python Granada](https://t.me/pythongrx)", + "shortDescription": null, + "group": { + "id": "36725854", + "name": "PyData GRX" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26213426", + "name": "E.T.S. of Computer and Telecommunication Engineering", + "address": "C. Periodista Daniel Saucedo Aranda, s/n", + "city": "Granada", + "postalCode": "18014", + "lng": -3.624551, + "lat": 37.197056 + }, + "onlineVenue": null, + "dateTime": "2024-03-14T18:00+01:00", + "duration": "PT3H", + "timezone": "Europe/Madrid", + "endTime": "2024-03-14T21:00+01:00" +} \ No newline at end of file diff --git "a/events/pydata-granada/2024-05-23_7\302\272-MeetUp-de-PyData-Granada---IA-aplicada-a-optimizar-ventas-e-ingener\303\255a-civil_300879864.json" "b/events/pydata-granada/2024-05-23_7\302\272-MeetUp-de-PyData-Granada---IA-aplicada-a-optimizar-ventas-e-ingener\303\255a-civil_300879864.json" new file mode 100644 index 0000000..0914b2b --- /dev/null +++ "b/events/pydata-granada/2024-05-23_7\302\272-MeetUp-de-PyData-Granada---IA-aplicada-a-optimizar-ventas-e-ingener\303\255a-civil_300879864.json" @@ -0,0 +1,28 @@ +{ + "id": "300879864", + "title": "7\u00ba MeetUp de PyData Granada - IA aplicada a optimizar ventas e ingener\u00eda civil", + "eventUrl": "https://www.meetup.com/pydatagrx/events/300879864", + "description": "**== \ud83d\udd52 AGENDA ==**\n**6:15pm** \\- Apertura de puertas y networking\n**6:25pm** \\- Breve presentaci\u00f3n de [PyData Granada](https://www.meetup.com/pydatagrx) y bienvenida de nuestro sponsor [Certinia](https://certinia.com/)\n**6:35pm** **\\- C\u00f3mo el modelado de datos y el aprendizaje autom\u00e1tico optimizan las actividades de ventas para el crecimiento empresarial**\nEn la era del Big Data, las empresas tienen acceso a grandes cantidades de informaci\u00f3n, pero es la utilizaci\u00f3n eficaz de estos datos lo que diferencia a las empresas de \u00e9xito. Aqu\u00ed es donde entran en juego el modelado de datos y el aprendizaje autom\u00e1tico, que ofrecen potentes herramientas para optimizar las actividades de ventas e impulsar el crecimiento empresarial. Esta charla explora c\u00f3mo estas t\u00e9cnicas, implementadas utilizando Polars para el modelado de datos y scikit-learn para el aprendizaje autom\u00e1tico, pueden revolucionar las estrategias de ventas. Exploraremos la importancia de la calidad de los datos, el modelado eficiente de datos y la aplicaci\u00f3n de algoritmos de aprendizaje autom\u00e1tico para mejorar el rendimiento de las ventas y lograr un crecimiento sostenible.\n**Ponentes**:\n\n* **Jos\u00e9 Antonio Ruiz Mill\u00e1n** es Data Engineer del equipo de datos de Certinia.\n* **Jos\u00e9 Santos Salvador** es Data Engineer del equipo de datos de Certinia.\n\n**7:05pm - El gemelo digital en ingenier\u00eda civil**\nLa ingenier\u00eda civil se encuentra en una coyuntura cr\u00edtica del siglo XXI, enfrentando una serie de desaf\u00edos y oportunidades que demandan un cambio en las pr\u00e1cticas y metodolog\u00edas tradicionales. Con numerosas estructuras construidas llegando al final de su vida \u00fatil, surge la necesidad imperiosa de implantar soluciones sostenibles y tecnol\u00f3gicamente avanzadas. Con el fin de abordar este desaf\u00edo, se presenta un marco conceptual integral de gemelo digital, considerando aspectos como el envejecimiento de las infraestructuras y su digitalizaci\u00f3n, la necesidad de modelos anal\u00edticos que funcionen en tiempo real y la escasez de datos para su entrenamiento. Se investigan estrategias para la operaci\u00f3n y mantenimiento, as\u00ed como la adopci\u00f3n cohesionada de tecnolog\u00edas digitales, como el Modelado de Informaci\u00f3n de Construcci\u00f3n (BIM), el Internet de las Cosas (IoT) y la Inteligencia Artificial (IA), empleando modelos de deep learning tanto generativos (conditional WGAN-GP) como predictivos (regresores y clasificadores basados en CNNs).\n**Ponente**:\n\n* **Mar\u00eda Meg\u00eda Carde\u00f1oso** es ingeniera de caminos, canales y puertos por la Universidad de Granada, con 20 a\u00f1os de experiencia en obra civil y proyectos en Espa\u00f1a y Am\u00e9rica, y 5 a\u00f1os en ciencia de datos y machine learning. Consultora para la UE en los programas H2020 y Horizonte Europa, es especialista en I+D+i y reci\u00e9n doctorada en la tecnolog\u00eda del gemelo digital. [LinkedIn](www.linkedin.com/in/maria-megia-cardenoso).\n\n**7:35pm - Networking**\n\u00bfTe gustar\u00eda hablar en este meetup o en uno futuro? Env\u00edanos tu propuesta a trav\u00e9s de nuestras redes sociales.\n\n**\ud83d\ude4f Agradecimientos**\n\n* [NumFOCUS](https://numfocus.org/)\n* [Oficina de Software Libre de la Universidad de Granada](https://osl.ugr.es/)\n* [Python Espa\u00f1a](https://es.python.org/)\n* [Certinia](https://certinia.com/)\n\n**\ud83c\udfad C\u00f3digo de conducta**\nLos eventos de PyData Granada se rigen por los c\u00f3digos de conducta de [NumFocus](https://numfocus.org/code-of-conduct) y de la [Python Software Foundation](https://www.python.org/psf/conduct/).\n\n**\u2728 \u00bfQu\u00e9 es PyData?**\nPyData es una comunidad diversa de personas interesadas en el uso y desarrollo de herramientas de an\u00e1lisis de datos con el objetivo de compartir ideas y aprender. Nos reunimos para discutir las mejores pr\u00e1cticas, nuevos enfoques y tecnolog\u00edas emergentes para la gesti\u00f3n de datos, procesamiento, an\u00e1lisis y visualizaci\u00f3n. Utilizamos muchos lenguajes de programaci\u00f3n, incluyendo (pero no limitado a) Python, Julia y R.\n\n**\u25b6 \u00a1S\u00edguenos en redes!**\n\n* Twitter/X: [@PyDataGRX](https://twitter.com/PyDataGRX)\n* Mastodon: [@PyDataGRX@masto.ai](https://masto.ai/@pydatagrx)\n* LinkedIn: [pydata-grx](https://www.linkedin.com/company/pydata-grx/)", + "shortDescription": null, + "group": { + "id": "36725854", + "name": "PyData GRX" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27807790", + "name": "Certinia", + "address": "Av. San Rafael, 1", + "city": "Armilla", + "postalCode": "18100", + "lng": -3.616573, + "lat": 37.15368 + }, + "onlineVenue": null, + "dateTime": "2024-05-23T18:15+02:00", + "duration": "PT2H45M", + "timezone": "Europe/Madrid", + "endTime": "2024-05-23T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-granada/2024-05-23_7\302\272-MeetUp-de-PyData-Granada---IA-aplicada-a-optimizar-ventas-e-ingenier\303\255a-civil_300879864.json" "b/events/pydata-granada/2024-05-23_7\302\272-MeetUp-de-PyData-Granada---IA-aplicada-a-optimizar-ventas-e-ingenier\303\255a-civil_300879864.json" new file mode 100644 index 0000000..eea7bdb --- /dev/null +++ "b/events/pydata-granada/2024-05-23_7\302\272-MeetUp-de-PyData-Granada---IA-aplicada-a-optimizar-ventas-e-ingenier\303\255a-civil_300879864.json" @@ -0,0 +1,28 @@ +{ + "id": "300879864", + "title": "7\u00ba MeetUp de PyData Granada - IA aplicada a optimizar ventas e ingenier\u00eda civil", + "eventUrl": "https://www.meetup.com/pydatagrx/events/300879864", + "description": "**== \ud83d\udd52 AGENDA ==**\n**6:15pm** \\- Apertura de puertas y networking\n**6:25pm** \\- Breve presentaci\u00f3n de [PyData Granada](https://www.meetup.com/pydatagrx) y bienvenida de nuestro sponsor [Certinia](https://certinia.com/)\n**6:35pm** **\\- C\u00f3mo el modelado de datos y el aprendizaje autom\u00e1tico optimizan las actividades de ventas para el crecimiento empresarial**\nEn la era del Big Data, las empresas tienen acceso a grandes cantidades de informaci\u00f3n, pero es la utilizaci\u00f3n eficaz de estos datos lo que diferencia a las empresas de \u00e9xito. Aqu\u00ed es donde entran en juego el modelado de datos y el aprendizaje autom\u00e1tico, que ofrecen potentes herramientas para optimizar las actividades de ventas e impulsar el crecimiento empresarial. Esta charla explora c\u00f3mo estas t\u00e9cnicas, implementadas utilizando Polars para el modelado de datos y scikit-learn para el aprendizaje autom\u00e1tico, pueden revolucionar las estrategias de ventas. Exploraremos la importancia de la calidad de los datos, el modelado eficiente de datos y la aplicaci\u00f3n de algoritmos de aprendizaje autom\u00e1tico para mejorar el rendimiento de las ventas y lograr un crecimiento sostenible.\n**Ponentes**:\n\n* **Jos\u00e9 Antonio Ruiz Mill\u00e1n** es Data Engineer del equipo de datos de Certinia.\n* **Jos\u00e9 Santos Salvador** es Data Engineer del equipo de datos de Certinia.\n\n**7:05pm - El gemelo digital en ingenier\u00eda civil**\nLa ingenier\u00eda civil se encuentra en una coyuntura cr\u00edtica del siglo XXI, enfrentando una serie de desaf\u00edos y oportunidades que demandan un cambio en las pr\u00e1cticas y metodolog\u00edas tradicionales. Con numerosas estructuras construidas llegando al final de su vida \u00fatil, surge la necesidad imperiosa de implantar soluciones sostenibles y tecnol\u00f3gicamente avanzadas. Con el fin de abordar este desaf\u00edo, se presenta un marco conceptual integral de gemelo digital, considerando aspectos como el envejecimiento de las infraestructuras y su digitalizaci\u00f3n, la necesidad de modelos anal\u00edticos que funcionen en tiempo real y la escasez de datos para su entrenamiento. Se investigan estrategias para la operaci\u00f3n y mantenimiento, as\u00ed como la adopci\u00f3n cohesionada de tecnolog\u00edas digitales, como el Modelado de Informaci\u00f3n de Construcci\u00f3n (BIM), el Internet de las Cosas (IoT) y la Inteligencia Artificial (IA), empleando modelos de deep learning tanto generativos (conditional WGAN-GP) como predictivos (regresores y clasificadores basados en CNNs).\n**Ponente**:\n\n* **Mar\u00eda Meg\u00eda Carde\u00f1oso** es ingeniera de caminos, canales y puertos por la Universidad de Granada, con 20 a\u00f1os de experiencia en obra civil y proyectos en Espa\u00f1a y Am\u00e9rica, y 5 a\u00f1os en ciencia de datos y machine learning. Consultora para la UE en los programas H2020 y Horizonte Europa, es especialista en I+D+i y reci\u00e9n doctorada en la tecnolog\u00eda del gemelo digital. [LinkedIn](www.linkedin.com/in/maria-megia-cardenoso).\n\n**7:35pm - Networking**\n\u00bfTe gustar\u00eda hablar en este meetup o en uno futuro? Env\u00edanos tu propuesta a trav\u00e9s de nuestras redes sociales.\n\n**\ud83d\ude4f Agradecimientos**\n\n* [NumFOCUS](https://numfocus.org/)\n* [Oficina de Software Libre de la Universidad de Granada](https://osl.ugr.es/)\n* [Python Espa\u00f1a](https://es.python.org/)\n* [Certinia](https://certinia.com/)\n\n**\ud83c\udfad C\u00f3digo de conducta**\nLos eventos de PyData Granada se rigen por los c\u00f3digos de conducta de [NumFocus](https://numfocus.org/code-of-conduct) y de la [Python Software Foundation](https://www.python.org/psf/conduct/).\n\n**\u2728 \u00bfQu\u00e9 es PyData?**\nPyData es una comunidad diversa de personas interesadas en el uso y desarrollo de herramientas de an\u00e1lisis de datos con el objetivo de compartir ideas y aprender. Nos reunimos para discutir las mejores pr\u00e1cticas, nuevos enfoques y tecnolog\u00edas emergentes para la gesti\u00f3n de datos, procesamiento, an\u00e1lisis y visualizaci\u00f3n. Utilizamos muchos lenguajes de programaci\u00f3n, incluyendo (pero no limitado a) Python, Julia y R.\n\n**\u25b6 \u00a1S\u00edguenos en redes!**\n\n* Twitter/X: [@PyDataGRX](https://twitter.com/PyDataGRX)\n* Mastodon: [@PyDataGRX@masto.ai](https://masto.ai/@pydatagrx)\n* LinkedIn: [pydata-grx](https://www.linkedin.com/company/pydata-grx/)", + "shortDescription": null, + "group": { + "id": "36725854", + "name": "PyData GRX" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27807790", + "name": "Certinia", + "address": "Av. San Rafael, 1", + "city": "Armilla", + "postalCode": "18100", + "lng": -3.616573, + "lat": 37.15368 + }, + "onlineVenue": null, + "dateTime": "2024-05-23T18:15+02:00", + "duration": "PT2H45M", + "timezone": "Europe/Madrid", + "endTime": "2024-05-23T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-granada/2024-10-17_8\302\272-MeetUp-de-PyData-Granada:-Datos-Abiertos-+-Machine-Learning-en-Alzheimer_303481407.json" "b/events/pydata-granada/2024-10-17_8\302\272-MeetUp-de-PyData-Granada:-Datos-Abiertos-+-Machine-Learning-en-Alzheimer_303481407.json" new file mode 100644 index 0000000..9260857 --- /dev/null +++ "b/events/pydata-granada/2024-10-17_8\302\272-MeetUp-de-PyData-Granada:-Datos-Abiertos-+-Machine-Learning-en-Alzheimer_303481407.json" @@ -0,0 +1,28 @@ +{ + "id": "303481407", + "title": "8\u00ba MeetUp de PyData Granada: Datos Abiertos + Machine Learning en Alzheimer", + "eventUrl": "https://www.meetup.com/pydatagrx/events/303481407", + "description": "**\ud83d\udd52 AGENDA**\n**7:00pm** \\- Apertura de puertas y networking\n\n**7:05pm** \\- Breve presentaci\u00f3n de [PyData Granada](https://www.meetup.com/pydatagrx) y bienvenida de la [Fundaci\u00f3n PTS](https://ptsgranada.com/fundacion/)\n\n**7:15pm** **\\- Datos abiertos en tiempos modernos\\. Problemas\\, soluciones y algunas ideas\\.**\nColaborar y usar datos para tomar decisiones es una tarea complicada, m\u00e1s a\u00fan cuando hay que usar datos p\u00fablicos de varias fuentes. Sin embargo, gracias a nuevas tecnolog\u00edas y est\u00e1ndares, es posible crear portales de datos abiertos que faciliten la colaboraci\u00f3n y la reutilizaci\u00f3n de los datos.\n\u00bfPor qu\u00e9 no aprovechar tecnolog\u00edas que usan las empresas para mejorar la calidad de los datos abiertos y fomentar la colaboraci\u00f3n? En esta charla veremos c\u00f3mo se puede crear un portal de datos abiertos moderno usando herramientas (DuckDB, Dagster, dbt) y est\u00e1ndares abiertos (Arrow, Parquet).\n**Ponente**:\n\n* **[David Gasquez](https://davidgasquez.com/)** es un programador especializado en el mundo de los datos. Durante los \u00faltimos 8 a\u00f1os, ha trabajado como ingeniero de datos para varias empresas. Actualmente trabaja para Protocol Labs manteniendo su portal de datos abiertos.\n\n**7:50pm - Machine Learning en el estudio del Alzheimer. Aplicaciones desde la ingenier\u00eda para la cl\u00ednica.**\nEl Alzheimer es una enfermedad compleja y su estudio requiere de la integraci\u00f3n de m\u00faltiples fuentes de datos cl\u00ednicos, neuroim\u00e1genes y biomarcadores. La interpretaci\u00f3n de estos datos es un desaf\u00edo, especialmente cuando la precisi\u00f3n y rapidez son clave para mejorar el diagn\u00f3stico y tratamiento. Sin embargo, gracias a los avances en aprendizaje m\u00e1quina, es posible desarrollar herramientas que apoyen a los profesionales cl\u00ednicos en la toma de decisiones. En esta charla exploraremos c\u00f3mo podemos ayudar a los neur\u00f3logos en el diagn\u00f3stico del Alzheimer mediante procedimientos basados en datos que sean interpretables, explicables y responsables.\n**Ponente**:\n\n* **[Carmen Jim\u00e9nez Mesa](https://www.linkedin.com/in/carmen-jim%C3%A9nez-mesa-a32a42156/)** es una ingeniera electr\u00f3nica que se ha especializado en el uso de aprendizaje m\u00e1quina para aplicaciones biom\u00e9dicas. Lleva 5 a\u00f1os como investigadora en la universidad de Granada, donde ha realizado un doctorado sobre c\u00f3mo aplicar estas t\u00e9cnicas para mejorar el tratamiento de patolog\u00edas como el Alzheimer, el Parkinson o la esquizofrenia.\n\n**8:25pm - Networking**\n\n**\ud83d\udce2 Llamada a propuestas**\n\u00bfTe gustar\u00eda compartir tus conocimientos y buenas pr\u00e1cticas? Env\u00edanos tu propuesta a trav\u00e9s de nuestras redes sociales o contacta con alguien del equipo de organizaci\u00f3n.\n\n**\ud83d\ude4f Agradecimientos**\n\n* [NumFOCUS](https://numfocus.org/)\n* [Oficina de Software Libre de la Universidad de Granada](https://osl.ugr.es/)\n* [Python Espa\u00f1a](https://es.python.org/)\n* [Fundaci\u00f3n PTS](https://ptsgranada.com/fundacion/)\n\n**\ud83c\udfad C\u00f3digo de conducta**\nLos eventos de PyData Granada se rigen por los c\u00f3digos de conducta de [NumFocus](https://numfocus.org/code-of-conduct) y de la [Python Software Foundation](https://www.python.org/psf/conduct/).\n\n**\u2705 Certificados de asistencia**\nSi necesitas un certificado de asistencia ind\u00edcalo durante el registro y ac\u00e9rcate a recogerlo cuando termine el evento. No se generar\u00e1n certificados a posteriori.\n\n**\u2728 \u00bfQu\u00e9 es PyData?**\nPyData es una comunidad diversa de personas interesadas en el uso y desarrollo de herramientas de an\u00e1lisis de datos con el objetivo de compartir ideas y aprender. Nos reunimos para discutir las mejores pr\u00e1cticas, nuevos enfoques y tecnolog\u00edas emergentes para la gesti\u00f3n de datos, procesamiento, an\u00e1lisis y visualizaci\u00f3n. Utilizamos muchos lenguajes de programaci\u00f3n, incluyendo (pero no limitado a) Python, Julia y R.\n\n**\u25b6 \u00a1S\u00edguenos en redes!**\n\n* Twitter/X: [@PyDataGRX](https://twitter.com/PyDataGRX)\n* Mastodon: [@PyDataGRX@masto.ai](https://masto.ai/@pydatagrx)\n* LinkedIn: [pydata-grx](https://www.linkedin.com/company/pydata-grx/)", + "shortDescription": null, + "group": { + "id": "36725854", + "name": "PyData GRX" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27889148", + "name": "Fundaci\u00f3n Parque Tecnol\u00f3gico de la Salud", + "address": "Avenida del Conocimiento, s/n", + "city": "Granada", + "postalCode": "meetup16", + "lng": -3.602121, + "lat": 37.147686 + }, + "onlineVenue": null, + "dateTime": "2024-10-17T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-10-17T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-granada/2024-10-17_8\302\272-MeetUp-de-PyData-Granada_303481407.json" "b/events/pydata-granada/2024-10-17_8\302\272-MeetUp-de-PyData-Granada_303481407.json" new file mode 100644 index 0000000..b126007 --- /dev/null +++ "b/events/pydata-granada/2024-10-17_8\302\272-MeetUp-de-PyData-Granada_303481407.json" @@ -0,0 +1,28 @@ +{ + "id": "303481407", + "title": "8\u00ba MeetUp de PyData Granada", + "eventUrl": "https://www.meetup.com/pydatagrx/events/303481407", + "description": "**\ud83d\udd52 AGENDA**\n**7:00pm** \\- Apertura de puertas y networking\n\n**7:05pm** \\- Breve presentaci\u00f3n de [PyData Granada](https://www.meetup.com/pydatagrx) y bienvenida de la [Fundaci\u00f3n PTS](https://ptsgranada.com/fundacion/)\n\n**7:15pm** **\\- Datos abiertos en tiempos modernos\\. Problemas\\, soluciones y algunas ideas\\.**\nColaborar y usar datos para tomar decisiones es una tarea complicada, m\u00e1s a\u00fan cuando hay que usar datos p\u00fablicos de varias fuentes. Sin embargo, gracias a nuevas tecnolog\u00edas y est\u00e1ndares, es posible crear portales de datos abiertos que faciliten la colaboraci\u00f3n y la reutilizaci\u00f3n de los datos.\n\u00bfPor qu\u00e9 no aprovechar tecnolog\u00edas que usan las empresas para mejorar la calidad de los datos abiertos y fomentar la colaboraci\u00f3n? En esta charla veremos c\u00f3mo se puede crear un portal de datos abiertos moderno usando herramientas (DuckDB, Dagster, dbt) y est\u00e1ndares abiertos (Arrow, Parquet).\n**Ponente**:\n\n* **[David Gasquez](https://davidgasquez.com/)** es un programador especializado en el mundo de los datos. Durante los \u00faltimos 8 a\u00f1os, ha trabajado como ingeniero de datos para varias empresas. Actualmente trabaja para Protocol Labs manteniendo su portal de datos abiertos.\n\n**7:50pm - 2\u00aa charla por confirmar**\n\n**8:25pm - Networking**\n\n**\ud83d\udce2 Llamada a propuestas**\n\u00bfTe gustar\u00eda compartir tus conocimientos y buenas pr\u00e1cticas? Env\u00edanos tu propuesta a trav\u00e9s de nuestras redes sociales o contacta con alguien del equipo de organizaci\u00f3n.\n\n**\ud83d\ude4f Agradecimientos**\n\n* [NumFOCUS](https://numfocus.org/)\n* [Oficina de Software Libre de la Universidad de Granada](https://osl.ugr.es/)\n* [Python Espa\u00f1a](https://es.python.org/)\n* [Fundaci\u00f3n PTS](https://ptsgranada.com/fundacion/)\n\n**\ud83c\udfad C\u00f3digo de conducta**\nLos eventos de PyData Granada se rigen por los c\u00f3digos de conducta de [NumFocus](https://numfocus.org/code-of-conduct) y de la [Python Software Foundation](https://www.python.org/psf/conduct/).\n\n**\u2705 Certificados de asistencia**\nSi necesitas un certificado de asistencia ind\u00edcalo durante el registro y ac\u00e9rcate a recogerlo cuando termine el evento. No se generar\u00e1n certificados a posteriori.\n\n**\u2728 \u00bfQu\u00e9 es PyData?**\nPyData es una comunidad diversa de personas interesadas en el uso y desarrollo de herramientas de an\u00e1lisis de datos con el objetivo de compartir ideas y aprender. Nos reunimos para discutir las mejores pr\u00e1cticas, nuevos enfoques y tecnolog\u00edas emergentes para la gesti\u00f3n de datos, procesamiento, an\u00e1lisis y visualizaci\u00f3n. Utilizamos muchos lenguajes de programaci\u00f3n, incluyendo (pero no limitado a) Python, Julia y R.\n\n**\u25b6 \u00a1S\u00edguenos en redes!**\n\n* Twitter/X: [@PyDataGRX](https://twitter.com/PyDataGRX)\n* Mastodon: [@PyDataGRX@masto.ai](https://masto.ai/@pydatagrx)\n* LinkedIn: [pydata-grx](https://www.linkedin.com/company/pydata-grx/)", + "shortDescription": null, + "group": { + "id": "36725854", + "name": "PyData GRX" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27889148", + "name": "Fundaci\u00f3n Parque Tecnol\u00f3gico de la Salud", + "address": "Avenida del Conocimiento, s/n", + "city": "Granada", + "postalCode": "meetup16", + "lng": -3.602121, + "lat": 37.147686 + }, + "onlineVenue": null, + "dateTime": "2024-10-17T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-10-17T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-granada/2024-11-21_9\302\272-MeetUp-de-PyData-Granada:-Microevento-II-Congreso-de-Inteligencia-Artificial_304163686.json" "b/events/pydata-granada/2024-11-21_9\302\272-MeetUp-de-PyData-Granada:-Microevento-II-Congreso-de-Inteligencia-Artificial_304163686.json" new file mode 100644 index 0000000..1c3af4c --- /dev/null +++ "b/events/pydata-granada/2024-11-21_9\302\272-MeetUp-de-PyData-Granada:-Microevento-II-Congreso-de-Inteligencia-Artificial_304163686.json" @@ -0,0 +1,28 @@ +{ + "id": "304163686", + "title": "9\u00ba MeetUp de PyData Granada: Microevento II Congreso de Inteligencia Artificial", + "eventUrl": "https://www.meetup.com/pydatagrx/events/304163686", + "description": "\ud83c\udf9f\ud83c\udfab Adem\u00e1s de en este MeetUp, **debes registrarte en el II Congreso de Inteligencia Artificial de Andaluc\u00eda para poder asistir.**\n\n**\u27a1 [REG\u00cdSTRATE AQU\u00cd](https://www.registrocongresoia.com/) \u2b05**\n\n**\ud83d\udd52 AGENDA**\n**7:00pm** **\\- Computaci\u00f3n cu\u00e1ntica en la era de la IA: Una perspectiva desde la f\u00edsica\\.**\n\nEn esta charla con perspectiva divulgativa daremos un paseo por las bases de la computaci\u00f3n cu\u00e1ntica y sus propiedades f\u00edsicas, para acabar conociendo algunos algoritmos cu\u00e1nticos que podr\u00edan potenciar y acelerar la IA. Con la librer\u00eda de Python Qiskit veremos ejemplos pr\u00e1cticos de como implementar estos algoritmos con circuitos cu\u00e1nticos.\n\n**Ponente**:\n\n* **[Noelia S\u00e1nchez G\u00f3mez](https://www.linkedin.com/in/noelia-s%C3%A1nchez-g%C3%B3mez-8641b1214/):** Graduada en F\u00edsica, estudiante del M\u00e1ster de FisyMat de la UGR y becaria de investigaci\u00f3n JAE en el Instituto de Estructura de la Materia.\n\n**7:30pm - IA no Code: Creando un producto de IA en 30 minutos**\n\n\u00bfQu\u00e9 pensar\u00edas si te dijera que voy a crear, delante de ti, un producto perfectamente funcional en vivo, en directo y en media hora? \u00a1Pues cr\u00e9elo! Tendemos a pensar que introducir la IA en procesos de nuestro d\u00eda a d\u00eda es complejo y que requiere de muchos conocimientos t\u00e9cnicos, sin embargo, en esta charla te demuestro lo contrario. Veremos c\u00f3mo, con las herramientas adecuadas, podemos generar un prototipo de un producto que gire entorno a la IA generativa con im\u00e1genes funcionando en muy poco tiempo \u00a1y sin tirar ni una sola l\u00ednea de c\u00f3digo!\n\n**Ponente**:\n\n* **[Andr\u00e9s Matesanz](https://www.linkedin.com/in/aimatesanz/)** es Computer Vision Research Engineer en Sngular y cuenta con m\u00e1s de 5 a\u00f1os de experiencia en el desarrollo de tecnolog\u00edas que permiten a los ordenadores \"ver\". Su trayectoria profesional se centra en proyectos de I+D, as\u00ed como en la automatizaci\u00f3n de procesos de desarrollo de software.\n\n**\ud83d\udce2 Llamada a propuestas**\n\u00bfTe gustar\u00eda compartir tus conocimientos y buenas pr\u00e1cticas? Env\u00edanos tu propuesta a trav\u00e9s de nuestras redes sociales o contacta con alguien del equipo de organizaci\u00f3n.\n\n**\ud83d\ude4f Agradecimientos**\n\n* [NumFOCUS](https://numfocus.org/)\n* [Oficina de Software Libre de la Universidad de Granada](https://osl.ugr.es/)\n* [Python Espa\u00f1a](https://es.python.org/)\n* [Junta de Andaluc\u00eda](https://www.juntadeandalucia.es/)\n* [Agencia Digital de Andaluc\u00eda](https://www.juntadeandalucia.es/organismos/ada.html)\n\n**\ud83c\udfad C\u00f3digo de conducta**\nLos eventos de PyData Granada se rigen por los c\u00f3digos de conducta de [NumFocus](https://numfocus.org/code-of-conduct) y de la [Python Software Foundation](https://www.python.org/psf/conduct/).\n\n**\u2705 Certificados de asistencia**\nSi necesitas un certificado de asistencia ind\u00edcalo durante el registro y ac\u00e9rcate a recogerlo cuando termine el evento. No se generar\u00e1n certificados a posteriori.\n\n**\u2728 \u00bfQu\u00e9 es PyData?**\nPyData es una comunidad diversa de personas interesadas en el uso y desarrollo de herramientas de an\u00e1lisis de datos con el objetivo de compartir ideas y aprender. Nos reunimos para discutir las mejores pr\u00e1cticas, nuevos enfoques y tecnolog\u00edas emergentes para la gesti\u00f3n de datos, procesamiento, an\u00e1lisis y visualizaci\u00f3n. Utilizamos muchos lenguajes de programaci\u00f3n, incluyendo (pero no limitado a) Python, Julia y R.\n\n**\u25b6 \u00a1S\u00edguenos en redes!**\n\n* Twitter/X: [@PyDataGRX](https://twitter.com/PyDataGRX)\n* Mastodon: [@PyDataGRX@masto.ai](https://masto.ai/@pydatagrx)\n* LinkedIn: [pydata-grx](https://www.linkedin.com/company/pydata-grx/)", + "shortDescription": null, + "group": { + "id": "36725854", + "name": "PyData GRX" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "24422826", + "name": "Palacio De Congresos", + "address": "Paseo Del Viol\u00f3n, 19, 18006, Granada", + "city": "Granada", + "postalCode": "meetup16", + "lng": -3.59879, + "lat": 37.16559 + }, + "onlineVenue": null, + "dateTime": "2024-11-21T19:00+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-11-21T20:00+01:00" +} \ No newline at end of file diff --git "a/events/pydata-ibiza/2023-10-26_Innovaci\303\263n,-emprendimiento-y-trabajo-en-remoto_296356503.json" "b/events/pydata-ibiza/2023-10-26_Innovaci\303\263n,-emprendimiento-y-trabajo-en-remoto_296356503.json" new file mode 100644 index 0000000..3b47078 --- /dev/null +++ "b/events/pydata-ibiza/2023-10-26_Innovaci\303\263n,-emprendimiento-y-trabajo-en-remoto_296356503.json" @@ -0,0 +1,28 @@ +{ + "id": "296356503", + "title": "Innovaci\u00f3n, emprendimiento y trabajo en remoto", + "eventUrl": "https://www.meetup.com/pydata-eivissa-ibiza/events/296356503", + "description": "\u00a1Nos complace anunciar el primer evento de PyData en Ibiza en Octubre, donde hablaremos de Python, innovaci\u00f3n, emprendimiento y mucho m\u00e1s!\nEl evento se realizar\u00e1 en la sede de la Sociedad Cultural y Recreativa Casino de Ibiza, \"El Casino des Moll\", situado en Calle Barcelona, n\u00ba 1, Ibiza.\nPara este primer evento, tendremos tres charlas:\n\n* **Juan Luis Cano Rodr\u00edguez** (19:00-19:15), arrancar\u00e1 con una charla sobre Python y su impacto en la innovaci\u00f3n y el emprendimiento.\n* **Francisco Mu\u00f1oz** e **Itziar Zameza** (19:15-19:45), representando a APSL en el mundo IT, nos hablar\u00e1n sobre su trayectoria construida con datos, Python y trabajo en remoto (en espa\u00f1ol).\n* **Gerardo Richarte** (19:45-20:10), CTO de Satellogic, nos mostrar\u00e1 c\u00f3mo han innovado en el sector geoespacial, tambi\u00e9n apoyados en datos, Python y trabajo en remoto (en espa\u00f1ol).\n\nDespu\u00e9s de las charlas, ofreceremos bebidas y picoteo en el mismo lugar para continuar con el networking.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python e innovaci\u00f3n? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta https://pydata.org/code-of-conduct/ el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\n\nWe are excited to announce the first PyData event in Ibiza this October, where we'll talk about Python, innovation, entrepreneurship, and more!\nThe event will take place at the headquarters of the Sociedad Cultural y Recreativa Casino de Ibiza, \"El Casino des Moll\", located at Calle Barcelona, n\u00ba 1, Ibiza.\nFor this inaugural event, we'll kick off with three talks:\n\n* **Juan Luis Cano Rodr\u00edguez** (19:00-19:15), will start with a talk about Python and its impact on innovation and entrepreneurship.\n* **Francisco Mu\u00f1oz** and **Itziar Zamena** (19:15-19:45), representing APSL in the IT world, will share their journey built upon data, Python, and remote work (in Spanish).\n* **Gerardo Richarte** (19:45-20:10), CTO of Satellogic, will show how they have made strides in the geospatial sector, also leveraging data, Python, and remote work (in Spanish).\n\nAfter the talks, drinks and snacks will be available on-site for continued networking.\n\nGeneral recommendations:\n\n* Are you an expert in Python and innovation? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct https://pydata.org/code-of-conduct/ super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "36715005", + "name": "PyData Eivissa/Ibiza" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27669110", + "name": "Carrer Barcelona, 1", + "address": "Carrer Barcelona, 1", + "city": "Eivissa", + "postalCode": "07800", + "lng": 1.437799, + "lat": 38.909878 + }, + "onlineVenue": null, + "dateTime": "2023-10-26T19:00+02:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2023-10-26T20:30+02:00" +} \ No newline at end of file diff --git a/events/pydata-ibiza/2024-09-12_Ciberseguridad-e-Inteligencia-Artificial_302975941.json b/events/pydata-ibiza/2024-09-12_Ciberseguridad-e-Inteligencia-Artificial_302975941.json new file mode 100644 index 0000000..e6f94fe --- /dev/null +++ b/events/pydata-ibiza/2024-09-12_Ciberseguridad-e-Inteligencia-Artificial_302975941.json @@ -0,0 +1,28 @@ +{ + "id": "302975941", + "title": "Ciberseguridad e Inteligencia Artificial", + "eventUrl": "https://www.meetup.com/pydata-eivissa-ibiza/events/302975941", + "description": "\u00a1Nos complace anunciar el segundo evento de PyData en Ibiza en septiembre!\n\nEl evento se realizar\u00e1 en la UIB (antiguo edificio de la Comandancia, carrer del Calvari, 1).\n\nModerar\u00e1n el evento Javier Mar\u00edn Tur y C\u00e9sar Ruiz Gorrochategui, organizadores principales de PyData Eivissa, y contaremos con cuatro charlas:\n\n* **Alberto Mart\u00edn de los Santos** y **Javi Torner Riaza** (19:00-20:00), director de Ciberseguridad y coordinador SOC en Inetum, arrancar\u00e1n con sendas ponencias \"Concienciaci\u00f3n en ciberseguridad: impacto de un ciberataque\" y \"Protegiendo el Futuro Digital: El D\u00eda a D\u00eda de un Analista de Ciberseguridad\".\n* **Marta G\u00f3mez Mac\u00edas** (20:00-20:30), ingeniera de software en VirusTotal, impartir\u00e1 la ponencia \"Ciberamenazas dirigidas a analistas de datos y programadores Python\".\n* **Pau Rodr\u00edguez L\u00f3pez** (20:30-21:00), research scientist en Apple, nos hablar\u00e1 sobre mitigaci\u00f3n de toxicidad en modelos de lenguaje.\n\nEl cierre correr\u00e1 a cargo de Toni Mar\u00ed Ribas, Jefe de estudios FP, IES Sa Colomina.\n\nDespu\u00e9s de las charlas, ofreceremos bebidas y picoteo patrocinados en el mismo lugar para continuar con el networking.\n\nEl evento cuenta con el apoyo del Ayuntamiento de Ibiza, el Consell de Ibiza y la C\u00e1mara de Comercio, as\u00ed como de la organizaci\u00f3n sin \u00e1nimo de lucro NumFOCUS.", + "shortDescription": null, + "group": { + "id": "36715005", + "name": "PyData Eivissa/Ibiza" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27218459", + "name": "Sede Uib ", + "address": "Carrer del calvari 1. Antiguo edificio de La Comandancia.", + "city": "Ibiza", + "postalCode": "meetup645", + "lng": 1.432948, + "lat": 38.90589 + }, + "onlineVenue": null, + "dateTime": "2024-09-12T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-09-12T21:00+02:00" +} \ No newline at end of file diff --git a/events/pydata-ibiza/2025-06-04_Inteligencia-Artificial-y-Datos-Abiertos_307713554.json b/events/pydata-ibiza/2025-06-04_Inteligencia-Artificial-y-Datos-Abiertos_307713554.json new file mode 100644 index 0000000..b5c61e8 --- /dev/null +++ b/events/pydata-ibiza/2025-06-04_Inteligencia-Artificial-y-Datos-Abiertos_307713554.json @@ -0,0 +1,28 @@ +{ + "id": "307713554", + "title": "Inteligencia Artificial y Datos Abiertos", + "eventUrl": "https://www.meetup.com/pydata-eivissa-ibiza/events/307713554", + "description": "\u00a1Nos complace anunciar el tercer evento de PyData en Ibiza!\n\nEl evento se realizar\u00e1 en la Sociedad Cultural y Recreativa Casino de Ibiza, \"El Casino des Moll\" (Calle Barcelona 1, Ibiza).\n\nModerar\u00e1 el evento C\u00e9sar Ruiz Gorrochategui, organizador principal de PyData Eivissa, y contaremos con dos charlas:\n\n* **Juan Gabriel Bernal Hern\u00e1ndez** (19:15-19:45), Ingeniero de Telecomunicaciones en General Electric Healthcare: \u201cPap\u00e1, \u00bfeso del DeepSeek mola o es un cuento?\u201d (en castellano).\n* **Juan Luis Cano Rodr\u00edguez** (20:00-20:30), activista digital: \u00bfD\u00f3nde est\u00e1n, que yo las vea? Mapeando 10 000 viviendas tur\u00edsticas ilegales en Python (en castellano).\n\nDespu\u00e9s de las charlas, ofreceremos bebidas y picoteo en el mismo lugar para hacer un poco de networking.\n\nEl evento cuenta con el apoyo de la organizaci\u00f3n sin \u00e1nimo de lucro NumFOCUS.", + "shortDescription": null, + "group": { + "id": "36715005", + "name": "PyData Eivissa/Ibiza" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27669110", + "name": "Carrer Barcelona, 1", + "address": "Carrer Barcelona, 1", + "city": "Eivissa", + "postalCode": "07800", + "lng": 1.437799, + "lat": 38.909878 + }, + "onlineVenue": null, + "dateTime": "2025-06-04T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-06-04T21:00+02:00" +} \ No newline at end of file diff --git a/events/pydata-madrid/2023-05-10_JupyterCon-2023_292888002.json b/events/pydata-madrid/2023-05-10_JupyterCon-2023_292888002.json new file mode 100644 index 0000000..2a3089f --- /dev/null +++ b/events/pydata-madrid/2023-05-10_JupyterCon-2023_292888002.json @@ -0,0 +1,28 @@ +{ + "id": "292888002", + "title": "JupyterCon 2023", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/292888002", + "description": "Learn more and buy your ticket at https://www.jupytercon.com/.\n\nJupyterCon, May 10-12, is a 3-day conference in Paris, France that brings together data scientists, business analysts, researchers, educators, developers, and core project maintainers for in-depth training, insightful keynotes, networking events, and practical talks exploring the Jupyter ecosystem.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": true, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26204213", + "name": "City of Science and Industry", + "address": "30 Av. Corentin Cariou", + "city": "Paris", + "postalCode": "75019", + "lng": 2.3879, + "lat": 48.895596 + }, + "onlineVenue": null, + "dateTime": "2023-05-10T08:00+02:00", + "duration": "PT57H30M", + "timezone": "Europe/Madrid", + "endTime": "2023-05-12T17:30+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2023-05-25_\360\237\224\247-Mantenimiento-predictivo-+-Dataframes-ultrarr\303\241pidos-con-Polars_293471620.json" "b/events/pydata-madrid/2023-05-25_\360\237\224\247-Mantenimiento-predictivo-+-Dataframes-ultrarr\303\241pidos-con-Polars_293471620.json" new file mode 100644 index 0000000..b0dcaca --- /dev/null +++ "b/events/pydata-madrid/2023-05-25_\360\237\224\247-Mantenimiento-predictivo-+-Dataframes-ultrarr\303\241pidos-con-Polars_293471620.json" @@ -0,0 +1,28 @@ +{ + "id": "293471620", + "title": "\ud83d\udd27 Mantenimiento predictivo + Dataframes ultrarr\u00e1pidos con Polars", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/293471620", + "description": "PyData Madrid vuelve en mayo para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, y lo que surja.\n\nEl evento se realizar\u00e1 en las oficinas de MonoM (calle Albasanz 12), que generosamente ha cedido su espacio.\n\nEn esta ocasi\u00f3n, tendremos el placer de contar con dos charlas:\n\n* **Jarmi Recio** y **Daniel Ruiz de Mart\u00edn Esteban** (19:15-19:45), Head of Data Science en MonoM y Data Scientist en WhiteBox respectivamente, hablar\u00e1n sobre t\u00e9cnicas de Machine Learning para mantenimiento predictivo y detecci\u00f3n de anomal\u00edas en industria (en espa\u00f1ol).\n* **Juan Luis Cano** (19:45-20:15), Developer Advocate en QuantumBlack, AI by McKinsey, hablar\u00e1 sobre Polars, la nueva biblioteca de dataframes ultrarr\u00e1pidos para Python escrita en Rust (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, iremos a un bar cercano para hacer un poco de *networking*.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid comes back in May to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThe event will take place at the MonoM offices (12 Albasanz st), who have generously offered their space.\n\nThis time, we will have the pleasure of having these two talks:\n\n* **Jarmi Recio** and **Daniel Ruiz de Mart\u00edn Esteban** (19:15-19:45), Head of Data Science at MonoM and Data Scientist at WhiteBox respectively, will talk about Machine Learning techniques for predictive maintenance and anomaly detection for industrial applications (in Spanish).\n* **Juan Luis Cano** (19:45-20:15), Developer Advocate at QuantumBlack, AI by McKinsey, will talk about Polars, the new library for blazing fast Python dataframes written in Rust (in Spanish).\n\nAfter the meeting, we will go to a nearby bar to have a drink and do a bit of networking.\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27574571", + "name": "MonoM", + "address": "C. de Albasanz, 12", + "city": "Madrid", + "postalCode": "28037", + "lng": -3.633, + "lat": 40.435677 + }, + "onlineVenue": null, + "dateTime": "2023-05-25T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-05-25T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2023-06-22_\360\237\252\220-Mercury,-la-librer\303\255a-de-Data-Science-de-BBVA-y-defensa-planetaria_294138513.json" "b/events/pydata-madrid/2023-06-22_\360\237\252\220-Mercury,-la-librer\303\255a-de-Data-Science-de-BBVA-y-defensa-planetaria_294138513.json" new file mode 100644 index 0000000..3d67bc1 --- /dev/null +++ "b/events/pydata-madrid/2023-06-22_\360\237\252\220-Mercury,-la-librer\303\255a-de-Data-Science-de-BBVA-y-defensa-planetaria_294138513.json" @@ -0,0 +1,28 @@ +{ + "id": "294138513", + "title": "\ud83e\ude90 Mercury, la librer\u00eda de Data Science de BBVA y defensa planetaria", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/294138513", + "description": "PyData Madrid vuelve en junio para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEl evento se realizar\u00e1 en las oficinas de [BBVA AI Factory](http://www.bbvaaifactory.com/) (Avenida de Manoteras 44, planta 3, Las Tablas), que generosamente ha cedido su espacio.\n\n***Importante*** *\u26a0\ufe0f Necesitamos tu nombre completo y DNI, no olvides introducirlo en el formulario de registro. Usa el campo \"raz\u00f3n para asistir\" para el DNI.*\n\nEn esta ocasi\u00f3n, tendremos el placer de contar con dos charlas:\n\n* **\u00c1lvaro Ibra\u00edn** (19:15-19:45), Data Scientist en BBVA AI Factory, nos hablar\u00e1 sobre c\u00f3mo escalaron internamente el uso de Mercury, la librer\u00eda de Data Science de BBVA, y nos presentar\u00e1 algunos componentes liberados para toda la comunidad (en espa\u00f1ol).\n* **Miguel Benayas** (19:45-20:15), Lead Data Scientist en RENFE, hablar\u00e1 sobre t\u00e9cnicas de Machine Learning para clasificaci\u00f3n de trayectorias de asteroides que desarroll\u00f3 durante su per\u00edodo en el equipo de Defensa Planetaria de la NASA (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, haremos *networking* en las oficinas de BBVA AI Factory, que pondr\u00e1 pizzas y bebidas.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid comes back in May to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThe event will take place at the BBVA AI Factory offices (Avenida de Manoteras 44, planta 3, Las Tablas), who have generously offered their space.\n\n***Important*** *\u26a0\ufe0f We will need your full name and ID, don't forget to type it in the registration form. Use the field \"reason to attend\" for the ID.*\n\nThis time, we will have the pleasure of having these two talks:\n\n* **\u00c1lvaro Ibra\u00edn** (19:15-19:45), Data Scientist at BBVA AI Factory, will tell us about how they scaled internally the use of Mercury, BBVA's Data Science library, and will present some components released for the community (in Spanish).\n* **Miguel Benayas** (19:45-20:15), Lead Data Scientist at RENFE, will talk about Machine Learning techniques for asteroid trajectory classification that he developed during his period at Planetary Defense at NASA (in Spanish).\n\nAfter the meeting, we will stay at BBVA AI Factory offices to do some networking with pizzas and drinks.\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27597721", + "name": "BBVA AI Factory", + "address": "Av. de Manoteras, 44", + "city": "Madrid", + "postalCode": "28050", + "lng": -3.664584, + "lat": 40.487144 + }, + "onlineVenue": null, + "dateTime": "2023-06-22T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-22T21:00+02:00" +} \ No newline at end of file diff --git a/events/pydata-madrid/2023-09-28_(TBC)_296228684.json b/events/pydata-madrid/2023-09-28_(TBC)_296228684.json new file mode 100644 index 0000000..f53e009 --- /dev/null +++ b/events/pydata-madrid/2023-09-28_(TBC)_296228684.json @@ -0,0 +1,28 @@ +{ + "id": "296228684", + "title": "(TBC)", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/296228684", + "description": "PyData Madrid vuelve en junio para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEl evento se realizar\u00e1 en las oficinas de Orange, que generosamente ha cedido su espacio.\n\n***Importante*** *\u26a0\ufe0f Necesitamos tu nombre completo y DNI, no olvides introducirlo en el formulario de registro. Usa el campo \"raz\u00f3n para asistir\" para el DNI. (TBC)*\n\nEn esta ocasi\u00f3n, tendremos el placer de contar con dos charlas:\n\n* **XXX** (19:15-19:45), TBC (en espa\u00f1ol).\n* **Pablo Rodr\u00edguez** (19:45-20:15), Data Scientist en Piperlab, hablar\u00e1 sobre c\u00f3mo utilizar Streamlit y Stlite entre otras herramientas para compartir c\u00f3digo con gente no t\u00e9cnica (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, haremos *networking* en un bar cercano (TBC).\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid comes back in May to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThe event will take place at the Orange offices (), who have generously offered their space.\n\n***Important*** *\u26a0\ufe0f We will need your full name and ID, don't forget to type it in the registration form. Use the field \"reason to attend\" for the ID. (TBC)*\n\nThis time, we will have the pleasure of having these two talks:\n\n* **XXX** (19:15-19:45), TBC (in Spanish).\n* **Pablo Rodr\u00edguez** (19:45-20:15), Data Scientist at Piperlab, will show how to use Streamlit and Stlite among other tools to share your code with non-technical people (in Spanish).\n\nAfter the meeting, we will go to a nearby bar to do some networking (TBC).\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26783348", + "name": "Tienda Orange", + "address": "Prta del Sol, 12", + "city": "Madrid", + "postalCode": "28013", + "lng": -3.703471, + "lat": 40.417286 + }, + "onlineVenue": null, + "dateTime": "2023-09-28T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-09-28T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2023-09-28_\360\237\247\277-Datos-multidimensionales-con-xarray-e-interfaces-gr\303\241ficas-con-Streamlit_296228684.json" "b/events/pydata-madrid/2023-09-28_\360\237\247\277-Datos-multidimensionales-con-xarray-e-interfaces-gr\303\241ficas-con-Streamlit_296228684.json" new file mode 100644 index 0000000..042f98f --- /dev/null +++ "b/events/pydata-madrid/2023-09-28_\360\237\247\277-Datos-multidimensionales-con-xarray-e-interfaces-gr\303\241ficas-con-Streamlit_296228684.json" @@ -0,0 +1,28 @@ +{ + "id": "296228684", + "title": "\ud83e\uddff Datos multidimensionales con xarray e interfaces gr\u00e1ficas con Streamlit", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/296228684", + "description": "PyData Madrid vuelve en septiembre para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEl evento se realizar\u00e1 en el Orange Digital Center (calle San Bernardo 101), que generosamente ha cedido su espacio.\n\nEn esta ocasi\u00f3n, tendremos el placer de contar con dos charlas:\n\n* **Daniel Gonz\u00e1lez Arribas** (19:15-19:45), Senior Mission Analyst en ienai SPACE, nos hablar\u00e1 sobre c\u00f3mo manejar datos en dimensiones m\u00e1s all\u00e1 del tiempo y del espacio con xarray (en espa\u00f1ol).\n* **Pablo Rodr\u00edguez** (19:45-20:15), Data Scientist en Piperlab, hablar\u00e1 sobre c\u00f3mo utilizar Streamlit y Stlite entre otras herramientas para compartir c\u00f3digo con gente no t\u00e9cnica (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, haremos *networking* en un bar cercano.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid comes back in September to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThe event will take place at the Orange Digital Center (101 San Bernardo st), who have generously offered their space.\n\nThis time, we will have the pleasure of having these two talks:\n\n* **Daniel Gonz\u00e1lez Arribas** (19:15-19:45), Senior Mission Analyst at ienai SPACE, will tell us how to handle data in dimensions beyond time and space with xarray (in Spanish).\n* **Pablo Rodr\u00edguez** (19:45-20:15), Data Scientist at Piperlab, will show how to use Streamlit and Stlite among other tools to share your code with non-technical people (in Spanish).\n\nAfter the meeting, we will go to a nearby bar to do some networking.\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27665595", + "name": "Orange Digital Center", + "address": "C. de San Bernardo, 101", + "city": "Madrid", + "postalCode": "28015", + "lng": -3.705532, + "lat": 40.430794 + }, + "onlineVenue": null, + "dateTime": "2023-09-28T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-09-28T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2023-09-28_\360\237\247\277-Interfaces-gr\303\241ficas-con-Streamlit-y-m\303\241s_296228684.json" "b/events/pydata-madrid/2023-09-28_\360\237\247\277-Interfaces-gr\303\241ficas-con-Streamlit-y-m\303\241s_296228684.json" new file mode 100644 index 0000000..7aa112d --- /dev/null +++ "b/events/pydata-madrid/2023-09-28_\360\237\247\277-Interfaces-gr\303\241ficas-con-Streamlit-y-m\303\241s_296228684.json" @@ -0,0 +1,28 @@ +{ + "id": "296228684", + "title": "\ud83e\uddff Interfaces gr\u00e1ficas con Streamlit y m\u00e1s", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/296228684", + "description": "PyData Madrid vuelve en septiembre para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEl evento se realizar\u00e1 en el Orange Digital Center (calle San Bernardo 101), que generosamente ha cedido su espacio.\n\nEn esta ocasi\u00f3n, tendremos el placer de contar con dos charlas:\n\n* Ponente a confirmar (19:15-19:45).\n* **Pablo Rodr\u00edguez** (19:45-20:15), Data Scientist en Piperlab, hablar\u00e1 sobre c\u00f3mo utilizar Streamlit y Stlite entre otras herramientas para compartir c\u00f3digo con gente no t\u00e9cnica (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, haremos *networking* en un bar cercano.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid comes back in September to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThe event will take place at the Orange Digital Center (101 San Bernardo st), who have generously offered their space.\n\nThis time, we will have the pleasure of having these two talks:\n\n* Speaker to be confirmed (19:15-19:45).\n* **Pablo Rodr\u00edguez** (19:45-20:15), Data Scientist at Piperlab, will show how to use Streamlit and Stlite among other tools to share your code with non-technical people (in Spanish).\n\nAfter the meeting, we will go to a nearby bar to do some networking.\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27665595", + "name": "Orange Digital Center", + "address": "C. de San Bernardo, 101", + "city": "Madrid", + "postalCode": "28015", + "lng": -3.705532, + "lat": 40.430794 + }, + "onlineVenue": null, + "dateTime": "2023-09-28T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-09-28T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2023-10-19_\360\237\227\204\357\270\217-SQL-generado-con-lenguaje-natural-y-MLFlow-para-productivizaci\303\263n-de-modelos_296678892.json" "b/events/pydata-madrid/2023-10-19_\360\237\227\204\357\270\217-SQL-generado-con-lenguaje-natural-y-MLFlow-para-productivizaci\303\263n-de-modelos_296678892.json" new file mode 100644 index 0000000..d3fbfaa --- /dev/null +++ "b/events/pydata-madrid/2023-10-19_\360\237\227\204\357\270\217-SQL-generado-con-lenguaje-natural-y-MLFlow-para-productivizaci\303\263n-de-modelos_296678892.json" @@ -0,0 +1,28 @@ +{ + "id": "296678892", + "title": "\ud83d\uddc4\ufe0f SQL generado con lenguaje natural y MLFlow para productivizaci\u00f3n de modelos", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/296678892", + "description": "PyData Madrid vuelve en octubre para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEl evento se realizar\u00e1 en Torre Cepsa (P\u00ba de la Castellana 259), que generosamente ha cedido su espacio.\n\n***Importante*** *\u26a0\ufe0f Necesitamos tu nombre completo y DNI, no olvides introducirlo en el formulario de registro. Usa el campo \"raz\u00f3n para asistir\" para el DNI.*\n\nEn esta ocasi\u00f3n, tendremos el placer de contar con dos charlas:\n\n* **Francisco Jos\u00e9 Aguilera Matas** y **Luis Rodriguez Lujan** (19:15-19:45), Data Engineer en Cepsa y Data Scientist en Cepsa respectivamente, nos dar\u00e1n la charla \"Text2SQL: Del post de Medium al mundo real\", en la que hablaran de generaci\u00f3n de consultas SQL a partir de lenguaje natural como parte de la Democratizaci\u00f3n del dato (en espa\u00f1ol).\n* **Ana Luisa Sierra** y **Roger Pou L\u00f3pez** (19:15-19:45) Data Scientist en Axactor ASA y Data Scientist respectivamente, nos hablar\u00e1n de c\u00f3mo utilizar MLFlow para evitar un desastre total en la productivizaci\u00f3n de modelos (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, haremos *networking* en un bar cercano.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid comes back in October to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThe event will take place at the Torre Cepsa (P\u00ba de la Castellana 259), who have generously offered their space.\n\n***Important*** *\u26a0\ufe0f We will need your full name and ID, don't forget to type it in the registration form. Use the field \"reason to attend\" for the ID.*\n\nThis time, we will have the pleasure of having these two talks:\n\n* **Francisco Jos\u00e9 Aguilera Matas** y **Luis Rodriguez Lujan** (19:15-19:45), Data Engineer at Cepsa and Data Scientist at Cepsa respectively, will give us the talk \"Text2SQL: From Medium post to the real world\", in which they will talk about generating SQL queries from natural language as part of the Democratization of data (in Spanish).\n* **Ana Luisa Sierra** y **Roger Pou L\u00f3pez** (19:15-19:45) Data Scientist at Axactor ASA and Data Scientist respectively, will talk about how to use MLFlow to avoid a total disaster in model productivization (in Spanish).\n\nAfter the meeting, we will go to a nearby bar to do some networking.\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27679769", + "name": "Cepsa", + "address": "P.\u00ba de la Castellana, 259", + "city": "Madrid", + "postalCode": "28029", + "lng": -3.68772, + "lat": 40.475643 + }, + "onlineVenue": null, + "dateTime": "2023-10-19T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-10-19T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2023-10-25_\360\237\216\203-Taller:-Contribuci\303\263n-al-open-source-por-Hacktoberfest_296832658.json" "b/events/pydata-madrid/2023-10-25_\360\237\216\203-Taller:-Contribuci\303\263n-al-open-source-por-Hacktoberfest_296832658.json" new file mode 100644 index 0000000..25d4fb1 --- /dev/null +++ "b/events/pydata-madrid/2023-10-25_\360\237\216\203-Taller:-Contribuci\303\263n-al-open-source-por-Hacktoberfest_296832658.json" @@ -0,0 +1,28 @@ +{ + "id": "296832658", + "title": "\ud83c\udf83 Taller: Contribuci\u00f3n al open source por Hacktoberfest", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/296832658", + "description": "Nos vemos en octubre una vez m\u00e1s para seguir hablando de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEste a\u00f1o nos sumamos a las actividades de Hacktoberfest, un evento anual organizado por DigitalOcean para promover el c\u00f3digo abierto, con un taller de contribuci\u00f3n al open source.\n\nNos enfocaremos en pandas, scikit-learn, y SciPy, pero todos los proyectos son bienvenidos. \u00a1No olvides traer tu port\u00e1til bien cargado!\n\nEl evento se har\u00e1 en The Bridge (paseo de Recoletos 15), que generosamente ha cedido su espacio.\n\nEste ser\u00e1 el esquema del evento:\n\n* **Introducci\u00f3n** (18:00-18:15) Presentaremos PyData Madrid, explicaremos la mec\u00e1nica del taller, y dividiremos a la gente en grupos.\n* **Hacking** (18:15-20:30) Cada grupo empezar\u00e1 a trabajar en las tareas asignadas y empezar\u00e1 a mandar pull requests.\n* **Presentaciones y cierre** (20:30-21:00) Haremos una ronda para ver qu\u00e9 consigui\u00f3 cada grupo y cerraremos el taller.\n\nPara facilitar las contribuciones recomendamos utilizar Gitpod https://gitpod.io/, un entorno de desarrollo colaborativo en la nube compatible con VSCode.\n\nLos \u00fanicos requisitos previos son saber Python, un poco de git, tener cuenta en GitHub, y buena actitud. Algunas tareas ser\u00e1n m\u00e1s dif\u00edciles que otras y el \u00e9xito no est\u00e1 garantizado, pero \u00a1esperamos que todo el mundo disfrute!\n\nDespu\u00e9s del evento nos iremos a tomar algo a un bar cercano.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26842039", + "name": "The Bridge | Digital Talent Accelerator", + "address": "P.\u00ba de Recoletos, 15", + "city": "Madrid", + "postalCode": "28004", + "lng": -3.692671, + "lat": 40.42151 + }, + "onlineVenue": null, + "dateTime": "2023-10-25T18:00+02:00", + "duration": "PT3H", + "timezone": "Europe/Madrid", + "endTime": "2023-10-25T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2023-11-15_\360\237\251\273-Data-quality-para-datos-abiertos-y-diagn\303\263stico-autom\303\241tico-por-imagen_297212407.json" "b/events/pydata-madrid/2023-11-15_\360\237\251\273-Data-quality-para-datos-abiertos-y-diagn\303\263stico-autom\303\241tico-por-imagen_297212407.json" new file mode 100644 index 0000000..e84339d --- /dev/null +++ "b/events/pydata-madrid/2023-11-15_\360\237\251\273-Data-quality-para-datos-abiertos-y-diagn\303\263stico-autom\303\241tico-por-imagen_297212407.json" @@ -0,0 +1,28 @@ +{ + "id": "297212407", + "title": "\ud83e\ude7b Data quality para datos abiertos y diagn\u00f3stico autom\u00e1tico por imagen", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/297212407", + "description": "PyData Madrid vuelve en noviembre para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEl evento se realizar\u00e1 en The Valley Business & Tech School (Calle Torregalindo, 1), en el espacio de innovaci\u00f3n con el que cuenta la escuela: The Place.\n\nEn esta ocasi\u00f3n, tendremos el placer de contar con dos charlas:\n\n* **C\u00e9sar Garc\u00eda** (19:15-19:45), investigador independiente en La Hora Maker, nos hablar\u00e1 de c\u00f3mo medir y mejorar la calidad de datos abiertos usando Python, Great Expectations, y m\u00e1s (en espa\u00f1ol).\n* **Rashid Ibrahimli** y **Christopher Manzano** (19:15-19:45) Data Scientists en WhiteBox, nos hablar\u00e1n de c\u00f3mo hacer diagn\u00f3stico autom\u00e1tico de desviaciones de columna utilizando imagen m\u00e9dica e inteligencia artificial (en ingl\u00e9s).\n\nDespu\u00e9s de la reuni\u00f3n, nos quedaremos haciendo *networking* en las instalaciones de The Valley.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid comes back in November to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThe event will take place at The Valley Business & Tech School (1 Torregalindo st), in the innovation venue they have called The Place.\n\nThis time, we will have the pleasure of having these two talks:\n\n* **C\u00e9sar Garc\u00eda** (19:15-19:45), independent researcher at La Hora Maker, will tell us about how to measure and improve the quality of open data using Python, Great Expectations, and more (in Spanish).\n* **Rashid Ibrahimli** and **Christopher Manzano** (19:15-19:45) Data Scientists at WhiteBox, will talk about how they implemented automated back pain and spinal deviation diagnosis using medical imaging and artificial intelligence (in English).\n\nAfter the meeting, we will stay at The Valley to do some networking.\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26592593", + "name": "The Valley Digital Business School", + "address": "C. de Torregalindo, 1", + "city": "Madrid", + "postalCode": "28020", + "lng": -3.669694, + "lat": 40.461956 + }, + "onlineVenue": null, + "dateTime": "2023-11-15T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-11-15T21:00+01:00" +} \ No newline at end of file diff --git a/events/pydata-madrid/2023-12-06_PyData-Global-2023-(GLOBAL-ONLINE-CONFERENCE)_297617019.json b/events/pydata-madrid/2023-12-06_PyData-Global-2023-(GLOBAL-ONLINE-CONFERENCE)_297617019.json new file mode 100644 index 0000000..e253b3a --- /dev/null +++ b/events/pydata-madrid/2023-12-06_PyData-Global-2023-(GLOBAL-ONLINE-CONFERENCE)_297617019.json @@ -0,0 +1,30 @@ +{ + "id": "297617019", + "title": "PyData Global 2023 (GLOBAL ONLINE CONFERENCE)", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/297617019", + "description": "## Details\n\nThe [PyData Global Online Conference](https://pydata.org/global2023/) is where users, contributors, and newcomers can share experiences to learn from one another and grow together. PyData provides a virtual forum for the international community of users and developers of data analysis tools to share ideas and learn from each other. The global PyData network promotes discussion of best practices, new approaches, and emerging technologies for data management, processing, analytics, and visualization. This three-day online event consists of talks, tutorials, and discussions to bring attendees the latest project features along with cutting-edge use cases.\n\nThe time span of the conference stretches beyond any single time zone, reflecting the global nature of our community. To accommodate our attendees, each session will be recorded and made available to attendees the following day. Following the Conference, all recordings will be posted to the PyData YouTube channel.\n\nTickets follow a pay-what-you-can model and can be found here: [https://pydata.org/global2023/tickets](https://pydata.org/global2023/tickets)\n\n**Why Charge for an Online Conference?**\nRevenue from the event will go to PyData and NumFOCUS, a nonprofit organization that supports open source scientific computer programming. NumFOCUS currently sponsors 60 Open Source Projects, and organizes community-driven educational programs for users and developers of open source scientific tools.\n\nWhile the 2023 PyData Global Conference has no costs for venue or catering, there are still costs associated with bringing the event online. We also need to continue paying fixed costs to keep NumFOCUS healthy, as well as continue supporting the open source community.\nFor this reason, we have chosen to sell tickets with a pay-what-you-can pricing model. We appreciate your support for us during this time so that we can keep supporting you in the future.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": true, + "isOnline": true, + "eventType": "ONLINE", + "venue": { + "id": "26906060", + "name": "Online event", + "address": "", + "city": "", + "postalCode": "", + "lng": 179.1962, + "lat": -8.521147 + }, + "onlineVenue": { + "url": null + }, + "dateTime": "2023-12-06T12:00+01:00", + "duration": "PT58H30M", + "timezone": "Europe/Madrid", + "endTime": "2023-12-08T22:30+01:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2023-12-13_\360\237\221\251\342\200\215\360\237\216\250-ML-como-remedio-para-la-deuda-y-fine-tuning-de-Stable-Diffusion_297744638.json" "b/events/pydata-madrid/2023-12-13_\360\237\221\251\342\200\215\360\237\216\250-ML-como-remedio-para-la-deuda-y-fine-tuning-de-Stable-Diffusion_297744638.json" new file mode 100644 index 0000000..b7ccc48 --- /dev/null +++ "b/events/pydata-madrid/2023-12-13_\360\237\221\251\342\200\215\360\237\216\250-ML-como-remedio-para-la-deuda-y-fine-tuning-de-Stable-Diffusion_297744638.json" @@ -0,0 +1,28 @@ +{ + "id": "297744638", + "title": "\ud83d\udc69\u200d\ud83c\udfa8 ML como remedio para la deuda y fine tuning de Stable Diffusion", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/297744638", + "description": "PyData Madrid vuelve en diciembre para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEl \u00faltimo evento del a\u00f1o se realizar\u00e1 en Ironhack (paseo de La Chopera 14, Matadero - Casa del Lector), quienes generosamente han cedido su espacio.\n\nEn esta ocasi\u00f3n, tendremos el placer de contar con dos charlas:\n\n* **Ainhoa Rodrigo** y **Javier Moral** (19:15-19:45), Data Scientist en BBVA, nos hablar\u00e1 de varias t\u00e9cnicas de machine learning aplicadas a la gesti\u00f3n de la deuda, incluyendo AutoML, m\u00e9todos avanzados de optimizaci\u00f3n de hiperpar\u00e1metros, y m\u00e1s (en espa\u00f1ol).\n* **\u00c1lvaro Solano** y **Alicia P\u00e9rez** (19:45-20:15) Data Scientist y Data Science Team Lead en Centric Software respectivamente, nos hablar\u00e1n de c\u00f3mo hicieron fine tuning de Stable Difussion para generar im\u00e1genes de moda profesionales (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, nos quedaremos haciendo *networking* en las inmediaciones del Matadero.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid comes back in December to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThe last event of the year will take place at Ironhack\n\nThis time, we will have the pleasure of having these two talks:\n\n* **Ainhoa Rodrigo** and **Javier Moral** (19:15-19:45), Data Scientist at BBVA, will describe several machine learning techniques applied to debt management, including AutoML, advanced hyperparameter optimization methods, and more (in Spanish).\n* **\u00c1lvaro Solano** and **Alicia P\u00e9rez** (19:45-20:15) Data Scientist and Data Science Team Lead at Centric Software respectively, will tell us how they fine tuned Stable Difussion to generate professional fashion images (in Spanish).\n\nAfter the meeting, we will stay near Matadero to do some networking.\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26822610", + "name": "Ironhack: Tech Bootcamps en Madrid", + "address": "", + "city": "Madrid", + "postalCode": "28045", + "lng": -3.69844, + "lat": 40.392456 + }, + "onlineVenue": null, + "dateTime": "2023-12-13T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-12-13T21:00+01:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2023-12-13_\360\237\221\251\342\200\215\360\237\216\250-Recuperaci\303\263n-de-deuda-con-ML-y-fine-tuning-de-Stable-Diffusion_297744638.json" "b/events/pydata-madrid/2023-12-13_\360\237\221\251\342\200\215\360\237\216\250-Recuperaci\303\263n-de-deuda-con-ML-y-fine-tuning-de-Stable-Diffusion_297744638.json" new file mode 100644 index 0000000..df989af --- /dev/null +++ "b/events/pydata-madrid/2023-12-13_\360\237\221\251\342\200\215\360\237\216\250-Recuperaci\303\263n-de-deuda-con-ML-y-fine-tuning-de-Stable-Diffusion_297744638.json" @@ -0,0 +1,28 @@ +{ + "id": "297744638", + "title": "\ud83d\udc69\u200d\ud83c\udfa8 Recuperaci\u00f3n de deuda con ML y fine tuning de Stable Diffusion", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/297744638", + "description": "PyData Madrid vuelve en diciembre para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEl \u00faltimo evento del a\u00f1o se realizar\u00e1 en Ironhack (paseo de La Chopera 14, Matadero - Casa del Lector), quienes generosamente han cedido su espacio.\n\nEn esta ocasi\u00f3n, tendremos el placer de contar con dos charlas:\n\n* **Ainhoa Rodrigo** y **Javier Moral** (19:15-19:45), Data Scientist en BBVA, nos hablar\u00e1 de varias t\u00e9cnicas de machine learning aplicadas a la gesti\u00f3n de la deuda, incluyendo AutoML, m\u00e9todos avanzados de optimizaci\u00f3n de hiperpar\u00e1metros, y m\u00e1s (en espa\u00f1ol).\n* **\u00c1lvaro Solano** y **Alicia P\u00e9rez** (19:45-20:15) Data Scientist y Data Science Team Lead en Centric Software respectivamente, nos hablar\u00e1n de c\u00f3mo hicieron fine tuning de Stable Difussion para generar im\u00e1genes de moda profesionales (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, nos quedaremos haciendo *networking* en las inmediaciones del Matadero.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid comes back in December to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThe last event of the year will take place at Ironhack\n\nThis time, we will have the pleasure of having these two talks:\n\n* **Ainhoa Rodrigo** and **Javier Moral** (19:15-19:45), Data Scientist at BBVA, will describe several machine learning techniques applied to debt management, including AutoML, advanced hyperparameter optimization methods, and more (in Spanish).\n* **\u00c1lvaro Solano** and **Alicia P\u00e9rez** (19:45-20:15) Data Scientist and Data Science Team Lead at Centric Software respectively, will tell us how they fine tuned Stable Difussion to generate professional fashion images (in Spanish).\n\nAfter the meeting, we will stay near Matadero to do some networking.\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26822610", + "name": "Ironhack: Tech Bootcamps en Madrid", + "address": "", + "city": "Madrid", + "postalCode": "28045", + "lng": -3.69844, + "lat": 40.392456 + }, + "onlineVenue": null, + "dateTime": "2023-12-13T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-12-13T21:00+01:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2024-01-18_\360\237\223\236-Transcripci\303\263n-de-llamadas-con-IA,-Open-Source-Science,-y-m\303\241s_298479263.json" "b/events/pydata-madrid/2024-01-18_\360\237\223\236-Transcripci\303\263n-de-llamadas-con-IA,-Open-Source-Science,-y-m\303\241s_298479263.json" new file mode 100644 index 0000000..171fd78 --- /dev/null +++ "b/events/pydata-madrid/2024-01-18_\360\237\223\236-Transcripci\303\263n-de-llamadas-con-IA,-Open-Source-Science,-y-m\303\241s_298479263.json" @@ -0,0 +1,28 @@ +{ + "id": "298479263", + "title": "\ud83d\udcde Transcripci\u00f3n de llamadas con IA, Open-Source Science, y m\u00e1s", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/298479263", + "description": "\u00a1Feliz a\u00f1o! \u2728 PyData Madrid vuelve en enero para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEl primer evento de 2024 se realizar\u00e1 en las oficinas de Idealista (plaza de las Cortes 2, 5\u00aa), quienes generosamente han cedido su espacio.\n\nEn esta ocasi\u00f3n, tendremos el placer de contar con una charla m\u00e1s una charla r\u00e1pida:\n\n* **Tim Bonnemann** (19:15-19:20), Community Lead en IBM, nos hablar\u00e1 r\u00e1pidamente de Open-Source Science (OSSci), una iniciativa de NumFOCUS pensada para acelerar la investigaci\u00f3n cient\u00edfica a trav\u00e9s del c\u00f3digo abierto (en ingl\u00e9s).\n* **Alejandro S\u00e1nchez** (19:20-19:50), Senior Data Engineer en MasMovil, contar\u00e1 los retos que encontraron para hacer transcripci\u00f3n de llamadas a call center con IA (en espa\u00f1ol).\n* \u00bfY para acabar? \u00bfCharlas r\u00e1pidas? \u00bfUna charla de \u00faltimo minuto? \u00bfUn debate? \u00a1Escr\u00edbenos!\n\nDespu\u00e9s de la reuni\u00f3n, nos quedaremos haciendo *networking* en las oficinas de Idealista.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nHappy new year! \u2728 PyData Madrid comes back in January to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThe first event of 2024 will take place at Idealista (plaza de las Cortes 2, 5th).\n\nThis time, we will have the pleasure of having one talk and a lightning talk:\n\n* **Tim Bonnemann** (19:15-19:20), Community Lead at IBM, will tell us quickly about Open-Source Science (OSSci), a NumFOCUS initiative aimed at accelerating scientific research and discovery through better open source in science (in English).\n* **Alejandro S\u00e1nchez** (19:20-19:50), Senior Data Engineer at MasMovil, will describe the challenges they faced to transcribe call center calls with AI (in Spanish).\n* And to wrap up? Lightning talks? A last minute proposal? A debate? Let us know!\n\nAfter the meeting, we will stay in the Idealista offices to do some networking.\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26238331", + "name": "Idealista", + "address": "Pl. de las Cortes, 2", + "city": "Madrid", + "postalCode": "28014", + "lng": -3.696032, + "lat": 40.41617 + }, + "onlineVenue": null, + "dateTime": "2024-01-18T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-01-18T21:00+01:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2024-01-18_\360\237\223\236-Transcripci\303\263n-de-llamadas-con-IA,-procesando-petabytes-con-Python,-y-m\303\241s_298479263.json" "b/events/pydata-madrid/2024-01-18_\360\237\223\236-Transcripci\303\263n-de-llamadas-con-IA,-procesando-petabytes-con-Python,-y-m\303\241s_298479263.json" new file mode 100644 index 0000000..01da0be --- /dev/null +++ "b/events/pydata-madrid/2024-01-18_\360\237\223\236-Transcripci\303\263n-de-llamadas-con-IA,-procesando-petabytes-con-Python,-y-m\303\241s_298479263.json" @@ -0,0 +1,28 @@ +{ + "id": "298479263", + "title": "\ud83d\udcde Transcripci\u00f3n de llamadas con IA, procesando petabytes con Python, y m\u00e1s", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/298479263", + "description": "\u00a1Feliz a\u00f1o! \u2728 PyData Madrid vuelve en enero para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEl primer evento de 2024 se realizar\u00e1 en las oficinas de Idealista (plaza de las Cortes 2, 5\u00aa), quienes generosamente han cedido su espacio.\n\nEn esta ocasi\u00f3n, tendremos el placer de contar con dos charlas m\u00e1s una charla r\u00e1pida:\n\n* **Tim Bonnemann** (19:15-19:20), Community Lead en IBM, nos hablar\u00e1 r\u00e1pidamente de Open-Source Science (OSSci), una iniciativa de NumFOCUS pensada para acelerar la investigaci\u00f3n cient\u00edfica a trav\u00e9s del c\u00f3digo abierto (en ingl\u00e9s).\n* **Alejandro S\u00e1nchez** (19:20-19:50), Senior Data Engineer en MasMovil, contar\u00e1 los retos que encontraron para hacer transcripci\u00f3n de llamadas a call center con IA (en espa\u00f1ol).\n* **Alex Fern\u00e1ndez \"Pinchito\"** (19:50-20:20), Backend Engineer en Tinybird, hablar\u00e1 de c\u00f3mo se las arreglan para procesar petabytes de datos con Python (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, nos quedaremos haciendo *networking* en las oficinas de Idealista.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nHappy new year! \u2728 PyData Madrid comes back in January to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThe first event of 2024 will take place at Idealista (plaza de las Cortes 2, 5th).\n\nThis time, we will have the pleasure of having one talk and a lightning talk:\n\n* **Tim Bonnemann** (19:15-19:20), Community Lead at IBM, will tell us quickly about Open-Source Science (OSSci), a NumFOCUS initiative aimed at accelerating scientific research and discovery through better open source in science (in English).\n* **Alejandro S\u00e1nchez** (19:20-19:50), Senior Data Engineer at MasMovil, will describe the challenges they faced to transcribe call center calls with AI (in Spanish).\n* **Alex Fern\u00e1ndez \"Pinchito\"** (19:50-20:20), Backend Engineer at Tinybird, will talk about how do they churn petabytes of data with Python (in Spanish).\n\nAfter the meeting, we will stay in the Idealista offices to do some networking.\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26238331", + "name": "Idealista", + "address": "Pl. de las Cortes, 2", + "city": "Madrid", + "postalCode": "28014", + "lng": -3.696032, + "lat": 40.41617 + }, + "onlineVenue": null, + "dateTime": "2024-01-18T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-01-18T21:00+01:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2024-02-22_\360\237\224\215-Eficiencia-operacional-con-LLMs-y-pipelines-de-scikit-learn_299189759.json" "b/events/pydata-madrid/2024-02-22_\360\237\224\215-Eficiencia-operacional-con-LLMs-y-pipelines-de-scikit-learn_299189759.json" new file mode 100644 index 0000000..cfa59d9 --- /dev/null +++ "b/events/pydata-madrid/2024-02-22_\360\237\224\215-Eficiencia-operacional-con-LLMs-y-pipelines-de-scikit-learn_299189759.json" @@ -0,0 +1,28 @@ +{ + "id": "299189759", + "title": "\ud83d\udd0d Eficiencia operacional con LLMs y pipelines de scikit-learn", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/299189759", + "description": "PyData Madrid vuelve en febrero para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEste mes nos juntaremos en las oficinas de Adyen (calle Serrano 37), quienes generosamente han cedido su espacio.\n\nEn esta ocasi\u00f3n, tendremos el placer de contar con dos charlas:\n\n* **Zorana Bankovic** y **Mart\u00edn Iglesias** (19:15-19:45), Senior Data Scientist y Senior Machine Learning Engineer en Adyen respectivamente, hablar\u00e1n de c\u00f3mo est\u00e1n mejoran do la eficiencia operacional de sus equipos usando procesamiento del lenguaje natural y LLMs (en ingl\u00e9s).\n* **Irene Rodr\u00edguez** (20:00-20:30), Lead Data Scientist en Verti, desgranar\u00e1 los secretos de los pipelines de scikit-learn y c\u00f3mo hacer b\u00fasquedas de hiperpar\u00e1metros con ellos (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, nos quedaremos haciendo *networking* en las oficinas de Adyen.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid comes back in February to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThis event will take place at Adyen (37 Serrano st).\n\nThis time, we will have the pleasure of having two talks:\n\n* **Zorana Bankovic** and **Mart\u00edn Iglesias** (19:15-19:45), Senior Data Scientist and Senior Machine Learning Engineer at Adyen respectively, will talk about driving operational efficiency using NLP and LLMs (in English).\n* **Irene Rodr\u00edguez** (20:00-20:30), Lead Data Scientist at Verti, will do a deep dive into scikit-learn pipelines and how to perform hyperparameter search with them (in Spanish).\n\nAfter the meeting, we will stay in the Adyen offices to do some networking.\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27576766", + "name": "Adyen Madrid", + "address": "C. de Serrano, 37", + "city": "Madrid", + "postalCode": "28001", + "lng": -3.687575, + "lat": 40.428265 + }, + "onlineVenue": null, + "dateTime": "2024-02-22T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-02-22T21:00+01:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2024-03-20_\342\217\251-Anal\303\255tica-acelerada-con-Shapelets-y-conformal-prediction_299749589.json" "b/events/pydata-madrid/2024-03-20_\342\217\251-Anal\303\255tica-acelerada-con-Shapelets-y-conformal-prediction_299749589.json" new file mode 100644 index 0000000..44229e1 --- /dev/null +++ "b/events/pydata-madrid/2024-03-20_\342\217\251-Anal\303\255tica-acelerada-con-Shapelets-y-conformal-prediction_299749589.json" @@ -0,0 +1,28 @@ +{ + "id": "299749589", + "title": "\u23e9 Anal\u00edtica acelerada con Shapelets y conformal prediction", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/299749589", + "description": "PyData Madrid vuelve en marzo para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEste mes nos juntaremos en The Bridge (paseo de Recoletos), que generosamente ha cedido su espacio.\n\nTendremos el placer de contar con dos charlas m\u00e1s una r\u00e1pida:\n\n* **Justo Ruiz Ferrer** y **Adri\u00e1n Carrio Fern\u00e1ndez** (19:15-19:45), CEO y Lead Data Scientist de Shapelets respectivamente, hablar\u00e1n sobre bases de datos vectoriales y sus aplicaciones en series temporales (en espa\u00f1ol).\n* **Carl McBride Ellis** (20:00-20:30), Data Scientist freelance, explicar\u00e1 c\u00f3mo aplicar la t\u00e9cnica de conformal prediction usando bibliotecas como MAPIE (en ingl\u00e9s).\n* **Samuel L\u00f3pez Santamar\u00eda** (20:30-20:40), Data Scientist freelance, contar\u00e1 brevemente su experiencia siendo aut\u00f3nomo y dar\u00e1 algunos trucos (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, nos quedaremos un rato en The Bridge haciendo networking. Pero en esta ocasi\u00f3n no tenemos patrocinador para las bebidas \ud83e\udd72 si nos quieres ayudar, escr\u00edbenos (\u00a1el tiempo apremia!)\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid comes back in March to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThis event will take place at The Bridge (Paseo de Recoletos).\n\nWe will have two talks plus a short one:\n\n* **Justo Ruiz Ferrer** and **Adri\u00e1n Carrio Fern\u00e1ndez** (19:15-19:45), CEO and Lead Data Scientist at Shapelets respectively, will talk about vector databases and their applications for time series processing (in Spanish).\n* **Carl McBride Ellis** (20:00-20:30), freelance Data Scientist, will explain how to use libraries like MAPIE to apply conformal prediction (in English).\n* **Samuel L\u00f3pez Santamar\u00eda** (20:30-20:40), freelance Data Scientist, will tell us his experience being freelance and give some tips and tricks (in Spanish).\n\nAfter the meeting we will stay a few minutes inside The Bridge to do some networking. But this time we don't have sponsor for the beers \ud83e\udd72 if you want to help, reach out (time is running out!)\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "HYBRID", + "venue": { + "id": "26842039", + "name": "The Bridge | Digital Talent Accelerator", + "address": "P.\u00ba de Recoletos, 15", + "city": "Madrid", + "postalCode": "28004", + "lng": -3.692671, + "lat": 40.42151 + }, + "onlineVenue": null, + "dateTime": "2024-03-20T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-03-20T21:00+01:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2024-04-18_\360\237\220\262-LLMOps-&-ML-para-Drilling-Performance-y-Python-&-Mazmorras_300310880.json" "b/events/pydata-madrid/2024-04-18_\360\237\220\262-LLMOps-&-ML-para-Drilling-Performance-y-Python-&-Mazmorras_300310880.json" new file mode 100644 index 0000000..f34651e --- /dev/null +++ "b/events/pydata-madrid/2024-04-18_\360\237\220\262-LLMOps-&-ML-para-Drilling-Performance-y-Python-&-Mazmorras_300310880.json" @@ -0,0 +1,28 @@ +{ + "id": "300310880", + "title": "\ud83d\udc32 LLMOps & ML para Drilling Performance y Python & Mazmorras", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/300310880", + "description": "PyData Madrid vuelve en abril para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEste mes nos juntaremos en Campus Repsol (M\u00e9ndez \u00c1lvaro), que generosamente ha cedido su espacio.\n\n***Importante*** *\u26a0\ufe0f Necesitamos tu nombre completo y DNI, no olvides introducirlo en el formulario de registro. Usa el campo \"raz\u00f3n para asistir\" para el DNI.*\n\nTendremos el placer de contar con dos charlas:\n\n* **Carlos Rosado**, **Alberto Noguera** y **Vanessa Urdaneta** (19:15-19:45), ML Engineers y Data Scientist en Repsol respectivamente, nos mostrar\u00e1n un caso de uso de LLMOps y hablar\u00e1n de ML aplicado a Drilling Performance (en espa\u00f1ol).\n* **Pablo Riutort** (20:00-20:30), Technical Lead en Vodafone, nos invitar\u00e1 a adentrarnos en la optimizaci\u00f3n metaheur\u00edstica y explorar el espacio de soluciones de AlgoRydia en la aventura de \"Python y mazmorras\" (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n nos dirigiremos a un bar cercano para continuar el evento haciendo networking con la mejor compa\u00f1\u00eda.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid comes back in April to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThis event will take place at Repsol campus (M\u00e9ndez \u00c1lvaro).\n\nWe will have two talks:\n\n* **Carlos Rosado**, **Alberto Noguera** **and** **Vanessa Urdaneta** (19:15-19:45), ML Engineers and Data Scientist at Repsol respectively, will show us a LLMOps use case and will talk about ML applied to Drilling Performance (in Spanish).\n* **Pablo Riutort** (20:00-20:30), Technical Lead at Vodafone, will invite us to delve into metaheuristic optimization and explore the AlgoRydia solution space in the adventure of \"Python and dungeons\" (in Spanish).\n\nAfter the meeting we will head to a nearby bar to continue the event networking with the best people!\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "HYBRID", + "venue": { + "id": "26896653", + "name": "Repsol", + "address": "C. de M\u00e9ndez \u00c1lvaro, 44", + "city": "Madrid", + "postalCode": "28045", + "lng": -3.684609, + "lat": 40.397625 + }, + "onlineVenue": null, + "dateTime": "2024-04-18T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-04-18T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2024-05-09_[EVENTO-PRESENCIAL]-\302\241Haz-tu-propio-PyBot!-Taller-pr\303\241ctico-de-AI-Generativa_300767458.json" "b/events/pydata-madrid/2024-05-09_[EVENTO-PRESENCIAL]-\302\241Haz-tu-propio-PyBot!-Taller-pr\303\241ctico-de-AI-Generativa_300767458.json" new file mode 100644 index 0000000..ad527b8 --- /dev/null +++ "b/events/pydata-madrid/2024-05-09_[EVENTO-PRESENCIAL]-\302\241Haz-tu-propio-PyBot!-Taller-pr\303\241ctico-de-AI-Generativa_300767458.json" @@ -0,0 +1,28 @@ +{ + "id": "300767458", + "title": "[EVENTO PRESENCIAL] \u00a1Haz tu propio PyBot! Taller pr\u00e1ctico de AI Generativa", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/300767458", + "description": "\ud83c\udf89 **\u00a1Regresa PyData Madrid!** \ud83c\udf89\n\u00danete a nosotros este comienzo de mes para una experiencia \u00fanica con un **taller pr\u00e1ctico presencial** dise\u00f1ado para profundizar tus conocimientos y habilidades. \ud83d\udcca\ud83d\udc0d\n\nEste mes nos juntaremos en BBVA AI Factory (Avenida de Manoteras 44), que generosamente ha cedido su espacio.\n\n*\u26a0\ufe0f* **Informaci\u00f3n importante para la inscripci\u00f3n:** Para asegurar tu acceso al edificio y la conexi\u00f3n WiFi durante el evento, necesitamos algunos datos esenciales. \ud83d\udcdd ***Para esta ocasi\u00f3n, es imprescindible completar la inscripci\u00f3n a trav\u00e9s del siguiente formulario:***\n\n*\u270d [Inscripci\u00f3n aqu\u00ed](https://airtable.com/appv514PeSR9AEdHF/pagL3ao0tt7zLrM3B/form)*\n\nTendremos el placer de contar con un taller (en Espa\u00f1ol) impartido por:\n\n* **Alejandro Vidal** (18:00-21:00). *Fundador de Mindmakers.*\n\nEn esta sesi\u00f3n crearemos desde cero un chatbot para asistirnos con nuestro c\u00f3digo de Python. Aprenderemos c\u00f3mo hacer RAG, a\u00f1adir herramientas e incluso c\u00f3mo atacar (y defender) estos sistemas basados en sistemas de lenguaje natural.\n\nUn taller muy aplicado donde desmitificaremos algunos conceptos y acabaremos con conceptos avanzados. No se requiere experiencia previa con LLM. S\u00ed es necesario fluidez con Python y un REPL (usaremos Jupyter). Antes de la sesi\u00f3n se ***requiere tener un cuenta de OpenAI activa y con cr\u00e9ditos para realizar los ejercicios.***\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\n\ud83c\udf89 **PyData Madrid is back!** \ud83c\udf89\n\nJoin us at the start of this month for a unique experience featuring a practical workshop designed to deepen your knowledge and skills. \ud83d\udcca\ud83d\udc0d\n\nThis month, we'll gather at BBVA AI Factory (Avenida de Manoteras 44), who has generously provided their space.\n\n\u26a0\ufe0f **Important Registration Information:** To ensure your access to the building and WiFi connectivity during the event, we need some essential information. \ud83d\udcdd \\*\\****For this occasion, it will also be necessary to sign up using the following form:***\n\n*\u270d[Sign up here](https://airtable.com/appv514PeSR9AEdHF/pagL3ao0tt7zLrM3B/form)*\n\nWe are pleased to have a workshop with:\n\n* **Alejandro Vidal (18:00-21:00**). *Founder of MindMakers.*\n\nIn this session, we will create a chatbot from scratch to assist us with our Python coding. We'll learn how to make RAG, add tools, and even how to attack (and defend) these systems based on natural language processing.\nA highly applied workshop where we will demystify some concepts and finish with advanced topics. No previous experience with LLMs is required. **Fluency in Python and a REPL (we will use Jupyter) is necessary. Before the session, you must have an active OpenAI account with credits to carry out the exercises.**\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "HYBRID", + "venue": { + "id": "27597721", + "name": "BBVA AI Factory", + "address": "Av. de Manoteras, 44", + "city": "Madrid", + "postalCode": "28050", + "lng": -3.664584, + "lat": 40.487144 + }, + "onlineVenue": null, + "dateTime": "2024-05-09T18:00+02:00", + "duration": "PT3H", + "timezone": "Europe/Madrid", + "endTime": "2024-05-09T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2024-05-29_\342\230\201\357\270\217-Machine-Learning-desde-Google-Cloud-y-Mitigando-alucinaciones-con-Neo4j_301014940.json" "b/events/pydata-madrid/2024-05-29_\342\230\201\357\270\217-Machine-Learning-desde-Google-Cloud-y-Mitigando-alucinaciones-con-Neo4j_301014940.json" new file mode 100644 index 0000000..cc6914e --- /dev/null +++ "b/events/pydata-madrid/2024-05-29_\342\230\201\357\270\217-Machine-Learning-desde-Google-Cloud-y-Mitigando-alucinaciones-con-Neo4j_301014940.json" @@ -0,0 +1,28 @@ +{ + "id": "301014940", + "title": "\u2601\ufe0f Machine Learning desde Google Cloud y Mitigando alucinaciones con Neo4j", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/301014940", + "description": "PyData Madrid vuelve en mayo para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEl evento se realizar\u00e1 en las oficinas de Making Science (L\u00f3pez de Hoyos, 135), que generosamente ha cedido su espacio.\n\nTendremos el placer de contar con dos charlas:\n\n* **Julio Prado** (19:15-19:45), *Senior Data Scientist en Making Science* nos trae una sesi\u00f3n pr\u00e1ctica sobre creaci\u00f3n e implementaci\u00f3n de modelos de ML con la herramientas de Google Cloud (BigQueryML, VertexAI) (en espa\u00f1ol).\n* **Luis Salvador** (20:00-20:30), *Senior Presales en Neo4j* trae una breve introducci\u00f3n a bases de datos de grafos y su uso con la LLM de OpenAI para obtener respuestas m\u00e1s exactas centradas en el dominio de la aplicaci\u00f3n (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, nos quedaremos haciendo *networking* en las instalaciones de Making Science.\n\n**Recomendaciones generales:**\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid comes back in may to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThe event will take place at Making Science (L\u00f3pez de Hoyos, 135).\n\nThis time, we will have the pleasure of having these two talks:\n\n* **Julio Prado** (19:15-19:45), Senior Data Scientist at Making Science will bring us a hands-on session on creating and implementing ML models with Google Cloud tools (BigQueryML, VertexAI) (in spanish).\n* **Luis Salvador** (20:00-20:30), Senior Presales at Neo4j will give a brief introduction to graph databases and their use with OpenAI's LLM to get more accurate answers focused on the application domain (in spanish).\n\nAfter the meeting, we will stay at Making Science to do some networking.\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "HYBRID", + "venue": { + "id": "26317402", + "name": "Making Science", + "address": "C. de L\u00f3pez de Hoyos, 135", + "city": "Madrid", + "postalCode": "28002", + "lng": -3.669883, + "lat": 40.447197 + }, + "onlineVenue": null, + "dateTime": "2024-05-29T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-05-29T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2024-07-04_\342\230\200\357\270\217-Tour-de-BigFrames-y-fiesta-fin-de-curso_301892826.json" "b/events/pydata-madrid/2024-07-04_\342\230\200\357\270\217-Tour-de-BigFrames-y-fiesta-fin-de-curso_301892826.json" new file mode 100644 index 0000000..66a7056 --- /dev/null +++ "b/events/pydata-madrid/2024-07-04_\342\230\200\357\270\217-Tour-de-BigFrames-y-fiesta-fin-de-curso_301892826.json" @@ -0,0 +1,28 @@ +{ + "id": "301892826", + "title": "\u2600\ufe0f Tour de BigFrames y fiesta fin de curso", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/301892826", + "description": "PyData Madrid vuelve en julio a celebrar la \u00faltima reuni\u00f3n de la temporada para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEn esta ocasi\u00f3n nos reuniremos en el Orange Digital Center (c/ San Bernardo 101), que generosamente ha cedido su espacio.\n\nTendremos el placer de contar con una charla y algunas sorpresas:\n\n* **Diego Vicente** (19:15-19:45), *Data Scientist en Carto* hablar\u00e1 de BigFrames, que ofrece una interfaz compatible con pandas para conectar con BigQuery (en espa\u00f1ol).\n* *Charlas r\u00e1pidas de fin de curso \u2728* \u00a1M\u00e1s detalles pronto!\n\nAl terminar, nos quedaremos tomando algo y haciendo networking.\n\n**Recomendaciones generales:**\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid comes back in July for the last event of the season to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThis time we will meet at the Orange Digital Center (San Bernardo 101).\n\nThis time, we will have the pleasure of having these two talks:\n\n* **Diego Vicente** (19:15-19:45), *Data Scientist at Carto*, will talk about BigFrames, a library offering a pandas-compatible API to connect with BigQuery (in Spanish).\n* *End of season lightning talks* \u2728 more details soon!\n\nAfter the event we will stay doing some networking over drinks.\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "HYBRID", + "venue": { + "id": "27842382", + "name": "Orange Digital Center", + "address": "c/ San Bernardo 101", + "city": "Madrid", + "postalCode": "meetup1", + "lng": -3.705641, + "lat": 40.430744 + }, + "onlineVenue": null, + "dateTime": "2024-07-04T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-07-04T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2024-09-19_\342\234\250-Orquestaci\303\263n-con-Airflow-y-aprendiendo-cualquier-tecnolog\303\255a-en-segundos_303349697.json" "b/events/pydata-madrid/2024-09-19_\342\234\250-Orquestaci\303\263n-con-Airflow-y-aprendiendo-cualquier-tecnolog\303\255a-en-segundos_303349697.json" new file mode 100644 index 0000000..54a6f04 --- /dev/null +++ "b/events/pydata-madrid/2024-09-19_\342\234\250-Orquestaci\303\263n-con-Airflow-y-aprendiendo-cualquier-tecnolog\303\255a-en-segundos_303349697.json" @@ -0,0 +1,28 @@ +{ + "id": "303349697", + "title": "\u2728 Orquestaci\u00f3n con Airflow y aprendiendo cualquier tecnolog\u00eda en segundos", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/303349697", + "description": "PyData Madrid vuelve en septiembre para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEste mes el evento se realizar\u00e1 en las oficinas de Cabify (calle Pradillo 42), que generosamente ha cedido su espacio.\n\nTendremos el placer de contar con dos charlas:\n\n* **Fiorella Piriz** (19:15-19:45), Solution Architect en Amazon Web Services, hablar\u00e1 sobre Apache Airflow, una popular soluci\u00f3n para orquestaci\u00f3n de flujos de datos basada en Python (en espa\u00f1ol).\n* **Jose Mussach** (20:00-20:30), Consultor Senior en la Comunidad de Madrid, nos contar\u00e1 c\u00f3mo hace para ponerse al d\u00eda en cualquier tecnolog\u00eda en cuesti\u00f3n de segundos con Python (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, nos quedaremos haciendo *networking* en las instalaciones de Cabify.\n\n**Recomendaciones generales:**\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\n\nPyData Madrid comes back in September to talk about Python, Data, Visualization, Artificial Intelligence, and more!\n\nThe event will take place at Cabify (Pradillo, 42).\n\nThis time, we will have the pleasure of having these two talks:\n\n* **Fiorella Piriz** (19:15-19:45), Solution Architect en Amazon Web Services, will talk about Apache Airflow, a popular open source solution for data orchestration written in Python (in Spanish).\n* **Jose Mussach** (20:00-20:30), Senior Consultant at Comunidad de Madrid, will tell us how he catches up with any technology in seconds using Python (in Spanish).\n\nAfter the meeting, we will stay at Cabify to do some networking.\n\nGeneral recommendations:\n\n* Are you an expert in Python and Data? Are you a beginner and you want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "25501240", + "name": "Cabify", + "address": "Calle de Pradillo, 42, 28002", + "city": "Madrid", + "postalCode": "", + "lng": -3.670841, + "lat": 40.448925 + }, + "onlineVenue": null, + "dateTime": "2024-09-19T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-09-19T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2024-10-09_\360\237\216\203-Hacktoberfest:-taller-de-contribuci\303\263n-a-proyectos-open-source_303470661.json" "b/events/pydata-madrid/2024-10-09_\360\237\216\203-Hacktoberfest:-taller-de-contribuci\303\263n-a-proyectos-open-source_303470661.json" new file mode 100644 index 0000000..9f86804 --- /dev/null +++ "b/events/pydata-madrid/2024-10-09_\360\237\216\203-Hacktoberfest:-taller-de-contribuci\303\263n-a-proyectos-open-source_303470661.json" @@ -0,0 +1,28 @@ +{ + "id": "303470661", + "title": "\ud83c\udf83 Hacktoberfest: taller de contribuci\u00f3n a proyectos open source", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/303470661", + "description": "Un a\u00f1o m\u00e1s, \u00a1PyData Madrid participa en **Hacktoberfest**!\n\nHacktoberfest es un evento anual que se celebra durante el mes de octubre orientado a promover la colaboraci\u00f3n en proyectos open source.\n\nDurante este mes, desarrolladores de todo el mundo se unen para a\u00f1adir nuevas funcionalidades, corregir errores o mejorar la documentaci\u00f3n de proyectos de c\u00f3digo abierto. Es una oportunidad fant\u00e1stica para involucrarte en la comunidad open source, aprender, desarrollar tus habilidades y divertirte, incluso hay premios para aquellos que hagan varias contribuciones.\n\n**\u00bfQui\u00e9n puede participar en Hacktoberfest?**\n\n\u00a1Cualquiera! Uno de los principios de Hacktoberfest es que todo el mundo es bienvenido. Para nuestro taller hay algunos requisitos:\n\n* Cuenta en GitHub\n* Conocimientos de Python (algunas tareas ser\u00e1n m\u00e1s dif\u00edciles que otras)\n* Conocimientos de Git\n* Tener ganas de participar y buena actitud (a veces contribuir no ser\u00e1 f\u00e1cil)\n\nPuedes utilizar el IDE que te resulte m\u00e1s c\u00f3modo o usar [Gitpod](https://gitpod.io), un entorno de desarrollo colaborativo en la nube compatible con VS Code.\n\nPor \u00faltimo, \u00a1no olvides traer tu port\u00e1til bien cargado!.\n\n**\u00bfEn qu\u00e9 consiste este evento?**\n\nEl taller se llevar\u00e1 a cabo de 18:00 a 21:00 en las instalaciones de **Datais** (c/ Mar\u00eda de Molina, 39), que generosamente ha cedido su espacio.\n\nAl arrancar daremos algunos trucos b\u00e1sicos y nos repartiremos en grupos para contribuir a diferentes proyectos. *La lista final de proyectos a\u00fan est\u00e1 en progreso*.\n\nEl a\u00f1o pasado conseguimos hacer 4 pull requests a SciPy, scikit-learn, y pandas. \u00bfCu\u00e1ntas podremos hacer este a\u00f1o?\n\n**Programa del taller:**\n\n* **Introducci\u00f3n** (18:00-18:15): presentaremos PyData Madrid, explicaremos la mec\u00e1nica del taller y formaremos equipos de trabajo.\n* ***Hacking*** (18:15-20:30): durante este tiempo contaremos con mentores que os ayudar\u00e1n para que pod\u00e1is mandar pull requests.\n* **Cierre** (20:30-21:00): haremos una ronda para comentar nuestros avances y cerraremos el taller. *Incluye charla sorpresa*.\n\nAl acabar, iremos a tomar algo a un bar cercano.\n\nRecuerda que en los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27888742", + "name": "Datais", + "address": "C/Maria de Molina, 39", + "city": "Madrid", + "postalCode": "meetup1", + "lng": -3.680033, + "lat": 40.437744 + }, + "onlineVenue": null, + "dateTime": "2024-10-09T18:00+02:00", + "duration": "PT3H", + "timezone": "Europe/Madrid", + "endTime": "2024-10-09T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2024-10-24_\360\237\233\222-Creando-una-Feature-Store-y-m\303\251todos-psicom\303\251tricos-para-evaluar-idiomas_303898031.json" "b/events/pydata-madrid/2024-10-24_\360\237\233\222-Creando-una-Feature-Store-y-m\303\251todos-psicom\303\251tricos-para-evaluar-idiomas_303898031.json" new file mode 100644 index 0000000..446f206 --- /dev/null +++ "b/events/pydata-madrid/2024-10-24_\360\237\233\222-Creando-una-Feature-Store-y-m\303\251todos-psicom\303\251tricos-para-evaluar-idiomas_303898031.json" @@ -0,0 +1,28 @@ +{ + "id": "303898031", + "title": "\ud83d\uded2 Creando una Feature Store y m\u00e9todos psicom\u00e9tricos para evaluar idiomas", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/303898031", + "description": "PyData Madrid vuelve en octubre para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1y lo que surja!\n\nEste mes es especial ya que es el primer meetup coorganizado con el equipo de **MLOps Community Madrid**.\n\nPor favor, **ap\u00fantate solamente en una plataforma:** a este evento en Meetup o **al de MLOps en [Luma](https://lu.ma/ehl909bh)**)\n\nEl evento se realizar\u00e1 en **The Bridge** (Paseo de Recoletos, 15), que generosamente ha cedido su espacio.\n\nTendremos el placer de contar con dos charlas:\n\n* **Alejandro Vidal** (18:45-19:30) nos hablar\u00e1 sobre su desarrollo de una feature store en Python, las herramientas usadas para ello y por qu\u00e9 las alternativas actuales no encajaban con su prop\u00f3sito (en espa\u00f1ol).\n* **Ignacio Peletier y Jes\u00fas L\u00f3pez** (19:45-20:30) nos hablar\u00e1n sobre m\u00e9todos psicom\u00e9tricos para evaluar el nivel de ingl\u00e9s (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, nos iremos a un bar cercano para hacer networking.\n\nRecomendaciones generales:\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1no dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/). El resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\n\nPyData Madrid returns in October to talk about Python, Data, Visualization, Artificial Intelligence, and whatever else comes up!\n\nThis month is special because it's the first meetup co-organized with the **MLOps Community Madrid** team. (Please sign up either for our event or theirs on [Luma](https://lu.ma/ehl909bh))\n\nThe event will take place at **The Bridge** (Paseo de Recoletos, 15), who has generously offered their space.\n\nWe will have the pleasure of featuring two talks:\n\n* **Alejandro Vidal (18:45-19:30)** will talk about his development of a feature store in Python, the tools used for it, and why current alternatives didn't fit his purpose (in Spanish).\n* **Ignacio Peletier and Jes\u00fas L\u00f3pez (19:45-20:30)** will discuss psychometric methods to evaluate English proficiency (in Spanish).\n\nAfter the meeting, we will go to a nearby bar for networking.\n\n**General recommendations:**\n\n* Do you know a lot about Python and Data? Do you know little and want to learn more? In both cases, you are very welcome!\n* Apply the \"Pacman rule\": if you're in a circle, always leave a gap so that another person can join.\n* There may be attendees who do not speak Spanish well and are more comfortable in English. Be patient and don't let them get bored!\n* At PyData events, a Code of Conduct applies: [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/). The translated summary: be kind, refrain from insulting and making sexist, racist, or generally exclusionary jokes, and absolutely no sexual advances towards other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26842039", + "name": "The Bridge | Digital Talent Accelerator", + "address": "P.\u00ba de Recoletos, 15", + "city": "Madrid", + "postalCode": "28004", + "lng": -3.692671, + "lat": 40.42151 + }, + "onlineVenue": null, + "dateTime": "2024-10-24T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-10-24T20:30+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2024-11-21_\360\237\217\216\357\270\217\302\240IA-Generativa-para-impulsar-la-calidad-y-acelerar-la-productivizaci\303\263n-digita_304584218.json" "b/events/pydata-madrid/2024-11-21_\360\237\217\216\357\270\217\302\240IA-Generativa-para-impulsar-la-calidad-y-acelerar-la-productivizaci\303\263n-digita_304584218.json" new file mode 100644 index 0000000..4af165c --- /dev/null +++ "b/events/pydata-madrid/2024-11-21_\360\237\217\216\357\270\217\302\240IA-Generativa-para-impulsar-la-calidad-y-acelerar-la-productivizaci\303\263n-digita_304584218.json" @@ -0,0 +1,28 @@ +{ + "id": "304584218", + "title": "\ud83c\udfce\ufe0f\u00a0IA Generativa para impulsar la calidad y acelerar la productivizaci\u00f3n digita", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/304584218", + "description": "PyData Madrid vuelve en noviembre para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1Y lo que surja!\n\nEste mes el evento se realizar\u00e1 en las oficinas de Moeve (antes Cepsa) que generosamente ha cedido su espacio en P\u00ba de la Castellana, 259A.\n\nTendremos el placer de contar con dos charlas:\n\n* **Jes\u00fas Genil** (19:15-19:45), Agile Support Model en Moeve, hablar\u00e1 sobre c\u00f3mo la IA generativa aporta en el ciclo de vida de los productos digitales, ayudando a tener productos estables, eficientes y que aportan el valor que se espera de ellos (en espa\u00f1ol).\n* **Diego San Andr\u00e9s** (20:00-20:30), Operational Administrator en Axactor, nos contar\u00e1 c\u00f3mo desarroll\u00f3 Similator, desde los primeros pasos hasta la publicaci\u00f3n en PyPI (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, nos quedaremos haciendo *networking* en las instalaciones de Moeve.\n\n**Recomendaciones generales:**\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1No dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\n\nPyData Madrid returns in November to talk about Python, Data, Visualization, Artificial Intelligence, and whatever else comes up!\n\nThis month, the event will take place at Moeve's offices (formerly Cepsa), which has generously offered their space at P\u00ba de la Castellana, 259A.\n\nThis time, we are excited to present these two talks:\n\n* **Jes\u00fas Genil** (19:15-19:45), Agile Support Model at Moeve, will discuss how generative AI contributes to the digital products lifecycle, helping to create stable and efficient products that deliver the expected value (in Spanish).\n* **Diego San Andr\u00e9s** (20:00-20:30), Operational Administrator at Axactor, will share how he developed Similator, from the initial steps to its publication on PyPI (in Spanish).\n\nAfter the meeting, we will stay for networking at Moeve's facilities.\n\n**General recommendations:**\n\n* Are you an expert in Python and Data? Are you a beginner and want to learn more? In both cases, you are very welcome!\n* Apply the \"Pac-man rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free to approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) Super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27923203", + "name": "Moeve", + "address": "Paseo de la Castellana, 259A", + "city": "Madrid", + "postalCode": "meetup1", + "lng": -3.687263, + "lat": 40.475925 + }, + "onlineVenue": null, + "dateTime": "2024-11-21T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-11-21T21:00+01:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2024-11-21_\360\237\217\216\357\270\217\302\240IA-Generativa-para-impulsar-la-calidad-y-crea-un-paquete-con-Python_304584218.json" "b/events/pydata-madrid/2024-11-21_\360\237\217\216\357\270\217\302\240IA-Generativa-para-impulsar-la-calidad-y-crea-un-paquete-con-Python_304584218.json" new file mode 100644 index 0000000..c521661 --- /dev/null +++ "b/events/pydata-madrid/2024-11-21_\360\237\217\216\357\270\217\302\240IA-Generativa-para-impulsar-la-calidad-y-crea-un-paquete-con-Python_304584218.json" @@ -0,0 +1,28 @@ +{ + "id": "304584218", + "title": "\ud83c\udfce\ufe0f\u00a0IA Generativa para impulsar la calidad y crea un paquete con Python", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/304584218", + "description": "PyData Madrid vuelve en noviembre para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1Y lo que surja!\n\nEste mes el evento se realizar\u00e1 en las oficinas de Moeve (antes Cepsa) que generosamente ha cedido su espacio en P\u00ba de la Castellana, 259A.\n\n***Importante*** *\u26a0\ufe0f Necesitamos tu nombre completo y DNI, no olvides introducirlo en el formulario de registro. Usa el campo \"raz\u00f3n para asistir\" para el DNI.*\n\nTendremos el placer de contar con dos charlas:\n\n* **Jes\u00fas Genil** (19:15-19:45), Agile Support Model en Moeve, hablar\u00e1 sobre c\u00f3mo la IA generativa aporta en el ciclo de vida de los productos digitales, ayudando a tener productos estables, eficientes y que aportan el valor que se espera de ellos (en espa\u00f1ol).\n* **Diego San Andr\u00e9s** (20:00-20:30), Operational Administrator en Axactor, nos contar\u00e1 c\u00f3mo desarroll\u00f3 Similator, desde los primeros pasos hasta la publicaci\u00f3n en PyPI (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, nos quedaremos haciendo *networking* en las instalaciones de Moeve.\n\n**Recomendaciones generales:**\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1No dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\n\nPyData Madrid returns in November to talk about Python, Data, Visualization, Artificial Intelligence, and whatever else comes up!\n\nThis month, the event will take place at Moeve's offices (formerly Cepsa), which has generously offered their space at P\u00ba de la Castellana, 259A.\n\n***Important*** *\u26a0\ufe0f We need your full name and ID, do not forget to enter it in the registration form.* *Use the \u201creason for attending\u201d field for the ID.*\n\nThis time, we are excited to present these two talks:\n\n* **Jes\u00fas Genil** (19:15-19:45), Agile Support Model at Moeve, will discuss how generative AI contributes to the digital products lifecycle, helping to create stable and efficient products that deliver the expected value (in Spanish).\n* **Diego San Andr\u00e9s** (20:00-20:30), Operational Administrator at Axactor, will share how he developed Similator, from the initial steps to its publication on PyPI (in Spanish).\n\nAfter the meeting, we will stay for networking at Moeve's facilities.\n\n**General recommendations:**\n\n* Are you an expert in Python and Data? Are you a beginner and want to learn more? In both cases, you are very welcome!\n* Apply the \"Pac-man rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free to approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) Super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27923203", + "name": "Moeve", + "address": "Paseo de la Castellana, 259A", + "city": "Madrid", + "postalCode": "meetup1", + "lng": -3.687263, + "lat": 40.475925 + }, + "onlineVenue": null, + "dateTime": "2024-11-21T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-11-21T21:00+01:00" +} \ No newline at end of file diff --git a/events/pydata-madrid/2024-12-03_PyData-Global-2024_303797738.json b/events/pydata-madrid/2024-12-03_PyData-Global-2024_303797738.json new file mode 100644 index 0000000..31b6cb2 --- /dev/null +++ b/events/pydata-madrid/2024-12-03_PyData-Global-2024_303797738.json @@ -0,0 +1,28 @@ +{ + "id": "303797738", + "title": "PyData Global 2024", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/303797738", + "description": "**PyData Global 2024 is a 3-day virtual event for the international community of data scientists, data engineers, and developers of data analysis tools to share ideas and learn from each other.**\n\n**During the conference, attendees will have the opportunity to attend live keynote sessions and talks, lightning talks, and get to know fellow members of the PyData Community.**\n\n**The event will be virtually hosted.**\n\n**Schedule: [https://pydata.org/global2024/schedule](https://pydata.org/global2024/schedule)**\n\n**Buy tickets here: [https://pydata.org/global2024/tickets](https://pydata.org/global2024/tickets)**\n\n[https://pydata.org/global2024/](https://pydata.org/global2024/)", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": true, + "isOnline": true, + "eventType": "ONLINE", + "venue": { + "id": "26906060", + "name": "Online event", + "address": "", + "city": "", + "postalCode": "", + "lng": 179.1962, + "lat": -8.521147 + }, + "onlineVenue": null, + "dateTime": "2024-12-03T12:00+01:00", + "duration": "PT59H30M", + "timezone": "Europe/Madrid", + "endTime": "2024-12-05T23:30+01:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2025-01-23_\360\237\215\224-Analizando-restaurantes-fantasma-y-Geoprocesamiento-con-QGIS_305606180.json" "b/events/pydata-madrid/2025-01-23_\360\237\215\224-Analizando-restaurantes-fantasma-y-Geoprocesamiento-con-QGIS_305606180.json" new file mode 100644 index 0000000..151ba9b --- /dev/null +++ "b/events/pydata-madrid/2025-01-23_\360\237\215\224-Analizando-restaurantes-fantasma-y-Geoprocesamiento-con-QGIS_305606180.json" @@ -0,0 +1,28 @@ +{ + "id": "305606180", + "title": "\ud83c\udf54 Analizando restaurantes fantasma y Geoprocesamiento con QGIS", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/305606180", + "description": "***Importante*** *\u26a0\ufe0f Necesitamos tu nombre completo y DNI, no olvides introducirlo en el formulario de registro. Usa el campo \"raz\u00f3n para asistir\" para el DNI.*\n\nPyData Madrid vuelve en Enero para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1Y lo que surja!\n\nEn esta ocasi\u00f3n se trata de una edici\u00f3n muy especial, organizada conjuntamente con la comunidad de **GeoInquietos Madrid** (https://geoinquietos.org/grupos/madrid/).\n\nEste mes el evento se realizar\u00e1 en las oficinas de TomTom que generosamente ha cedido su espacio en Calle de Agustin de Foxa 4, 28036 (planta 8).\n\nTendremos el placer de contar con dos charlas:\n\n* **Kiko Mart\u00edn y Toni Almagro** (19:15-19:45), Senior Data Scientist y Staff Data Scientist en TomTom respectivamente, hablar\u00e1n sobre restaurantes fantasma y como los evita un cient\u00edfico de datos (en espa\u00f1ol).\n* **V\u00edctor Olaya** (20:00-20:30), Principal Software Engineer en CARTO, nos hablar\u00e1 de c\u00f3mo realizar an\u00e1lisis geoespacial con Processing, el marco de geoprocesos de QGIS (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, nos quedaremos haciendo *networking* en las instalaciones de TomTom.\n\n**Recomendaciones generales:**\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1No dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\n***Important*** *\u26a0\ufe0f We need your full name and ID, do not forget to enter it in the registration form.* *Use the \u201creason for attending\u201d field for the ID.*\n\nPyData Madrid returns in January to talk about Python, Data, Visualization, Artificial Intelligence, and whatever else comes up!\n\nThis is a very special edition, as it is co-organized with **GeoInquietos Madrid** (https://geoinquietos.org/grupos/madrid/).\n\nThis month, the event will take place at TomTom's offices which has generously offered their space at Agustin de Foxa 4, 28036 (8th floor).\n\nThis time, we are excited to present these two talks:\n\n* **Kiko Mart\u00edn & Toni Almagro** (19:15-19:45), Senior Data Scientist and Staff Data Scientist at TomTom respectively, will talk about ghost kitchens and how a data scientist can help avoid them (in Spanish).\n* **V\u00edctor Olaya** (20:00-20:30), Principal Software Engineer at CARTO, will present how to perform geospatial analysis using Processing, the geoprocessing framework of QGIS (in Spanish).\n\nAfter the meeting, we will stay for networking at TomTom's facilities.\n**General recommendations:**\n\n* Are you an expert in Python and Data? Are you a beginner and want to learn more? In both cases, you are very welcome!\n* Apply the \"Pac-man rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free to approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) Super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27913919", + "name": "Edificio Aqua", + "address": "Calle de Agustin de Foxa 4, 28036, Madrid", + "city": "Madrid", + "postalCode": "meetup1", + "lng": -3.688126, + "lat": 40.467186 + }, + "onlineVenue": null, + "dateTime": "2025-01-23T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-01-23T21:00+01:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2025-03-20_\360\237\227\243\357\270\217-GenAI-en-espa\303\261ol-con-RigoChat-y-migraci\303\263n-de-Spark-a-Polars_306686485.json" "b/events/pydata-madrid/2025-03-20_\360\237\227\243\357\270\217-GenAI-en-espa\303\261ol-con-RigoChat-y-migraci\303\263n-de-Spark-a-Polars_306686485.json" new file mode 100644 index 0000000..ac4d402 --- /dev/null +++ "b/events/pydata-madrid/2025-03-20_\360\237\227\243\357\270\217-GenAI-en-espa\303\261ol-con-RigoChat-y-migraci\303\263n-de-Spark-a-Polars_306686485.json" @@ -0,0 +1,28 @@ +{ + "id": "306686485", + "title": "\ud83d\udde3\ufe0f GenAI en espa\u00f1ol con RigoChat y migraci\u00f3n de Spark a Polars", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/306686485", + "description": "***Importante*** *\u26a0\ufe0f Necesitamos tu nombre completo, no olvides introducirlo en el formulario de registro.*\n\nPyData Madrid vuelve en Marzo para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1Y lo que surja!\n\nEste mes el evento se realizar\u00e1 en **Utopicus Pr\u00edncipe de Vergara** (C. del Pr\u00edncipe de Vergara, 112) gracias a que **Affirm** nos cede generosamente el espacio.\n\nTendremos el placer de contar con dos charlas:\n\n* **\u00c1lvaro Clemente** (19:15-19:45) Senior Machine Learning Engineer en Affirm, nos contar\u00e1 por qu\u00e9 migraron una pipeline legacy de PySpark a Polars, las trampas en las que cayeron y las lecciones que aprendieron en el camino (en espa\u00f1ol).\n* **Gonzalo Santamar\u00eda, Carmen Mu\u00f1oz** y **\u00c1lvaro Barbero** (20:00-20:30), Cientif\u00edco de Datos, Ling\u00fcista Computacional y Director de IA respectivamente en el Instituto de Ingenier\u00eda del Conocimiento (IIC), hablar\u00e1n de RigoChat-2, un modelo generativo focalizado en el espa\u00f1ol que han construido \"en casa\", haciendo uso de modelos abiertos ya disponibles y de datos de alta calidad creados o curados en su equipo (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, nos quedaremos haciendo *networking* en las instalaciones en el mismo espacio.\n\n**Recomendaciones generales:**\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1No dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\n***Important*** *\u26a0\ufe0f We need your full name, do not forget to enter it in the registration form.*\n\nPyData Madrid returns in March to talk about Python, Data, Visualization, Artificial Intelligence, and whatever else comes up!\n\nThis month the event will take place at **Utopicus Pr\u00edncipe de Vergara** (C. del Pr\u00edncipe de Vergara, 112) thanks to **Affirm** generously providing us with the space.\n\nThis time, we are excited to present these two talks:\n\n* **\u00c1lvaro Clemente** (19:15-19:45), Senior Machine Learning Engineer at Affirm, will tell us why they migrated a legacy pipeline from PySpark to Polars, the pitfalls they fell into, and the lessons they learned along the way (in Spanish).\n* **Gonzalo Santamar\u00eda, Carmen Mu\u00f1oz** and **\u00c1lvaro Barbero** (20:00-20:30), Data Scientist, Computational Linguist and AI Director at Instituto de Ingenier\u00eda del Conocimiento (IIC) respectively, will talk about RigoChat-2, a Spanish-focused generative model they built in-house, leveraging already available open models and high-quality data created or curated by their team (in Spanish).\n\nAfter the meeting, we will stay for networking in the facilities within the same space.\n\n**General recommendations:**\n\n* Are you an expert in Python and Data? Are you a beginner and want to learn more? In both cases, you are very welcome!\n* Apply the \"Pac-man rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free to approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) Super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "25944328", + "name": "Utopicus Pr\u00edncipe de Vergara", + "address": "calle Pr\u00edncipe de Vergara, 112", + "city": "Madrid", + "postalCode": "meetup1", + "lng": -3.678654, + "lat": 40.439735 + }, + "onlineVenue": null, + "dateTime": "2025-03-20T19:00+01:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2025-03-20T20:30+01:00" +} \ No newline at end of file diff --git a/events/pydata-madrid/2025-04-18_PyData-Virginia-2025_305754707.json b/events/pydata-madrid/2025-04-18_PyData-Virginia-2025_305754707.json new file mode 100644 index 0000000..6bebc3e --- /dev/null +++ b/events/pydata-madrid/2025-04-18_PyData-Virginia-2025_305754707.json @@ -0,0 +1,28 @@ +{ + "id": "305754707", + "title": "PyData Virginia 2025", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/305754707", + "description": "Mark your calendars for PyData Virginia 2025, coming to Charlottesville on April 18-19! This two-day, in-person event at the Violet Crown Cinema is the ultimate place for data scientists, engineers, and developers to swap ideas and learn new info.\n\nWant to share your ideas?\n[Submit your talk proposal by Feb. 10](https://pydata.org/virginia2025/call-for-proposals)!\n\nSnag your tickets before they're gone!\n[Buy Here](https://ti.to/pydata/pydata-virginia-2025)", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": true, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26102619", + "name": "Violet Crown Charlottesville", + "address": "200 W Main St", + "city": "Charlottesville", + "postalCode": "22902", + "lng": -78.48252, + "lat": 38.03084 + }, + "onlineVenue": null, + "dateTime": "2025-04-18T14:00+02:00", + "duration": "PT33H", + "timezone": "Europe/Madrid", + "endTime": "2025-04-19T23:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2025-05-28_IA-aplicada-a-parques-e\303\263licos-y-atenci\303\263n-al-usuario_307932201.json" "b/events/pydata-madrid/2025-05-28_IA-aplicada-a-parques-e\303\263licos-y-atenci\303\263n-al-usuario_307932201.json" new file mode 100644 index 0000000..08c8ca5 --- /dev/null +++ "b/events/pydata-madrid/2025-05-28_IA-aplicada-a-parques-e\303\263licos-y-atenci\303\263n-al-usuario_307932201.json" @@ -0,0 +1,28 @@ +{ + "id": "307932201", + "title": "IA aplicada a parques e\u00f3licos y atenci\u00f3n al usuario", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/307932201", + "description": "PyData Madrid vuelve en mayo para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1Y lo que surja!\n\nEste mes el evento se realizar\u00e1 en **Espacio Ecooo** (C. de la Escuadra, 11), que generosamente nos cede el espacio.\n\nTendremos el placer de contar con dos charlas:\n\n* **Isabella Karabasz** (19:15-19:45), Data Scientist en GFT Group, nos hablar\u00e1 de un caso de uso de IA para atenci\u00f3n al cliente sin descuidar los aspectos del Machine Learning cl\u00e1sico (en espa\u00f1ol).\n* **Jos\u00e9 Luis Marina** (20:00-20:30), CEO y AI Scientist en Taniwa nos contar\u00e1 c\u00f3mo est\u00e1n aplicando IA al problema de optimizaci\u00f3n de la producci\u00f3n energ\u00e9tica de parques e\u00f3licos (en espa\u00f1ol).\n\nDespu\u00e9s de la reuni\u00f3n, nos quedaremos haciendo *networking* en las instalaciones en el mismo espacio.\n\n**Recomendaciones generales:**\n\n* \u00bfSabes mucho de Python y Datos? \u00bfSabes poco y quieres saber m\u00e1s? \u00a1En ambos casos, te damos la bienvenida!\n* Aplica \"la regla del comecocos\": si est\u00e1s en un c\u00edrculo, deja siempre un hueco para que otra persona se pueda unir.\n* Puede haber asistentes que no hablen bien espa\u00f1ol y que se manejen mejor en ingl\u00e9s. S\u00e9 paciente y \u00a1No dejes que se aburran!\n* En los eventos PyData rige un C\u00f3digo de Conducta [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) el resumen traducido: s\u00e9 amable, abstente de insultar y de hacer bromas sexistas, racistas, o excluyentes en general, y nada de insinuaciones sexuales a otras personas.\n\n\\*\\*\\*\nPyData Madrid returns in May to talk about Python, Data, Visualization, Artificial Intelligence, and whatever else comes up!\n\nThis month the event will take place at **Espacio Ecoo** (C. de la Escuadra, 11), who generously provides us with a venue.\n\nThis time, we are excited to present these two talks:\n\n* **Isabella Karabasz** (19:15-19:45), Data Scientist at GFT Group will will talk about an AI use case for customer service without neglecting the aspects of classic Machine Learning (in Spanish).\n* **Jos\u00e9 Luis Marina** (20:00-20:30), CEO & AI Scientist at Taniwa will tell us how they are applying AI to the problem of wind farm energy production optimization (in Spanish).\n\nAfter the meeting, we will stay for networking in the facilities within the same space.\n**General recommendations:**\n\n* Are you an expert in Python and Data? Are you a beginner and want to learn more? In both cases, you are very welcome!\n* Apply the \"Pac-man rule\": if you're in a circle, leave a gap so that someone else can join.\n* If you don't speak good Spanish, we will do our best to make you feel comfortable. But be mindful that other attendees might want to use their native language in larger conversations. Use this opportunity to practice your Spanish! If you are bored, feel free to approach the organizers and say \u00abHi!\u00bb\n* At PyData events there is a Code of Conduct [https://pydata.org/code-of-conduct/](https://pydata.org/code-of-conduct/) Super short version: be kind (all else is details), abstain from insulting others or making sexist, racist, or other exclusionary jokes, and do absolutely not make sexual advances to other attendees.", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "25577145", + "name": "Espacio Ecooo", + "address": "Calle Escuadra, 11", + "city": "Madrid", + "postalCode": "", + "lng": -3.700036, + "lat": 40.409817 + }, + "onlineVenue": null, + "dateTime": "2025-05-28T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-05-28T21:00+02:00" +} \ No newline at end of file diff --git a/events/pydata-madrid/2025-06-06_PyData-London-2025_305754929.json b/events/pydata-madrid/2025-06-06_PyData-London-2025_305754929.json new file mode 100644 index 0000000..7698e1a --- /dev/null +++ b/events/pydata-madrid/2025-06-06_PyData-London-2025_305754929.json @@ -0,0 +1,20 @@ +{ + "id": "305754929", + "title": "PyData London 2025", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/305754929", + "description": "Get ready to unleash your inner data aficionado at PyData London 2025, happening June 6-8 at Convene Sancroft, St. Paul\u2019s! This three-day, in-person event is your golden ticket to dive into live keynotes, talks, and lightning sessions alongside fellow data enthusiasts.\n\nHave an idea you want to share? [Submit your talk proposal by Feb. 24](https://pydata.org/london2025/cfp#submit)[.](https://d4jbd104.na1.hubspotlinks.com/Ctc/OT+113/d4JBd104/VWfZ6794Q8MpW3vBPRw2mgdjxW5DT7xy5qVNPlN58csPv3m2ndW6N1vHY6lZ3mTV4vbXK4Kqk9tVTHRx686wfBNW6j56pG8WhwX6W3qrCRz33xWXJW7Yxjs58qGPf7VkVDLp2-JWZnW4ml8nk3RbXTSW4QpzvS2qXXyhW14T2G35DxkfvN4z43vDWVdLPVhpN837vJdrdW94Gn5T6Tmnz0W1KXx9c7MVrBhW6s7TDc8x4jHKW1CCjtk6SvkQWVP1zRN449j99W3K3KpV1hpZGGN8cDSbttmbqPW247Scy10ZkB1W3Y3K_Z1Rgy8kW94hBs06hPJ8fW3mj4QC18sMYmf7MJ7ST04) Tickets sold out in 2024, so don\u2019t wait\u2014grab yours today! [Buy Here](https://ti.to/pydata/pydata-london-25)", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": true, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": null, + "onlineVenue": null, + "dateTime": "2025-06-06T09:00+02:00", + "duration": "PT57H", + "timezone": "Europe/Madrid", + "endTime": "2025-06-08T18:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2025-06-26_\360\237\222\266-Del-click-al-cr\303\251dito:-lo-que-no-ves-y-acelera-tu-c\303\263digo-Python-con-Rust_308557354.json" "b/events/pydata-madrid/2025-06-26_\360\237\222\266-Del-click-al-cr\303\251dito:-lo-que-no-ves-y-acelera-tu-c\303\263digo-Python-con-Rust_308557354.json" new file mode 100644 index 0000000..da9582f --- /dev/null +++ "b/events/pydata-madrid/2025-06-26_\360\237\222\266-Del-click-al-cr\303\251dito:-lo-que-no-ves-y-acelera-tu-c\303\263digo-Python-con-Rust_308557354.json" @@ -0,0 +1,28 @@ +{ + "id": "308557354", + "title": "\ud83d\udcb6 Del click al cr\u00e9dito: lo que no ves y acelera tu c\u00f3digo Python con Rust", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/308557354", + "description": "PyData Madrid vuelve en junio para hablar de Python, Datos, Visualizaci\u00f3n, Inteligencia Artificial, \u00a1Y lo que surja!\n\nDetalles e inscripci\u00f3n en Guild: https://guild.host/events/tbc-evento-junio-2r4clc", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "28092718", + "name": "Grupo WiZink", + "address": "c/ Ulises 16", + "city": "Madrid", + "postalCode": "meetup1", + "lng": -3.654491, + "lat": 40.456593 + }, + "onlineVenue": null, + "dateTime": "2025-06-26T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-06-26T21:00+02:00" +} \ No newline at end of file diff --git "a/events/pydata-madrid/2025-09-18_\360\237\223\232-Web-scraping-pol\303\255glota-y-Redes-Neuronales-Bayesianas_310987213.json" "b/events/pydata-madrid/2025-09-18_\360\237\223\232-Web-scraping-pol\303\255glota-y-Redes-Neuronales-Bayesianas_310987213.json" new file mode 100644 index 0000000..c407fb2 --- /dev/null +++ "b/events/pydata-madrid/2025-09-18_\360\237\223\232-Web-scraping-pol\303\255glota-y-Redes-Neuronales-Bayesianas_310987213.json" @@ -0,0 +1,28 @@ +{ + "id": "310987213", + "title": "\ud83d\udcda Web scraping pol\u00edglota y Redes Neuronales Bayesianas", + "eventUrl": "https://www.meetup.com/pydata-madrid/events/310987213", + "description": "Informaci\u00f3n y registro en https://guild.host/events/web-scraping-polglota-guc54i", + "shortDescription": null, + "group": { + "id": "23965442", + "name": "PyData Madrid" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27888559", + "name": "The Valley Business & Tech School", + "address": "Calle de Arapiles 13", + "city": "Madrid", + "postalCode": "meetup1", + "lng": -3.706315, + "lat": 40.43266 + }, + "onlineVenue": null, + "dateTime": "2025-09-18T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-09-18T21:00+02:00" +} \ No newline at end of file diff --git a/events/pydata-mallorca/2023-05-10_JupyterCon-2023_292888022.json b/events/pydata-mallorca/2023-05-10_JupyterCon-2023_292888022.json new file mode 100644 index 0000000..bc5964e --- /dev/null +++ b/events/pydata-mallorca/2023-05-10_JupyterCon-2023_292888022.json @@ -0,0 +1,28 @@ +{ + "id": "292888022", + "title": "JupyterCon 2023", + "eventUrl": "https://www.meetup.com/pydata-mallorca/events/292888022", + "description": "Learn more and buy your ticket at https://www.jupytercon.com/.\n\nJupyterCon, May 10-12, is a 3-day conference in Paris, France that brings together data scientists, business analysts, researchers, educators, developers, and core project maintainers for in-depth training, insightful keynotes, networking events, and practical talks exploring the Jupyter ecosystem.", + "shortDescription": null, + "group": { + "id": "20418738", + "name": "PyData Mallorca" + }, + "isNetworkEvent": true, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26204213", + "name": "City of Science and Industry", + "address": "30 Av. Corentin Cariou", + "city": "Paris", + "postalCode": "75019", + "lng": 2.3879, + "lat": 48.895596 + }, + "onlineVenue": null, + "dateTime": "2023-05-10T08:00+02:00", + "duration": "PT57H30M", + "timezone": "Europe/Madrid", + "endTime": "2023-05-12T17:30+02:00" +} \ No newline at end of file diff --git a/events/pydata-mallorca/2023-12-06_PyData-Global-2023-(GLOBAL-ONLINE-CONFERENCE)_297617040.json b/events/pydata-mallorca/2023-12-06_PyData-Global-2023-(GLOBAL-ONLINE-CONFERENCE)_297617040.json new file mode 100644 index 0000000..f7410b1 --- /dev/null +++ b/events/pydata-mallorca/2023-12-06_PyData-Global-2023-(GLOBAL-ONLINE-CONFERENCE)_297617040.json @@ -0,0 +1,30 @@ +{ + "id": "297617040", + "title": "PyData Global 2023 (GLOBAL ONLINE CONFERENCE)", + "eventUrl": "https://www.meetup.com/pydata-mallorca/events/297617040", + "description": "## Details\n\nThe [PyData Global Online Conference](https://pydata.org/global2023/) is where users, contributors, and newcomers can share experiences to learn from one another and grow together. PyData provides a virtual forum for the international community of users and developers of data analysis tools to share ideas and learn from each other. The global PyData network promotes discussion of best practices, new approaches, and emerging technologies for data management, processing, analytics, and visualization. This three-day online event consists of talks, tutorials, and discussions to bring attendees the latest project features along with cutting-edge use cases.\n\nThe time span of the conference stretches beyond any single time zone, reflecting the global nature of our community. To accommodate our attendees, each session will be recorded and made available to attendees the following day. Following the Conference, all recordings will be posted to the PyData YouTube channel.\n\nTickets follow a pay-what-you-can model and can be found here: [https://pydata.org/global2023/tickets](https://pydata.org/global2023/tickets)\n\n**Why Charge for an Online Conference?**\nRevenue from the event will go to PyData and NumFOCUS, a nonprofit organization that supports open source scientific computer programming. NumFOCUS currently sponsors 60 Open Source Projects, and organizes community-driven educational programs for users and developers of open source scientific tools.\n\nWhile the 2023 PyData Global Conference has no costs for venue or catering, there are still costs associated with bringing the event online. We also need to continue paying fixed costs to keep NumFOCUS healthy, as well as continue supporting the open source community.\nFor this reason, we have chosen to sell tickets with a pay-what-you-can pricing model. We appreciate your support for us during this time so that we can keep supporting you in the future.", + "shortDescription": null, + "group": { + "id": "20418738", + "name": "PyData Mallorca" + }, + "isNetworkEvent": true, + "isOnline": true, + "eventType": "ONLINE", + "venue": { + "id": "26906060", + "name": "Online event", + "address": "", + "city": "", + "postalCode": "", + "lng": 179.1962, + "lat": -8.521147 + }, + "onlineVenue": { + "url": null + }, + "dateTime": "2023-12-06T12:00+01:00", + "duration": "PT58H30M", + "timezone": "Europe/Madrid", + "endTime": "2023-12-08T22:30+01:00" +} \ No newline at end of file diff --git a/events/pydata-mallorca/2024-12-03_PyData-Global-2024_303797787.json b/events/pydata-mallorca/2024-12-03_PyData-Global-2024_303797787.json new file mode 100644 index 0000000..db0065f --- /dev/null +++ b/events/pydata-mallorca/2024-12-03_PyData-Global-2024_303797787.json @@ -0,0 +1,28 @@ +{ + "id": "303797787", + "title": "PyData Global 2024", + "eventUrl": "https://www.meetup.com/pydata-mallorca/events/303797787", + "description": "**PyData Global 2024 is a 3-day virtual event for the international community of data scientists, data engineers, and developers of data analysis tools to share ideas and learn from each other.**\n\n**During the conference, attendees will have the opportunity to attend live keynote sessions and talks, lightning talks, and get to know fellow members of the PyData Community.**\n\n**The event will be virtually hosted.**\n\n**Schedule: [https://pydata.org/global2024/schedule](https://pydata.org/global2024/schedule)**\n\n**Buy tickets here: [https://pydata.org/global2024/tickets](https://pydata.org/global2024/tickets)**\n\n[https://pydata.org/global2024/](https://pydata.org/global2024/)", + "shortDescription": null, + "group": { + "id": "20418738", + "name": "PyData Mallorca" + }, + "isNetworkEvent": true, + "isOnline": true, + "eventType": "ONLINE", + "venue": { + "id": "26906060", + "name": "Online event", + "address": "", + "city": "", + "postalCode": "", + "lng": 179.1962, + "lat": -8.521147 + }, + "onlineVenue": null, + "dateTime": "2024-12-03T12:00+01:00", + "duration": "PT59H30M", + "timezone": "Europe/Madrid", + "endTime": "2024-12-05T23:30+01:00" +} \ No newline at end of file diff --git a/events/pydata-mallorca/2025-04-18_PyData-Virginia-2025_305754770.json b/events/pydata-mallorca/2025-04-18_PyData-Virginia-2025_305754770.json new file mode 100644 index 0000000..40dc1e7 --- /dev/null +++ b/events/pydata-mallorca/2025-04-18_PyData-Virginia-2025_305754770.json @@ -0,0 +1,28 @@ +{ + "id": "305754770", + "title": "PyData Virginia 2025", + "eventUrl": "https://www.meetup.com/pydata-mallorca/events/305754770", + "description": "Mark your calendars for PyData Virginia 2025, coming to Charlottesville on April 18-19! This two-day, in-person event at the Violet Crown Cinema is the ultimate place for data scientists, engineers, and developers to swap ideas and learn new info.\n\nWant to share your ideas?\n[Submit your talk proposal by Feb. 10](https://pydata.org/virginia2025/call-for-proposals)!\n\nSnag your tickets before they're gone!\n[Buy Here](https://ti.to/pydata/pydata-virginia-2025)", + "shortDescription": null, + "group": { + "id": "20418738", + "name": "PyData Mallorca" + }, + "isNetworkEvent": true, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26102619", + "name": "Violet Crown Charlottesville", + "address": "200 W Main St", + "city": "Charlottesville", + "postalCode": "22902", + "lng": -78.48252, + "lat": 38.03084 + }, + "onlineVenue": null, + "dateTime": "2025-04-18T14:00+02:00", + "duration": "PT33H", + "timezone": "Europe/Madrid", + "endTime": "2025-04-19T23:00+02:00" +} \ No newline at end of file diff --git a/events/pydata-mallorca/2025-06-06_PyData-London-2025_305754996.json b/events/pydata-mallorca/2025-06-06_PyData-London-2025_305754996.json new file mode 100644 index 0000000..9646510 --- /dev/null +++ b/events/pydata-mallorca/2025-06-06_PyData-London-2025_305754996.json @@ -0,0 +1,20 @@ +{ + "id": "305754996", + "title": "PyData London 2025", + "eventUrl": "https://www.meetup.com/pydata-mallorca/events/305754996", + "description": "Get ready to unleash your inner data aficionado at PyData London 2025, happening June 6-8 at Convene Sancroft, St. Paul\u2019s! This three-day, in-person event is your golden ticket to dive into live keynotes, talks, and lightning sessions alongside fellow data enthusiasts.\n\nHave an idea you want to share? [Submit your talk proposal by Feb. 24](https://pydata.org/london2025/cfp#submit)[.](https://d4jbd104.na1.hubspotlinks.com/Ctc/OT+113/d4JBd104/VWfZ6794Q8MpW3vBPRw2mgdjxW5DT7xy5qVNPlN58csPv3m2ndW6N1vHY6lZ3mTV4vbXK4Kqk9tVTHRx686wfBNW6j56pG8WhwX6W3qrCRz33xWXJW7Yxjs58qGPf7VkVDLp2-JWZnW4ml8nk3RbXTSW4QpzvS2qXXyhW14T2G35DxkfvN4z43vDWVdLPVhpN837vJdrdW94Gn5T6Tmnz0W1KXx9c7MVrBhW6s7TDc8x4jHKW1CCjtk6SvkQWVP1zRN449j99W3K3KpV1hpZGGN8cDSbttmbqPW247Scy10ZkB1W3Y3K_Z1Rgy8kW94hBs06hPJ8fW3mj4QC18sMYmf7MJ7ST04) Tickets sold out in 2024, so don\u2019t wait\u2014grab yours today! [Buy Here](https://ti.to/pydata/pydata-london-25)", + "shortDescription": null, + "group": { + "id": "20418738", + "name": "PyData Mallorca" + }, + "isNetworkEvent": true, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": null, + "onlineVenue": null, + "dateTime": "2025-06-06T09:00+02:00", + "duration": "PT57H", + "timezone": "Europe/Madrid", + "endTime": "2025-06-08T18:00+02:00" +} \ No newline at end of file diff --git a/events/pydata-salamanca/2023-10-03_Inteligencia-Artificial-en-la-palma-de-tu-mano-con-Hugging-Face-y-Kedro_296383752.json b/events/pydata-salamanca/2023-10-03_Inteligencia-Artificial-en-la-palma-de-tu-mano-con-Hugging-Face-y-Kedro_296383752.json new file mode 100644 index 0000000..a643763 --- /dev/null +++ b/events/pydata-salamanca/2023-10-03_Inteligencia-Artificial-en-la-palma-de-tu-mano-con-Hugging-Face-y-Kedro_296383752.json @@ -0,0 +1,28 @@ +{ + "id": "296383752", + "title": "Inteligencia Artificial en la palma de tu mano con Hugging Face y Kedro", + "eventUrl": "https://www.meetup.com/pydata-salamanca/events/296383752", + "description": "**\u00a1Reiniciamos PyData Salamanca!**\nEl pr\u00f3ximo \ud83d\udcc5 Martes 3 de Octubre de este 2023 estaremos de vuelta y nos traemos a Juan Luis Cano para que nos presente Kedro.\nTambi\u00e9n explicaremos los planes a futuro que se har\u00e1n en los pr\u00f3ximos meses para incentivar el desarrollo del mundo de los datos como parte del grupo.\n\n**#PyBeers**\nTras la charla se propondr\u00e1 un lugar para que nos juntemos y charlemos un rato, para que podamos conocernos un poco y compartir experiencias.\n\n**\ud83d\udce2 \u00a1Buscamos voluntarios!**\nSi te apasiona (o buscas que te apasione) el mundo de los datos, env\u00edanos un correo a pydata[at]dani-pi[dot]com para atenderos. Buscamos colaboradores y divulgadores \ud83d\ude04\n\n**Resumen de la presentaci\u00f3n**\n\"\"\"\nLa 'Inteligencia Artificial' est\u00e1 de moda, en gran parte gracias a sistemas generativos como ChatGPT, Midjourney, y similares. Estos sistemas comerciales son muy sofisticados y potentes, pero tambi\u00e9n un poco opacos si lo que quieres es aprender c\u00f3mo funcionan o adaptarlos a tus necesidades. \u00bfQu\u00e9 ocurre dentro de la 'caja negra'?\n\nPor suerte existen modelos de 'Inteligencia Artificial' abiertos y que puedes descargar c\u00f3modamente, estudiar sin restricciones, y ajustar para que hagan lo que t\u00fa quieres. Esto requiere de ciertos conocimientos t\u00e9cnicos, pero gracias a los modelos de Hugging Face, sus bibliotecas de Python extremadamente sencillas, y el cat\u00e1logo y los pipelines de Kedro, adentrarse en la 'Inteligencia Artificial' es m\u00e1s f\u00e1cil que nunca.\n\nEn esta charla contaremos qu\u00e9 es Kedro, c\u00f3mo podemos utilizar su cat\u00e1logo din\u00e1mico para descargar modelos y datasets de Hugging Face, y haremos una peque\u00f1a demo.\n\"\"\"", + "shortDescription": null, + "group": { + "id": "30890235", + "name": "PyData Salamanca" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26066043", + "name": "Edificio Multiusos I+D+i Universidad de Salamanca", + "address": "C. Espejo, 2", + "city": "Salamanca", + "postalCode": "37007", + "lng": -5.671127, + "lat": 40.965298 + }, + "onlineVenue": null, + "dateTime": "2023-10-03T17:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-10-03T19:30+02:00" +} \ No newline at end of file diff --git a/events/pydata-salamanca/2024-04-30_Polars,-bearing-DataFrame-manipulation_300567555.json b/events/pydata-salamanca/2024-04-30_Polars,-bearing-DataFrame-manipulation_300567555.json new file mode 100644 index 0000000..53609bf --- /dev/null +++ b/events/pydata-salamanca/2024-04-30_Polars,-bearing-DataFrame-manipulation_300567555.json @@ -0,0 +1,28 @@ +{ + "id": "300567555", + "title": "Polars, bearing DataFrame manipulation", + "eventUrl": "https://www.meetup.com/pydata-salamanca/events/300567555", + "description": "**\u00a1Volvemos con PyData Salamanca!**\nEl pr\u00f3ximo \ud83d\udcc5 Martes 30 de Abril de este 2024 estaremos de vuelta y nos traemos a Alberto Ando para que nos presente Polars.\n\n**#PyBeers**\nTras la charla se propondr\u00e1 un lugar para que nos juntemos y charlemos un rato, para que podamos conocernos un poco y compartir experiencias.\n\n**\ud83d\udce2 \u00a1Buscamos voluntarios!**\nSi te apasiona (o buscas que te apasione) el mundo de los datos, env\u00edanos un correo a pydata[at]dani-pi[dot]com para atenderos. Buscamos colaboradores y divulgadores \ud83d\ude04. An\u00edmate a presentar algo a la comunidad!\n\n**Resumen de la presentaci\u00f3n**\n\"\"\"\nAl trabajar en la manipulaci\u00f3n de datos con DataFrames, encontramos diferentes retos. Estos retos van cambiando seg\u00fan el tipo de datos y m\u00e1s importante, seg\u00fan el tama\u00f1o de nuestros datos. A medida que nuestros conjuntos de datos crecen, tambi\u00e9n lo hacen los obst\u00e1culos. Datos m\u00e1s grandes conllevan operaciones que consumen tiempo y procesos que devoran la memoria, ralentizando nuestro flujo de trabajo y obstaculizando la productividad.\n\nMedidas com\u00fanmente utilizadas como Pandas no son soluciones viables para este tipo de escenarios, y por tanto tenemos que hacer uso de otras herramientas. En esta charla veremos qu\u00e9 es Polars, una librer\u00eda basada en Rust, y como nos permite lidiar con varios de los problemas vistos.\n\n\u00danete a nosotros para entender una nueva forma de lidiar con los datos m\u00e1s r\u00e1pida y optimizando el uso de memoria, de una forma simple y familiar, que transformar\u00e1 tu flujos de trabajo con datos.\n\"\"\"", + "shortDescription": null, + "group": { + "id": "30890235", + "name": "PyData Salamanca" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26066043", + "name": "Edificio Multiusos I+D+i Universidad de Salamanca", + "address": "C. Espejo, 2", + "city": "Salamanca", + "postalCode": "37007", + "lng": -5.671127, + "lat": 40.965298 + }, + "onlineVenue": null, + "dateTime": "2024-04-30T19:00+02:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2024-04-30T20:30+02:00" +} \ No newline at end of file diff --git "a/events/pydata-salamanca/2025-05-06_(Data-||-ML)Ops,-how-\"Ops\"-get-into-data's-world_307040086.json" "b/events/pydata-salamanca/2025-05-06_(Data-||-ML)Ops,-how-\"Ops\"-get-into-data's-world_307040086.json" new file mode 100644 index 0000000..c79b187 --- /dev/null +++ "b/events/pydata-salamanca/2025-05-06_(Data-||-ML)Ops,-how-\"Ops\"-get-into-data's-world_307040086.json" @@ -0,0 +1,28 @@ +{ + "id": "307040086", + "title": "(Data || ML)Ops, how \"Ops\" get into data's world", + "eventUrl": "https://www.meetup.com/pydata-salamanca/events/307040086", + "description": "**\u00a1Volvemos con PyData Salamanca!**\nEl pr\u00f3ximo \ud83d\udcc5 Martes 6 de Mayo de este 2025 estaremos de vuelta y nos traemos a Jose Manuel Navarro para que nos ense\u00f1e pr\u00e1cticas para las operaciones de datos.\n\n**#PyBeers**\nTras la charla se propondr\u00e1 un lugar para que nos juntemos y charlemos un rato, para que podamos conocernos un poco y compartir experiencias.\n\n**\ud83d\udce2 \u00a1Buscamos voluntarios!**\nSi te apasiona (o buscas que te apasione) el mundo de los datos, env\u00edanos un correo a pydata[at]dani-pi[dot]com para atenderos. Buscamos colaboradores y divulgadores \ud83d\ude04. An\u00edmate a presentar algo a la comunidad!\n\n**Resumen de la presentaci\u00f3n**\n\"\"\"\nUna de las innovaciones m\u00e1s grandes del mundo del desarrollo de software, tras las metodolog\u00edas \u00e1giles de hace 30 a\u00f1os, ha sido la cultura DevOps. Tal ha sido tal su impacto, que se ha ido copiando la coletilla \u201cops\u201d a distintos campos.\n\nPero\u2026 qu\u00e9 significa exactamente? Y por qu\u00e9 el mundo de los datos y el machine learning son el escenario perfecto para poner en pr\u00e1ctica los valores de una cultura orientada a \u201cOps\u201d?\n\nEn esta CharlaOps, aprender\u00e1s que no es suficiente escribir (buen) c\u00f3digo, ni tener petabytes en tu datalake, ni entrenar modelos de deep learning como si no hubiera un ma\u00f1ana, sino que todo debe estar construido sobre una cultura y unas pr\u00e1cticas que garanticen que el castillo de naipes no se te va a caer encima.\n\"\"\"", + "shortDescription": null, + "group": { + "id": "30890235", + "name": "PyData Salamanca" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "28042754", + "name": "Complejo Pe\u00f1uelas de San Blas", + "address": "Calle Pe\u00f1uelas de San Blas", + "city": "Salamanca", + "postalCode": "meetup40", + "lng": -5.670098, + "lat": 40.96366 + }, + "onlineVenue": null, + "dateTime": "2025-05-06T19:00+02:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2025-05-06T20:30+02:00" +} \ No newline at end of file diff --git a/events/pyladies-barcelona/2023-05-23_Fast-and-Fun-Computer-Vision:-Train-Your-Image-Classification-Model-in-Minutes!_293543741.json b/events/pyladies-barcelona/2023-05-23_Fast-and-Fun-Computer-Vision:-Train-Your-Image-Classification-Model-in-Minutes!_293543741.json new file mode 100644 index 0000000..6f354d2 --- /dev/null +++ b/events/pyladies-barcelona/2023-05-23_Fast-and-Fun-Computer-Vision:-Train-Your-Image-Classification-Model-in-Minutes!_293543741.json @@ -0,0 +1,28 @@ +{ + "id": "293543741", + "title": "Fast and Fun Computer Vision: Train Your Image Classification Model in Minutes!", + "eventUrl": "https://www.meetup.com/pyladies-bcn/events/293543741", + "description": "Join us for an exciting workshop on image classification using the fastai library!\n\nIn this hands-on session, you'll learn how to train a computer vision model to classify any type of images you want. Whether you're interested in cats vs. dogs, in distinguishing different dog breeds, or any other image classification task that strikes your fancy! (it doesn't have to be related with our furry friends!) You'll see how easy it is to create your own custom model with just a few lines of code.\n\nWe'll be using free GPU instances provided by Google Colab and Kaggle, so you don't need any special hardware or software to participate. Just bring your curiosity and enthusiasm to learn! (and your laptop)\n\nWhat to bring:\nThis is a hands-on workshop, so you will need to bring your own laptop.\n\nSpeaker: Amalia Vradi\nLevel: Beginner/Intermediate\nLanguage: English\n\n***\n\n\u2022 Access Control (IMPORTANT!)\n\nThe security access control requires an attendee list. Provide your full name (first name and surname) in your profile, otherwise you will be removed from the list.\n\n\u2022 Please remember our attendance policy: https://www.meetup.com/PyLadies-BCN/messages/81834174/.\n\nIn short:\n\n\u2022 If you are a man with a non-male friend attending the meetup: join the meetup and indicate which PyLady invited you\n\n\u2022 If you do not have any friend that can add you as their +1, don\u2019t worry! RSVP and send a brief message to the meetup organizer explaining why are you interested in attending that particular meetup.\n\n\u2022 Code of Conduct\nThis event is for everybody, so feel free to bring your friends! For security reasons they will need to join the meetup, so they appear in the attendee list. Please keep in mind our Code of Conduct: http://www.pyladies.com/CodeOfConduct/", + "shortDescription": null, + "group": { + "id": "12994802", + "name": "PyLadies BCN" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26090270", + "name": "Can\u00f2drom - Ateneu d'Innovaci\u00f3 Digital i Democr\u00e0tica", + "address": "C/ de Concepci\u00f3n Arenal, 165", + "city": "Barcelona", + "postalCode": "08027", + "lng": 2.183353, + "lat": 41.42751 + }, + "onlineVenue": null, + "dateTime": "2023-05-23T19:00+02:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2023-05-23T20:30+02:00" +} \ No newline at end of file diff --git a/events/pyladies-barcelona/2023-06-10_PyDataBCN-2023_293778741.json b/events/pyladies-barcelona/2023-06-10_PyDataBCN-2023_293778741.json new file mode 100644 index 0000000..944139b --- /dev/null +++ b/events/pyladies-barcelona/2023-06-10_PyDataBCN-2023_293778741.json @@ -0,0 +1,28 @@ +{ + "id": "293778741", + "title": "PyDataBCN 2023", + "eventUrl": "https://www.meetup.com/pyladies-bcn/events/293778741", + "description": "We are thrilled to announce the creation of PyDataBCN, our new annual event dedicated to bringing together the Data Engineering and Data Science community working with Python in Barcelona. PyDataBCN aims to provide a platform for knowledge-sharing, networking, and learning for professionals, enthusiasts, and students alike.\n\n\ud83d\udc49 Information and registration link (**Eventbrite**): [https://pybcn.org/events/pydatabcn/pydatabcn_2023](https://pybcn.org/events/pydatabcn/pydatabcn_2023)\n\ud83d\udea8 The registration will be managed through Eventbrite. We will **not** open the registration here.\n\nPyDataBCN will offer free hands-on workshops, lightning talks, and lots of fun activities. The **workshops** will be conducted by community members and will cover a range of topics related to data science, data engineering, machine learning, artificial intelligence, and more. Attendees will have the opportunity to learn new skills, get insights into the latest trends and best practices, and interact with like-minded individuals. The **lightning talks** will feature short and impactful presentations by speakers from academia and industry, who will share their experiences, insights, and perspectives on various topics related to data science and engineering. These talks will be followed by Q&A sessions, where attendees can ask questions and engage with the speakers.\n\nIn addition to the workshops and lightning talks, PyDataBCN will also host various fun activities, including **networking** events, **Kahoot** games, and more. We believe that learning should be enjoyable and that attendees should have the opportunity to connect and engage with each other in a relaxed and informal setting.\n\nPyDataBCN is a free non-profit event and is open to everyone, regardless of their level of experience or background. We encourage students, professionals, and enthusiasts to join us and become part of the vibrant and growing community of data scientists and engineers in Barcelona.\nWe look forward to seeing you at PyDataBCN and sharing our passion for Python, data science, and engineering!\n\n**\u2139\ufe0f Disclaimer**\nPyDataBCN would like to expressly clarify that it is an independent event and is not associated or affiliated with the PyData events organized by NumFOCUS. PyDataBCN operates autonomously with its own distinct goals, structure, and organization.", + "shortDescription": null, + "group": { + "id": "12994802", + "name": "PyLadies BCN" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27584667", + "name": "Can\u00f2drom - Ateneu d'Innovaci\u00f3 Digital i Democr\u00e0tica", + "address": "C/ de Concepci\u00f3n Arenal, 165", + "city": "Barcelona", + "postalCode": "meetup2", + "lng": 2.183368, + "lat": 41.42753 + }, + "onlineVenue": null, + "dateTime": "2023-06-10T09:00+02:00", + "duration": "PT9H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-10T18:00+02:00" +} \ No newline at end of file diff --git a/events/pyladies-barcelona/2023-11-11_PyDayBCN-2023_296489812.json b/events/pyladies-barcelona/2023-11-11_PyDayBCN-2023_296489812.json new file mode 100644 index 0000000..5e77c00 --- /dev/null +++ b/events/pyladies-barcelona/2023-11-11_PyDayBCN-2023_296489812.json @@ -0,0 +1,28 @@ +{ + "id": "296489812", + "title": "PyDayBCN 2023", + "eventUrl": "https://www.meetup.com/pyladies-bcn/events/296489812", + "description": "PyDayBCN 2023 is almost here! It will take place on November 11th at Universitat de Barcelona. Save the date!\n\nA day full of FREE python-related workshops for the Python community. Over the last six editions, PyDay has become a great opportunity to share our love for Python and engage users, companies and newcomers into it!\n\n[IMPORTANT] Information about registration, sponsors and call for proposals at https://pybcn.org/pyday-bcn-2023/\n\n[RSVPS WILL NOT OPEN. PLEASE REGISTER THROUGH EVENTBRITE FOLLOWING THE INFO IN https://pybcn.org/pyday-bcn-2023/ ]\n\n***\n\nCheers,\n\nThe PyDayBCN Team", + "shortDescription": null, + "group": { + "id": "12994802", + "name": "PyLadies BCN" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27246133", + "name": "Universitat de Barcelona", + "address": "Gran Via de les Corts Catalanes, 585", + "city": "Barcelona", + "postalCode": "08007", + "lng": 2.163866, + "lat": 41.386673 + }, + "onlineVenue": null, + "dateTime": "2023-11-11T09:00+01:00", + "duration": "PT9H", + "timezone": "Europe/Madrid", + "endTime": "2023-11-11T18:00+01:00" +} \ No newline at end of file diff --git a/events/pyladies-barcelona/2024-03-06_Breaking-Barriers-and-Building-Bridges_299310107.json b/events/pyladies-barcelona/2024-03-06_Breaking-Barriers-and-Building-Bridges_299310107.json new file mode 100644 index 0000000..b02bf25 --- /dev/null +++ b/events/pyladies-barcelona/2024-03-06_Breaking-Barriers-and-Building-Bridges_299310107.json @@ -0,0 +1,28 @@ +{ + "id": "299310107", + "title": "Breaking Barriers and Building Bridges", + "eventUrl": "https://www.meetup.com/pyladies-bcn/events/299310107", + "description": "Join us for an enlightening evening at Pyladies, where we bring together a diverse range of speakers to delve into the realms of data analysis and community support!\nOur lineup includes two engaging talks and a lightning talk that promises to leave you inspired and informed.\n\\-\\-\\-\\-\n\n* \u27a1\ufe0f **What:** Masterclass: Analyzing the Gender Gap with data analytics\n* \ud83d\udce2 **Who**: [Idoia Mart\u00ed](https://www.linkedin.com/in/idoiamartialuja/)\n* \u23f1 **Duration**: 45'\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: Many people say the gender gap in income and occupation levels is overstated all over the world, and there are some say that inequality in the labor force is a thing of the past. Is there a REAL gender gap at all? Is it stronger in some industries than in others?Let's try to answer all those questions with REAL data! We are going to work with a dataset retrieved from the [U.S. Bureau of Labor Statistics](https://www.bls.gov/), which shows the median weekly incomes for different occupations.\n\n\\-\\-\\-\\-\n\n* \u27a1\ufe0f **What:** Step4ward: Empowering Women in Tech\n* \ud83d\udce2 **Who**: [Susana V\u00e1zquez](https://www.linkedin.com/in/su-vazquez/)\n* \u23f1 **Duration**: 5'\n* \ud83d\udc45 **Language**: Spanish\n* \ud83e\uddd0 **Abstract**: Come explore step4ward, a non-profit organization passionately crafted BY and FOR women. In just 5 minutes, learn how we're all about supporting women in the tech job market. We provide advice, build a community, and help with interview prep and early career steps. Let's break barriers and boost women in tech together!\n\n\\-\\-\\-\\-\n\n* \u27a1\ufe0f **What:** Analysis of the use and the discourse of \"Queering The Map\"\n* \ud83d\udce2 **Who**: [Marta Garc\u00eda](https://www.linkedin.com/in/marta-garcia-diez/)\n* \u23f1 **Duration**: 15'\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: In 2017 Lucas LaRochelle created the webpage Queering The Map. Its purpose was to provide a safe space for queer people around the globe to share experiences anonymously, and link them to a physical space. The information of the page arises this question: How does race, gender, sexuality, citizenship, ability, and class affect the ways in which we relate to, move through, and create space?\nThis presentation aims to give some insights in the process of answering this question, respecting the anonymity of the community involved, through the analysis of the discourse of the shared experiences and its relationship with the physical space defined by each country.\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Location\n[Adevinta Spain](https://www.google.com/maps/search/?api=1&query=41.403122%2C%202.192204)\nC/ de la Ciutat de Granada, 150 \u00b7 Barcelona, CT\nAdevinta Auditorium (ask at the registration desk)\n\\-\\-\\-\\-\n\n\u27a1\ufe0f Access Control (IMPORTANT!)\n\n* \ud83d\udec2 The security access control requires an **attendee list** (full name) and a **means of identification** (DNI, NIE, passport) otherwise you will be removed from the list.\n* \u2060Please remember our attendance policy: https://www.meetup.com/PyLadies-BCN/messages/81834174/.\n\nIn short:\n\n* If you are a man with a non-male friend attending the meetup: join the meetup and indicate which PyLady invited you\n* \u2060If you do not have any friend who can add you as their +1, don\u2019t worry! RSVP and send a brief message to the meetup organizer explaining why are you interested in attending that particular meetup.\n* \u2060Code of Conduct\nPlease keep in mind our Code of Conduct: http://www.pyladies.com/CodeOfConduct/\n* \ud83e\udeaa You\u2019ll be asked to provide that ID to access the building.\n* \ud83d\udeb8 People under 18 years old shall be accompanied by a legal guardian\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Only register if you can attend!\n\n* \ud83e\ude91 There are limited seats, so please be responsible when signing up\n* \ud83d\udeb7 If you can't make it, please free up your seat, so someone else can attend. We keep a list of repeated offenders!\n\n\\-\\-\\-\\-\n\u27a1\ufe0f More at [PyBCN.org](https://pybcn.org/)\n\n* \ud83d\udce2 We need talk proposals: [Send yours](https://forms.gle/XfunZPPvBsqEFQLL8)\n* \ud83e\udd84 Wanna [publish a job offer](https://pybcn.org/job-offers)?\n* \ud83d\udc26 Follow [@PyladiesBCN](https://twitter.com/PyLadiesBCN), [@PyBCN](https://twitter.com/pybcn) for pictures, slides, videos and more\n\nDon't miss this opportunity to broaden your horizons, engage in insightful discussions and connect with a community passionate about breaking barriers and fostering inclusivity. See you at Pyladies! \ud83d\ude80\u2728", + "shortDescription": null, + "group": { + "id": "12994802", + "name": "PyLadies BCN" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26699334", + "name": "Adevinta Spain", + "address": "C/ de la Ciutat de Granada, 150", + "city": "Barcelona", + "postalCode": "08018", + "lng": 2.192204, + "lat": 41.403122 + }, + "onlineVenue": null, + "dateTime": "2024-03-06T19:00+01:00", + "duration": "PT2H30M", + "timezone": "Europe/Madrid", + "endTime": "2024-03-06T21:30+01:00" +} \ No newline at end of file diff --git a/events/pyladies-barcelona/2024-11-09_PyDayBCN-2024_303660318.json b/events/pyladies-barcelona/2024-11-09_PyDayBCN-2024_303660318.json new file mode 100644 index 0000000..1fb39b0 --- /dev/null +++ b/events/pyladies-barcelona/2024-11-09_PyDayBCN-2024_303660318.json @@ -0,0 +1,28 @@ +{ + "id": "303660318", + "title": "PyDayBCN 2024", + "eventUrl": "https://www.meetup.com/pyladies-bcn/events/303660318", + "description": "We are excited to announce the **8th edition** of PyDay BCN!\nPyDay BCN 2024 will take place on Saturday, **November 9th**, in *Can\u00f2drom - Ateneu d\u2019Innovaci\u00f3 Digital i Democr\u00e0tica*. It will be a day full of **FREE** workshops for the local Python community and people interested in Python and new to it.\n\n**Calling for proposals**\nAre you interested in giving a workshop? We need you!\nPlease complete[ this form](http://clicks.meetup.com/ls/click?upn=u001.NY3oBFzZ5LJDG7YcnfSAKvHM8GtlB2t4lF7EB4GaKKjNlEfuRFg3lD9eHMgmagVlZMSX_AT56GyzWCjb-2Bif8oaZd0Np02wkSj4hk-2BdLPcKc7jUfTSN-2FJUm5Vj4PKniTZTguh-2BdYuCyhYrUpqy-2F0CWKK7XFdNqnh0UzRlpTkOD7JsCXtGwoDrlVx3WejpIndnWeVKUWy9-2BDE-2B3Td9CfpKy8z-2F15z88poaJ-2BtDpIqQAN4ZBZ0bs-2BxxxCFgBMkoluQThinur3HsQtepCQ-2BwgUhpw9Mx3DvOg0sb1rBROzcBCL-2F08MPBdepptD10a76Ad91CAaqjUHfRVDRaGAR7L-2B1Eiazr9Z0BoSGNrzt-2BDJcBqANRhLEU9fobvfrCp-2FVbjZPp0UK7wXCFf-2B7wMax4dEy-2FUjGY6ygSl0mTDZQ9Iln-2F5CO2k3N8HZJLOpba35F0XtgSm6IRX5OqMJiUCWOnGR43uw4u6V3jyd6uGSNYTp1Lh40UxfcCuOc3QG8x7Hp8p3kYbpfs5ScyaadmtHFmAnXyrOnjipbcN-2FKxx-2FjH80-2FxsiwaeSkwiXt3mNqG5mvcPTsGxrq7b4ar9StS-2ByDEIiAIx3k9vjmH5jR-2FPAwR1bbR-2FFEY-2BL3UhtJ3JQRitk1G9QEZWFLXFnuLNfXRk0hWtZ17LXs-2BHydbD-2F0k-2BxvLVCIjZHhLEU0F2DVHaSD-2FJHczgoeXf4SIowOeooJ-2Btxgu9IZwixdCth6XcrGpnLKz0tw8ptKXzXcWLITtAMyuX6D29Xf1IzK-2Fq) with details of your proposal. We will contact you regarding the status of your proposal as soon as possible after the Call for Proposals closes (October 27th).\nAre you interested in giving a 5\u2019 lightning talk? We need you!\nPlease complete[ this form](http://clicks.meetup.com/ls/click?upn=u001.NY3oBFzZ5LJDG7YcnfSAKv31R8fDQd5-2BGWmtskQy6g5jLHdIIC1t8bT7h9lzVhBEJQFh_AT56GyzWCjb-2Bif8oaZd0Np02wkSj4hk-2BdLPcKc7jUfTSN-2FJUm5Vj4PKniTZTguh-2BdYuCyhYrUpqy-2F0CWKK7XFdNqnh0UzRlpTkOD7JsCXtGwoDrlVx3WejpIndnWeVKUWy9-2BDE-2B3Td9CfpKy8z-2F15z88poaJ-2BtDpIqQAN4ZBZ0bs-2BxxxCFgBMkoluQThinur3HsQtepCQ-2BwgUhpw9Mx3DvOg0sb1rBROzcBCL-2F08MPBdepptD10a76Ad91CAaqjUHfRVDRaGAR7L-2B1Eiazr9Z0BoSGNrzt-2BDJcBqANRhLEU9fobvfrCp-2FVbjZPp0UK7wXCFf-2B7wMax4dEy-2FUjGY6ygSl0mTDZQ9Iln-2F5CO2k3N8HZJLOpba35F0XtgSm6IRX5OqMJiUCWOnGR43uw4u6V3jyd6uGSNYTp1Lh40UxfcCuOc3QG8x7Hp8p3kYbpfs5ScyaadmtHFmAnXyrOnjipbcN-2FKxx-2FjH80-2FxsiwaeSkwiXt3mNqG5mvcPTsGxrq7b4ar9StS-2ByDEIiAIx3k9vjmH5jR-2FPAwR1bbR-2FFEY-2BL3WoBPJV7MVkKu4pZgTQJMCw57y-2Bui1meXocvb36luFcTRWMnNIeMbUd9Eser450zMl6Fgk4aUrTXpUysTQyvpc2ZmwqVEGMvxh4yAUPT9v5EykQIZBWuxrKk3HXzKBuDOPQ0btZ3to8RhyEFzVeUVgB) with details of your proposal. We will contact you regarding the status of your proposal as soon as possible after the Call for Proposals closes (October 27th).\n\n**Looking for sponsors**\nLook at the sponsorship levels starting from 100\u20ac and choose the one that best suits your will and needs \ud83d\ude00. Do you have any questions? No worries! Contact us at [pyday2024@googlegroups.com](mailto:pyday2024@googlegroups.com), and we will work it out together.\n\n**Stay tuned**\nIf you want to keep up to date with all the news related to this event, follow us on X at @pybcn and check out [the website](http://clicks.meetup.com/ls/click?upn=u001.NY3oBFzZ5LJDG7YcnfSAKno-2BpkZJlPIFfnZb1ZexZsALaRw4inib-2Fv-2F23EA9N3IEtSOdUTebsmg-2BQ8HzJ0BxZA-3D-3D82Gq_AT56GyzWCjb-2Bif8oaZd0Np02wkSj4hk-2BdLPcKc7jUfTSN-2FJUm5Vj4PKniTZTguh-2BdYuCyhYrUpqy-2F0CWKK7XFdNqnh0UzRlpTkOD7JsCXtGwoDrlVx3WejpIndnWeVKUWy9-2BDE-2B3Td9CfpKy8z-2F15z88poaJ-2BtDpIqQAN4ZBZ0bs-2BxxxCFgBMkoluQThinur3HsQtepCQ-2BwgUhpw9Mx3DvOg0sb1rBROzcBCL-2F08MPBdepptD10a76Ad91CAaqjUHfRVDRaGAR7L-2B1Eiazr9Z0BoSGNrzt-2BDJcBqANRhLEU9fobvfrCp-2FVbjZPp0UK7wXCFf-2B7wMax4dEy-2FUjGY6ygSl0mTDZQ9Iln-2F5CO2k3N8HZJLOpba35F0XtgSm6IRX5OqMJiUCWOnGR43uw4u6V3jyd6uGSNYTp1Lh40UxfcCuOc3QG8x7Hp8p3kYbpfs5ScyaadmtHFmAnXyrOnjipbcN-2FKxx-2FjH80-2FxsiwaeSkwiXt3mNqG5mvcPTsGxrq7b4ar9StS-2ByDEIiAIx3k9vjmH5jR-2FPAwR1bbR-2FFEY-2BL3VftPrIcTZWCD6Zcx4Ql4f8Ujn8vuVCjRyblrEN9XbDbq9ov11pArBqfqcW5moZ8mPyBzjwK2aRbrMFqUg98D1azoMuAhCHTHHltrZ2tV6hwvV-2BUPxxihXLBD-2BEBflYGRpYterApEJWB3wzh-2FLvCUdd).\nFor more information or suggestions about this event, ask us at [pyday2024@googlegroups.com](mailto:pyday2024@googlegroups.com).\nWe hope to see you there!\n\n[IMPORTANT] Information about registration, sponsors, and call for proposals at [https://pybcn.org/pyday-bcn-2024/](https://pybcn.org/pyday-bcn-2024/)\n\n[RSVPS WILL NOT OPEN. PLEASE REGISTER THROUGH EVENTBRITE FOLLOWING THE INFO IN [https://pybcn.org/pyday-bcn-2024/](https://pybcn.org/pyday-bcn-2024/) ]\n\n***\n\nCheers,\n\nThe PyDayBCN Team", + "shortDescription": null, + "group": { + "id": "12994802", + "name": "PyLadies BCN" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "25518874", + "name": "Can\u00f2drom", + "address": "Concepci\u00f3 Arenal 165", + "city": "Barcelona", + "postalCode": "", + "lng": 2.184137, + "lat": 41.427505 + }, + "onlineVenue": null, + "dateTime": "2024-11-09T09:00+01:00", + "duration": "PT9H", + "timezone": "Europe/Madrid", + "endTime": "2024-11-09T18:00+01:00" +} \ No newline at end of file diff --git a/events/python-alicante/2023-05-25_Meetup-Python-Alicante!_293349125.json b/events/python-alicante/2023-05-25_Meetup-Python-Alicante!_293349125.json new file mode 100644 index 0000000..ceb5275 --- /dev/null +++ b/events/python-alicante/2023-05-25_Meetup-Python-Alicante!_293349125.json @@ -0,0 +1,28 @@ +{ + "id": "293349125", + "title": "Meetup Python Alicante!", + "eventUrl": "https://www.meetup.com/python_alc/events/293349125", + "description": "\u00a1 MeetUp Python Alicante !\nO lo que es lo mismo, una quedada informal d\u00f3nde hablaremos sobre Python, nuestros proyectos en los que estamos trabajando tanto de forma profesional como por afici\u00f3n.\nAl ser un evento informal, no hace falta que tengas ning\u00fan conocimiento previo, solo inter\u00e9s por la programaci\u00f3n en general y en Python en particular; as\u00ed que es una buena oportunidad si quieres empezar.\n\n\u2022 Qu\u00e9 has de traer\nGanas de participar y hacer comunidad.", + "shortDescription": null, + "group": { + "id": "26484481", + "name": "Python Alicante" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27417020", + "name": "Mad Pilots", + "address": "C. Decano, 2", + "city": "San Vicente del Raspeig", + "postalCode": "03690", + "lng": -0.509449, + "lat": 38.386276 + }, + "onlineVenue": null, + "dateTime": "2023-05-25T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-05-25T21:00+02:00" +} \ No newline at end of file diff --git a/events/python-alicante/2023-06-22_Meetup-Python-Alicante!_293872135.json b/events/python-alicante/2023-06-22_Meetup-Python-Alicante!_293872135.json new file mode 100644 index 0000000..47ce2a2 --- /dev/null +++ b/events/python-alicante/2023-06-22_Meetup-Python-Alicante!_293872135.json @@ -0,0 +1,28 @@ +{ + "id": "293872135", + "title": "Meetup Python Alicante!", + "eventUrl": "https://www.meetup.com/python_alc/events/293872135", + "description": "\u00a1 MeetUp Python Alicante !\nO lo que es lo mismo, una quedada informal d\u00f3nde hablaremos sobre Python, nuestros proyectos en los que estamos trabajando tanto de forma profesional como por afici\u00f3n.\nAl ser un evento informal, no hace falta que tengas ning\u00fan conocimiento previo, solo inter\u00e9s por la programaci\u00f3n en general y en Python en particular; as\u00ed que es una buena oportunidad si quieres empezar.\n\n\u2022 Qu\u00e9 has de traer\nGanas de participar y hacer comunidad.", + "shortDescription": null, + "group": { + "id": "26484481", + "name": "Python Alicante" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27417020", + "name": "Mad Pilots", + "address": "C. Decano, 2", + "city": "San Vicente del Raspeig", + "postalCode": "03690", + "lng": -0.509449, + "lat": 38.386276 + }, + "onlineVenue": null, + "dateTime": "2023-06-22T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-22T21:00+02:00" +} \ No newline at end of file diff --git a/events/python-alicante/2023-06-22_Meetup-Python-Alicante!_cscsbtyfcjbdc.json b/events/python-alicante/2023-06-22_Meetup-Python-Alicante!_cscsbtyfcjbdc.json new file mode 100644 index 0000000..4d90112 --- /dev/null +++ b/events/python-alicante/2023-06-22_Meetup-Python-Alicante!_cscsbtyfcjbdc.json @@ -0,0 +1,28 @@ +{ + "id": "cscsbtyfcjbdc", + "title": "Meetup Python Alicante!", + "eventUrl": "https://www.meetup.com/python_alc/events/cscsbtyfcjbdc", + "description": "\u00a1 MeetUp Python Alicante !\nO lo que es lo mismo, una quedada informal d\u00f3nde hablaremos sobre Python, nuestros proyectos en los que estamos trabajando tanto de forma profesional como por afici\u00f3n.\nAl ser un evento informal, no hace falta que tengas ning\u00fan conocimiento previo, solo inter\u00e9s por la programaci\u00f3n en general y en Python en particular; as\u00ed que es una buena oportunidad si quieres empezar.\n\n\u2022 Qu\u00e9 has de traer\nGanas de participar y hacer comunidad.", + "shortDescription": null, + "group": { + "id": "26484481", + "name": "Python Alicante" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27417020", + "name": "Mad Pilots", + "address": "C. Decano, 2", + "city": "San Vicente del Raspeig", + "postalCode": "03690", + "lng": -0.509449, + "lat": 38.386276 + }, + "onlineVenue": null, + "dateTime": "2023-06-22T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-22T21:00+02:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2023-05-31_Python-May-Meetup:-Working-with-units-&-Basic-Web-Scraping_293692260.json b/events/python-barcelona/2023-05-31_Python-May-Meetup:-Working-with-units-&-Basic-Web-Scraping_293692260.json new file mode 100644 index 0000000..1584aa9 --- /dev/null +++ b/events/python-barcelona/2023-05-31_Python-May-Meetup:-Working-with-units-&-Basic-Web-Scraping_293692260.json @@ -0,0 +1,28 @@ +{ + "id": "293692260", + "title": "Python May Meetup: Working with units & Basic Web Scraping", + "eventUrl": "https://www.meetup.com/python-barcelona/events/293692260", + "description": "This month we have two awesome talks about **Decoupling Database and Domain layers** in your application and a session about **web scraping with beautiful soup**.\n\n***\n\n* \u27a1\ufe0f **What:** Working in Units: How to Decouple the Database and Domain Layers in Python\n* \ud83d\udce2 **Who**: Alvaro Duran ([LinkedIn](https://www.linkedin.com/in/alvaroduranbarata/))\n* \u23f1 **Duration**: \\~30\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: A crucial element of architecting a software application for scale is the collaboration of domain experts and developers. For that to happen, the application must separate the domain layer\u2014 where elements that represent the real world reside\u2014from the infrastructure layer\u2014where these elements are translated into precise software processes.Within the Fintech team at Kiwi.com, we are rearchitecting a critical service to accept more payment providers. As part of this refactor, we are adopting the Unit of Work pattern to disentangle domain entities from the database processes that represent them. This way, domain experts can share their knowledge with developers more easily, and developers can find opportunities for optimization without the involvement of domain experts in the process.Attendees will gain a solid understanding of how to implement the UoW pattern in their Python applications, how it fits into the broader context of DDD, and how to prepare their code for future growth.\n\n***\n\n* \u27a1\ufe0f **What:** Basic web scraping with Beautiful Soup\n* \ud83d\udce2 **Who**: No\u00e9 Casas ([twitter](%5Bhttps://twitter.com/noecasas%5D(https://twitter.com/noecasas)), [LinkedIn](%5Bhttps://www.linkedin.com/in/noecasas/%5D(https://www.linkedin.com/in/noecasas/)))\n* \u23f1 **Duration**: \\~30-45 minutes\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: Web scraping consists of different techniques to extract information from web pages. Beautiful Soup is one of the most popular web scraping Python frameworks. In this talk we will be having a practical live coding session, creating a web scraper to collect information from a web site.\n\n***\n\n\u27a1\ufe0f Only register if you can attend!\n\n* This is a reduced capacity event. Only register if you plan on attending, and if something comes up please free your spot so somebody else can pick it up!\n\n\u27a1\ufe0f Location\n\n* Kiwi.com ([Gran Via de les Corts Catalanes, 613, 4th Floor, 08007 Barcelona](https://goo.gl/maps/8XNLH9TptfNv8ydU6))\n\n\u27a1\ufe0f Access Control\n\n* \ud83d\udec2 The security access control requires an attendee list and a **means of identification**. Provide your full name in your profile, otherwise you will be REMOVED from the list. For the event, bring some form of identification (DNI, NIE, passport).\n* \ud83d\udd1e People under 18 years old only allowed accompanied by one parent or legal guardian.\n* \ud83d\udeb7 There are limited seats, please BE RESPONSIBLE when signing up. If you can't make it, please free up your seat, so someone else can attend. We keep a list with repeated offenders!\n\n\u27a1\ufe0f More\n\n* \ud83d\udce2 We need talk proposals! [Send yours](https://pybcn.org/pybcn_association/propose-a-talk/)\n* \ud83e\udd84 Wanna [publish a job offer](https://pybcn.org/job-offers)?\n* \ud83d\udc26 Follow [@PyBCN](https://twitter.com/pybcn) for pictures, slides, videos and more", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26838955", + "name": "Gran Via de les Corts Catalanes, 613", + "address": "Gran Via de les Corts Catalanes, 613", + "city": "Barcelona", + "postalCode": "08007", + "lng": 2.16847, + "lat": 41.390343 + }, + "onlineVenue": null, + "dateTime": "2023-05-31T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-05-31T21:00+02:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2023-06-10_PyDataBCN-2023_293778951.json b/events/python-barcelona/2023-06-10_PyDataBCN-2023_293778951.json new file mode 100644 index 0000000..099718a --- /dev/null +++ b/events/python-barcelona/2023-06-10_PyDataBCN-2023_293778951.json @@ -0,0 +1,28 @@ +{ + "id": "293778951", + "title": "PyDataBCN 2023", + "eventUrl": "https://www.meetup.com/python-barcelona/events/293778951", + "description": "We are thrilled to announce the creation of PyDataBCN, our new annual event dedicated to bringing together the Data Engineering and Data Science community working with Python in Barcelona. PyDataBCN aims to provide a platform for knowledge-sharing, networking, and learning for professionals, enthusiasts, and students alike.\n\n\ud83d\udc49 Information and registration link (**Eventbrite**): [https://pybcn.org/events/pydatabcn/pydatabcn_2023](https://pybcn.org/events/pydatabcn/pydatabcn_2023)\n\ud83d\udea8 The registration will be managed through Eventbrite. We will **not** open the registration here.\n\nPyDataBCN will offer free hands-on workshops, lightning talks, and lots of fun activities. The **workshops** will be conducted by community members and will cover a range of topics related to data science, data engineering, machine learning, artificial intelligence, and more. Attendees will have the opportunity to learn new skills, get insights into the latest trends and best practices, and interact with like-minded individuals. The **lightning talks** will feature short and impactful presentations by speakers from academia and industry, who will share their experiences, insights, and perspectives on various topics related to data science and engineering. These talks will be followed by Q&A sessions, where attendees can ask questions and engage with the speakers.\n\nIn addition to the workshops and lightning talks, PyDataBCN will also host various fun activities, including **networking** events, **Kahoot** games, and more. We believe that learning should be enjoyable and that attendees should have the opportunity to connect and engage with each other in a relaxed and informal setting.\n\nPyDataBCN is a free non-profit event and is open to everyone, regardless of their level of experience or background. We encourage students, professionals, and enthusiasts to join us and become part of the vibrant and growing community of data scientists and engineers in Barcelona.\nWe look forward to seeing you at PyDataBCN and sharing our passion for Python, data science, and engineering!\n\n**\u2139\ufe0f Disclaimer**\nPyDataBCN would like to expressly clarify that it is an independent event and is not associated or affiliated with the PyData events organized by NumFOCUS. PyDataBCN operates autonomously with its own distinct goals, structure, and organization.", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26090270", + "name": "Can\u00f2drom - Ateneu d'Innovaci\u00f3 Digital i Democr\u00e0tica", + "address": "C/ de Concepci\u00f3n Arenal, 165", + "city": "Barcelona", + "postalCode": "08027", + "lng": 0, + "lat": 0 + }, + "onlineVenue": null, + "dateTime": "2023-06-10T09:00+02:00", + "duration": "PT9H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-10T18:00+02:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2023-06-28_Python-June-Meetup:-Data-Science-learning-path-&-Collaboration-in-Data-Teams_294322691.json b/events/python-barcelona/2023-06-28_Python-June-Meetup:-Data-Science-learning-path-&-Collaboration-in-Data-Teams_294322691.json new file mode 100644 index 0000000..43ccda0 --- /dev/null +++ b/events/python-barcelona/2023-06-28_Python-June-Meetup:-Data-Science-learning-path-&-Collaboration-in-Data-Teams_294322691.json @@ -0,0 +1,28 @@ +{ + "id": "294322691", + "title": "Python June Meetup: Data Science learning path & Collaboration in Data Teams", + "eventUrl": "https://www.meetup.com/python-barcelona/events/294322691", + "description": "This month we have two awesome talks about the trip from being a **Data Science bootcamp student** to a **Freelancer**, and about how to **Collaborate in a team between Data Scientists and Data Engineers**.\n\n***\n\n* \u27a1\ufe0f **What:** From Data Science Bootcamp student to Freelancer\n* \ud83d\udce2 **Who**: Nikita Polovinkin ([LinkedIn](https://www.linkedin.com/in/npolovinkin/))\n* \u23f1 **Duration**: \\~30min\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: Sharing valuable experience of attending a Data Science Bootcamp and applying the skills acquired to start a career in the tech sector as a Data Scientist freelancer, working for companies from different sectors, providing valuable insights in their business and provide automation\n\n***\n\n* \u27a1\ufe0f **What:** Collaboration between Data Scientists and Data Engineers - Raise team's performance through Merge Requests\n* \ud83d\udce2 **Who**: Josep Mart\u00ednez ([LinkedIn](https://www.linkedin.com/in/josepmartinezvila/)) & Juan Prida ([LinkedIn](https://www.linkedin.com/in/juan-prida/))\n* \u23f1 **Duration**: \\~40min\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: Sometimes Data Scientists that are not computer engineers and come from different backgrounds, write Machine Learning models and to deploy them to production Data Engineers have to do some refactoring. In this talk we will see how we can improve the workflow and have Data Scientists writing production code through Merge Requests.\n\n***\n\n\u27a1\ufe0f Only register if you can attend!\n\n* This is a reduced capacity event. Only register if you plan on attending, and if something comes up please free your spot so somebody else can pick it up!\n\n\u27a1\ufe0f Location\n\n* Le Wagon (C/ del Bruc, 149, 08037 Barcelona)\n\n\u27a1\ufe0f Access Control\n\n* \ud83d\udec2 The security access control requires an attendee list and a **means of identification**. Provide your full name in your profile, otherwise you will be REMOVED from the list. For the event, bring some form of identification (DNI, NIE, passport).\n* \ud83d\udd1e People under 18 years old only allowed accompanied by one parent or legal guardian.\n* \ud83d\udeb7 There are limited seats, please BE RESPONSIBLE when signing up. If you can't make it, please free up your seat, so someone else can attend. We keep a list with repeated offenders!\n\n\u27a1\ufe0f More\n\n* \ud83d\udce2 We need talk proposals! [Send yours](https://pybcn.org/pybcn_association/propose-a-talk/)\n* \ud83e\udd84 Wanna [publish a job offer](https://pybcn.org/job-offers)?\n* \ud83d\udc26 Follow [@PyBCN](https://twitter.com/pybcn) for pictures, slides, videos and more", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26186319", + "name": "Le Wagon Barcelona", + "address": "C/ del Bruc, 149", + "city": "Barcelona", + "postalCode": "08025", + "lng": 0, + "lat": 0 + }, + "onlineVenue": null, + "dateTime": "2023-06-28T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-28T21:00+02:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2023-09-28_Python-September-Meetup:-Back-to-School!_296203267.json b/events/python-barcelona/2023-09-28_Python-September-Meetup:-Back-to-School!_296203267.json new file mode 100644 index 0000000..f54d34b --- /dev/null +++ b/events/python-barcelona/2023-09-28_Python-September-Meetup:-Back-to-School!_296203267.json @@ -0,0 +1,28 @@ +{ + "id": "296203267", + "title": "Python September Meetup: Back to School!", + "eventUrl": "https://www.meetup.com/python-barcelona/events/296203267", + "description": "This month we have two awesome talks about making **numerical computations run fast** and **using GenAI in Fashion Design**.\n\n***\n\n* \u27a1\ufe0f **What:** The two language problem in vectorized python expressions\n* \ud83d\udce2 **Who**: David Buchaca ([LinkedIn](https://www.linkedin.com/in/david-buchaca-74a8a110a/))\n* \u23f1 **Duration**: \\~30min\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: There is a bit of a misleading conception that in order to make python code fast the best approach is to handle code in vectorized expressions. While this can be true in some cases, especially when your code can be mapped to an exact function call of numpy/scipy it is a dangerous path if followed without critical thinking. Algorithms can increase the complexity when vectorizing code. This can happen without the user being aware of it, since vectorized code is using other libraries. In this talk we will iterate over examples on how to think about devectorized expressions using cython and discuss the two language problem that arises in such a setting.\n\n***\n\n* \u27a1\ufe0f **What:** AI image generative algorithm in fashion design\n* \ud83d\udce2 **Who**: Lucas Pastur ([LinkedIn](https://www.linkedin.com/in/lucas-pastur-romay/))\n* \u23f1 **Duration**: \\~45min\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: This presentation will explore the application of image generative algorithms in fashion design with a particular focus on their most valuable use cases and implementation at Mango. We will discuss the innovative ways in which these algorithms are transforming the fashion industry by generating diverse design elements such as photographic prints, vector and cartoon illustrations, fabric patterns, and textures. Additionally, we will delve into the art of prompt engineering, providing valuable insights into the creative process behind generating useful images. The presentation will shed light on the future of fashion design and the growing influence of artificial intelligence in this dynamic industry.\n\n***\n\n\u27a1\ufe0f Only register if you can attend!\n\n* This is a reduced capacity event. Only register if you plan on attending, and if something comes up please free your spot so somebody else can pick it up!\n\n\u27a1\ufe0f Location\n\n* Aula B3, Facultat de Matem\u00e0tiques i Inform\u00e0tica, Universitat de Barcelona, Gran Via de les Corts Catalanes 585, 08007 Barcelona.\n\n\u27a1\ufe0f Access Control\n\n* \ud83d\udec2 The security access control requires an attendee list and a **means of identification**. Provide your full name in your profile, otherwise you will be REMOVED from the list. For the event, bring some form of identification (DNI, NIE, passport).\n* \ud83d\udd1e People under 18 years old only allowed accompanied by one parent or legal guardian.\n* \ud83d\udeb7 There are limited seats, please BE RESPONSIBLE when signing up. If you can't make it, please free up your seat, so someone else can attend. We keep a list with repeated offenders!\n\n\u27a1\ufe0f More\n\n* \ud83d\udce2 We need talk proposals! [Send yours](https://pybcn.org/pybcn_association/propose-a-talk/)\n* \ud83e\udd84 Wanna [publish a job offer](https://pybcn.org/job-offers)?\n* \ud83d\udc26 Follow [@PyBCN](https://twitter.com/pybcn) for pictures, slides, videos and more", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27664102", + "name": "Facultat de Matem\u00e0tiques i Inform\u00e0tica - UB", + "address": "Gran Via de les Corts Catalanes, 585", + "city": "Barcelona", + "postalCode": "08007", + "lng": 2.164317, + "lat": 41.386784 + }, + "onlineVenue": null, + "dateTime": "2023-09-28T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-09-28T21:00+02:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2023-11-11_PyDayBCN-2023_296489967.json b/events/python-barcelona/2023-11-11_PyDayBCN-2023_296489967.json new file mode 100644 index 0000000..59a6811 --- /dev/null +++ b/events/python-barcelona/2023-11-11_PyDayBCN-2023_296489967.json @@ -0,0 +1,28 @@ +{ + "id": "296489967", + "title": "PyDayBCN 2023", + "eventUrl": "https://www.meetup.com/python-barcelona/events/296489967", + "description": "PyDayBCN 2023 is almost here! It will take place on November 11th at Universitat de Barcelona. Save the date!\n\nA day full of FREE python-related workshops for the Python community. Over the last six editions, PyDay has become a great opportunity to share our love for Python and engage users, companies and newcomers into it!\n\n[IMPORTANT] Information about registration, sponsors and call for proposals at https://pybcn.org/pyday-bcn-2023/\n\n[RSVPS WILL NOT OPEN. PLEASE REGISTER THROUGH EVENTBRITE FOLLOWING THE INFO IN https://pybcn.org/pyday-bcn-2023/ ]\n\n***\n\nCheers,\n\nThe PyDayBCN Team", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27246133", + "name": "Universitat de Barcelona", + "address": "Gran Via de les Corts Catalanes, 585", + "city": "Barcelona", + "postalCode": "08007", + "lng": 2.163866, + "lat": 41.386673 + }, + "onlineVenue": null, + "dateTime": "2023-11-11T09:00+01:00", + "duration": "PT9H", + "timezone": "Europe/Madrid", + "endTime": "2023-11-11T18:00+01:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2024-01-24_Python-Meetup-January:-Happy-New-Year!_298506663.json b/events/python-barcelona/2024-01-24_Python-Meetup-January:-Happy-New-Year!_298506663.json new file mode 100644 index 0000000..f4f5a6b --- /dev/null +++ b/events/python-barcelona/2024-01-24_Python-Meetup-January:-Happy-New-Year!_298506663.json @@ -0,0 +1,28 @@ +{ + "id": "298506663", + "title": "Python Meetup January: Happy New Year!", + "eventUrl": "https://www.meetup.com/python-barcelona/events/298506663", + "description": "We're back! This month we have two awesome talks about **Launching your own Python Library** and **Mastering PDF Form-Filling with PyPDF**:\n\\-\\-\\-\\-\n\n* \u27a1\ufe0f **What:** Launch your own Python Library within the company\n* \ud83d\udce2 **Who**: [Julian Boronat](https://www.linkedin.com/in/boronatje/) ([@JulianBoronat](https://twitter.com/JulianBoronat))\n* \u23f1 **Duration**: \\~30min\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: This presentation will aim to demonstrate a straightforward method for publishing your own Python library to the JFrog Artifactory of your organization; on this opportunity, we are going to do this within Adevinta Spain by implementing the CI/CD part through Github Actions. Key topics to be covered include: 1-Monorepo vs. Multirepo, 2-Package and Versioning, 3-Repository Templates, 4-GHA Marketplace, 5-Testing and 6-Best Practices.\n\n\\-\\-\\-\\-\n\n* \u27a1\ufe0f **What:** Mastering PDF Form-Filling with PyPDF\n* \ud83d\udce2 **Who**: [Jordi Bosch](https://www.linkedin.com/in/jjordiboschh/)\n* \u23f1 **Duration**: \\~30min\n* \ud83d\udc45 **Language**: Spanish\n* \ud83e\uddd0 **Abstract**: Tired about PDF paperwork? Join the PDF revolution as we see how PyPDF Python library changes how we work with PDF forms completion. We'll discover how to form-fill PDFs with a touch of Python magic. By the end, you'll be a PDF expert, eliminating manual data entry. Get ready to improve your data skills!\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Location\n\n* [Adevinta](https://goo.gl/maps/UZMFwJ7i61m286JJ9): *Carrer de la Ciutat de Granada, 150, 08018 Barcelona*\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Access Control\n\n* \ud83d\udec2 The security access control requires an **attendee list** (full name) and a **means of identification** (DNI, NIE, passport)\n* \u26a0\ufe0f Make sure you register for the event with your **full name** and **ID**. Otherwise you will be REMOVED from the attendance list.\n* \ud83e\udeaa You\u2019ll be asked to provide that ID to access the building.\n* \ud83d\udeb8 People under 18 years old shall be accompanied by a legal guardian\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Only register if you can attend!\n\n* \ud83e\ude91 There are limited seats, so please be responsible when signing up\n* \ud83d\udeb7 If you can't make it, please free up your seat, so someone else can attend. We keep a list with repeated offenders!\n\n\\-\\-\\-\\-\n\u27a1\ufe0f More at [PyBCN.org](https://pybcn.org/)\n\n* \ud83d\udce2 We need talk proposals! [Send yours](https://pybcn.org/pybcn_association/propose-a-talk/)\n* \ud83e\udd84 Wanna [publish a job offer](https://pybcn.org/job-offers)?\n* \ud83d\udc26 Follow [@PyBCN](https://twitter.com/pybcn) for pictures, slides, videos and more", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26699334", + "name": "Adevinta Spain", + "address": "C/ de la Ciutat de Granada, 150", + "city": "Barcelona", + "postalCode": "08018", + "lng": 2.192204, + "lat": 41.403122 + }, + "onlineVenue": null, + "dateTime": "2024-01-24T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-01-24T21:00+01:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2024-02-21_Python-Meetup-February:-Python-World-Congress_299074873.json b/events/python-barcelona/2024-02-21_Python-Meetup-February:-Python-World-Congress_299074873.json new file mode 100644 index 0000000..96cbe47 --- /dev/null +++ b/events/python-barcelona/2024-02-21_Python-Meetup-February:-Python-World-Congress_299074873.json @@ -0,0 +1,28 @@ +{ + "id": "299074873", + "title": "Python Meetup February: Python World Congress", + "eventUrl": "https://www.meetup.com/python-barcelona/events/299074873", + "description": "For the second month of the year we have two awesome talks about **Pytest** and **about Queering the Map**:\n\\-\\-\\-\\-\n\n* \u27a1\ufe0f **What:** Pytest, a short hike.\n* \ud83d\udce2 **Who**: [Itxaso (Txas) Aizpurua](https://www.linkedin.com/in/itxasoaizpurua/)\n* \u23f1 **Duration**: 45'\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: Pytest is the go-to testing framework for python. In this talk, we will go through the basics of pytest to get everyone up to speed, and then delve deeper into some concepts like fixtures, mocking, profiling, parallelization, logging capture, etc.\n\n\\-\\-\\-\n\n* \u27a1\ufe0f **What:** Analysis of the use and the discourse of \"Queering The Map\"\n* \ud83d\udce2 **Who**: [Marta Garc\u00eda](https://www.linkedin.com/in/marta-garcia-diez/)\n* \u23f1 **Duration**: 15'\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: In 2017 Lucas LaRochelle created the webpage Queering The Map. Its purpose was to provide a safe space for queer people around the globe to share experiences anonymously, and link them to a physical space. The information of the page arises this question: How does race, gender, sexuality, citizenship, ability, and class affect the ways in which we relate to, move through, and create space?\n\nThis presentation aims to give some insights in the process of answering this question, respecting the anonymity of the community involved, through the analysis of the discourse of the shared experiences and its relationship with the physical space defined by each country.\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Location\n\n**Servizurich - Technology Delivery Center of Zurich Insurance**\n*[Carrer de Bac de Roda, 58 Building D](https://maps.app.goo.gl/qAN7XcTXFbHVeUXGA)*\n(the one next to Faborit entrance)\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Access Control\n\n* \ud83d\udec2 The security access control requires an **attendee list** (full name) and a **means of identification** (DNI, NIE, passport)\n* \u26a0\ufe0f Make sure you register for the event with your **full name** and **ID**. Otherwise you will be REMOVED from the attendance list.\n* \ud83e\udeaa You\u2019ll be asked to provide that ID to access the building.\n* \ud83d\udeb8 People under 18 years old shall be accompanied by a legal guardian\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Only register if you can attend!\n\n* \ud83e\ude91 There are limited seats, so please be responsible when signing up\n* \ud83d\udeb7 If you can't make it, please free up your seat, so someone else can attend. We keep a list with repeated offenders!\n\n\\-\\-\\-\\-\n\u27a1\ufe0f More at [PyBCN.org](https://pybcn.org/)\n\n* \ud83d\udce2 We need talk proposals! [Send yours](https://pybcn.org/pybcn_association/propose-a-talk/)\n* \ud83e\udd84 Wanna [publish a job offer](https://pybcn.org/job-offers)?\n* \ud83d\udc26 Follow [@PyBCN](https://twitter.com/pybcn) for pictures, slides, videos and more", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27753365", + "name": "Servizurich - Technology Delivery Center", + "address": "Carrer de Bac de Roda, 58", + "city": "Barcelona", + "postalCode": "08019", + "lng": 2.207144, + "lat": 41.405636 + }, + "onlineVenue": null, + "dateTime": "2024-02-21T18:30+01:00", + "duration": "PT2H30M", + "timezone": "Europe/Madrid", + "endTime": "2024-02-21T21:00+01:00" +} \ No newline at end of file diff --git "a/events/python-barcelona/2024-03-21_Python-Meetup-March:-Rustacean-Python-Skills-\360\237\220\215-\360\237\246\200_299261127.json" "b/events/python-barcelona/2024-03-21_Python-Meetup-March:-Rustacean-Python-Skills-\360\237\220\215-\360\237\246\200_299261127.json" new file mode 100644 index 0000000..1518784 --- /dev/null +++ "b/events/python-barcelona/2024-03-21_Python-Meetup-March:-Rustacean-Python-Skills-\360\237\220\215-\360\237\246\200_299261127.json" @@ -0,0 +1,28 @@ +{ + "id": "299261127", + "title": "Python Meetup March: Rustacean Python Skills \ud83d\udc0d \ud83e\udd80", + "eventUrl": "https://www.meetup.com/python-barcelona/events/299261127", + "description": "For the month of march, we have a double session about **Rust** \ud83e\udd80 !:\n\\-\\-\\-\\-\n\n* \u27a1\ufe0f **What: Python and Rust**\n* \ud83d\udce2 **Who**: Dirk L\u00fcdtke\n* \u23f1 **Duration**: 30 minutes\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: As a passionate Python developer who has recently started to learn Rust, I would like to share my experiences how these two programming languages complement each other and how one can use both of them to optimize the own projects.\n\n\\-\\-\\-\n\n* \u27a1\ufe0f **What: Hands on Polars \ud83d\udc3b\u200d\u2744\ufe0f, an alternative to data frames leveraging in Rust**\n* \ud83d\udce2 **Who**: Javier Mart\u00ednez\n* \u23f1 **Duration**: 30 minutes\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: Data frames are daily bread and butter in data science. Most of us use Pandas \ud83d\udc3c data frames as the main tool when performing our analysis.\n\nIn this session we are going to introduce Polars a relatively new library written in Rust that could be handy in our toolbox. We will compare its performance, put our hands on it and try to find which is the best way to replace analysis done with Pandas with Polars. All of it with a pinch of Rust.\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Location\nCodurance:\n[Carrer de Pallars 99, 4th floor, room 41, Barcelona, 08018](https://maps.app.goo.gl/Z7eb1XyPJZYfLM3h8)\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Access Control\n\n* \ud83d\udec2 The security access control requires an **attendee list** (full name) and a **means of identification** (DNI, NIE, passport)\n* \u26a0\ufe0f Make sure you register for the event with your **full name** and **ID**. Otherwise, you will be REMOVED from the attendance list.\n* \ud83e\udeaa You\u2019ll be asked to provide that ID to access the building.\n* \ud83d\udeb8 People under 18 years old shall be accompanied by a legal guardian\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Only register if you can attend!\n\n* \ud83e\ude91 There are limited seats, so please be responsible when signing up\n* \ud83d\udeb7 If you can't make it, please free up your seat, so someone else can attend. We keep a list with repeated offenders!\n\n\\-\\-\\-\\-\n\u27a1\ufe0f More at [PyBCN.org](https://pybcn.org/)\n\n* \ud83d\udce2 We need talk proposals! [Send yours](https://pybcn.org/pybcn_association/propose-a-talk/)\n* \ud83e\udd84 Want to [publish a job offer](https://pybcn.org/job-offers)?\n* \ud83d\udc26 Follow [@PyBCN](https://twitter.com/pybcn) for pictures, slides, videos and more", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26126132", + "name": "Codurance", + "address": "C. de Pallars, 99", + "city": "Barcelona", + "postalCode": "08011", + "lng": 2.190716, + "lat": 41.396088 + }, + "onlineVenue": null, + "dateTime": "2024-03-21T18:30+01:00", + "duration": "PT2H30M", + "timezone": "Europe/Madrid", + "endTime": "2024-03-21T21:00+01:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2024-06-13_Python-Meetup-June:-Pyments-and-OpenPyXL_301297291.json b/events/python-barcelona/2024-06-13_Python-Meetup-June:-Pyments-and-OpenPyXL_301297291.json new file mode 100644 index 0000000..861d8c3 --- /dev/null +++ b/events/python-barcelona/2024-06-13_Python-Meetup-June:-Pyments-and-OpenPyXL_301297291.json @@ -0,0 +1,28 @@ +{ + "id": "301297291", + "title": "Python Meetup June: Pyments and OpenPyXL", + "eventUrl": "https://www.meetup.com/python-barcelona/events/301297291", + "description": "For the month of june, we have two amazing talks about **Online Payments** and **OpenPYXL**!\n\\-\\-\\-\nSchedule:\n\n* \ud83d\udc4b 18:30: Hi!\n* \ud83d\udde3\ufe0f 19:00: Talks!\n* \ud83c\udf55 **&** \ud83c\udf7b 20:00: Networking, food and drinks!\n* \ud83d\udc4b 21:00: Bye!\n\n\\-\\-\\-\n\n* \u27a1\ufe0f **What:** Pyments: How To Design Payment Applications In Python\n* \ud83d\udce2 **Who**: Alvaro Duran\n* \u23f1 **Duration**: 30 minutes\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: \"Payments are a massive part of how the world works. But most engineers know very little about it. That\u2019s sad, because, as more and more of business happens online, there\u2019s an increasing demand for payment applications that are scalable, and maintainable. Besides, Python is a great programming language to build payment applications! It is very interoperable, has a thriving open source community, and even non-engineers can contribute significantly to software built with it. In payments, readability counts, too!\nIn this talk, we\u2019re going to dive deep into how to build money software effectively. You\u2019ll learn why Python and payments are a match made in heaven, and how to leverage the language to build your own payment applications, in-house, fast, and effectively. That way, you\u2019ll cut some intermediaries in the process, saving your company a lot of money. It is no wonder why software engineers that can build payment applications are in high demand, they can point to their code and say \u201cthat prints money\u201d.\"\n\n\\-\\-\\-\\-\n\n* \u27a1\ufe0f **What:** Mastering Excel Automation with OpenPYXL\n* \ud83d\udce2 **Who**:Jordi Bosch\n* \u23f1 **Duration**: 30 minutes\n* \ud83d\udc45 **Language**: Spanish\n* \ud83e\uddd0 **Abstract**: Tired about complex VBA macros and functions? Join the Excel revolution as we see how OpenPYXL Python library changes how we work with spreadsheets. We'll discover how to handle data with a touch of Python magic.\nBy the end, you\u2019ll be an Excel expert, easily automating tasks and managing complex data with a few clicks. Get ready to improve your data skills!\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Location:\n\\- Gartner \\- Hexagon Building\\, \u00c0laba\\, 121\\, 08018 Barcelona\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Access Control\n\n* \ud83d\udec2 The security access control requires an **attendee list** (full name) and a **means of identification** (DNI, NIE, passport)\n* \u26a0\ufe0f Make sure you register for the event with your **full name** and **ID**. Otherwise, you will be REMOVED from the attendance list.\n* \ud83e\udeaa You\u2019ll be asked to provide that ID to access the building.\n* \ud83d\udeb8 People under 18 years old shall be accompanied by a legal guardian\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Only register if you can attend!\n\n* \ud83e\ude91 There are limited seats, so please be responsible when signing up\n* \ud83d\udeb7 If you can't make it, please free up your seat, so someone else can attend. We keep a list with repeated offenders!\n\n\\-\\-\\-\\-\n\u27a1\ufe0f More at [PyBCN.org](https://pybcn.org/)\n\n* \ud83d\udce2 We need talk proposals! [Send yours](https://pybcn.org/pybcn_association/propose-a-talk/)\n* \ud83e\udd84 Want to [publish a job offer](https://pybcn.org/job-offers)?\n* \ud83d\udc26 Follow [@PyBCN](https://twitter.com/pybcn) for pictures, slides, videos and more", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27688171", + "name": "Gartner - Center of Excellence", + "address": "C/ de Sancho de \u00c1vila, 47", + "city": "Barcelona", + "postalCode": "08018", + "lng": 2.189932, + "lat": 41.398815 + }, + "onlineVenue": null, + "dateTime": "2024-06-13T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-06-13T20:30+02:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2024-09-26_Python-Meetup-September:-AI-Goes-Back-To-School_303407709.json b/events/python-barcelona/2024-09-26_Python-Meetup-September:-AI-Goes-Back-To-School_303407709.json new file mode 100644 index 0000000..77e21e2 --- /dev/null +++ b/events/python-barcelona/2024-09-26_Python-Meetup-September:-AI-Goes-Back-To-School_303407709.json @@ -0,0 +1,28 @@ +{ + "id": "303407709", + "title": "Python Meetup September: AI Goes Back To School", + "eventUrl": "https://www.meetup.com/python-barcelona/events/303407709", + "description": "For the month of September, we have two amazing talks about **LLMs** and **RAGs**.\n\\-\\-\\-\nSchedule:\n\n* \ud83d\udc4b & \ud83d\udde3\ufe0f 18:30: Welcome and Talks\n* \ud83c\udf55 **&** \ud83c\udf7b 20:00: Networking, food and drinks!\n* \ud83d\udc4b 21:00: Bye!\n\n\\-\\-\\-\n\n* \u27a1\ufe0f **What:** *From text to actions: LLMs as the new software consumers*\n* \ud83d\udce2 **Who**: Pol Alvarez Vecino\n* \u23f1 **Duration**: 30 minutes\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: QA bots, copilots, workflow automation - LLMs are evolving to control our software through natural language. The endgame is APIs. LLMs that can convert user intents directly into HTTP requests, like Talk2Apis does today, will have the flexibility to access any service. This creates a machine-first software economy with big implications for developers. Python examples included.\n\n\\-\\-\\-\\-\n\n* \u27a1\ufe0f **What:** *Ragtime: An Approach to Retrieval-Augmented Generation*\n* \ud83d\udce2 **Who**: Javier Martinez Alcantara\n* \u23f1 **Duration**: 30 minutes\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: In this session, we'll explore a pattern that has sparked significant interest in the world of natural language models (LLMs): Retrieval-Augmented Generation (RAG). We'll walk through a practical implementation, dive into its details, and share insights based on our experiences working with these methods. Whether you're a beginner or an expert, we encourage you to join\u2014what matters most is your interest in LLMs, machine learning, and engineering, and how to leverage these technologies to bring value to your company or organization.\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Location:\nCodurance Offices Barcelona:\n[Carrer de Pallars 99, 4th floor, room 41, Barcelona, 08018](https://maps.app.goo.gl/Z7eb1XyPJZYfLM3h8)\n\\-\\-\\-\\-\n\u27a1\ufe0f Access Control\n\n* \ud83d\udec2 The security access control requires an **attendee list** (full name) and a **means of identification** (DNI, NIE, passport)\n* \u26a0\ufe0f Make sure you register for the event with your **full name** and **ID**. Otherwise, you will be REMOVED from the attendance list.\n* \ud83e\udeaa You\u2019ll be asked to provide that ID to access the building.\n* \ud83d\udeb8 People under 18 years old shall be accompanied by a legal guardian\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Only register if you can attend!\n\n* \ud83e\ude91 There are limited seats, so please be responsible when signing up\n* \ud83d\udeb7 If you can't make it, please free up your seat, so someone else can attend. We keep a list with repeated offenders!\n\n\\-\\-\\-\\-\n\u27a1\ufe0f More at [PyBCN.org](https://pybcn.org/)\n\n* \ud83d\udce2 We need talk proposals! [Send yours](https://pybcn.org/pybcn_association/propose-a-talk/)\n* \ud83e\udd84 Want to [publish a job offer](https://pybcn.org/job-offers)?\n* \ud83d\udc26 Follow [@PyBCN](https://twitter.com/pybcn) for pictures, slides, videos and more", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26126132", + "name": "Codurance", + "address": "C. de Pallars, 99", + "city": "Barcelona", + "postalCode": "08011", + "lng": 2.190716, + "lat": 41.396088 + }, + "onlineVenue": null, + "dateTime": "2024-09-26T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-09-26T20:30+02:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2024-11-09_PyDayBCN-2024_303660013.json b/events/python-barcelona/2024-11-09_PyDayBCN-2024_303660013.json new file mode 100644 index 0000000..132ed53 --- /dev/null +++ b/events/python-barcelona/2024-11-09_PyDayBCN-2024_303660013.json @@ -0,0 +1,28 @@ +{ + "id": "303660013", + "title": "PyDayBCN 2024", + "eventUrl": "https://www.meetup.com/python-barcelona/events/303660013", + "description": "We are excited to announce the **8th edition** of PyDay BCN!\nPyDay BCN 2024 will take place on Saturday, **November 9th**, in *Can\u00f2drom - Ateneu d\u2019Innovaci\u00f3 Digital i Democr\u00e0tica*. It will be a day full of **FREE** workshops for the local Python community and people interested in Python and new to it.\n\n**Calling for proposals**\nAre you interested in giving a workshop? We need you!\nPlease complete[ this form](http://clicks.meetup.com/ls/click?upn=u001.NY3oBFzZ5LJDG7YcnfSAKvHM8GtlB2t4lF7EB4GaKKjNlEfuRFg3lD9eHMgmagVlZMSX_AT56GyzWCjb-2Bif8oaZd0Np02wkSj4hk-2BdLPcKc7jUfTSN-2FJUm5Vj4PKniTZTguh-2BdYuCyhYrUpqy-2F0CWKK7XFdNqnh0UzRlpTkOD7JsCXtGwoDrlVx3WejpIndnWeVKUWy9-2BDE-2B3Td9CfpKy8z-2F15z88poaJ-2BtDpIqQAN4ZBZ0bs-2BxxxCFgBMkoluQThinur3HsQtepCQ-2BwgUhpw9Mx3DvOg0sb1rBROzcBCL-2F08MPBdepptD10a76Ad91CAaqjUHfRVDRaGAR7L-2B1Eiazr9Z0BoSGNrzt-2BDJcBqANRhLEU9fobvfrCp-2FVbjZPp0UK7wXCFf-2B7wMax4dEy-2FUjGY6ygSl0mTDZQ9Iln-2F5CO2k3N8HZJLOpba35F0XtgSm6IRX5OqMJiUCWOnGR43uw4u6V3jyd6uGSNYTp1Lh40UxfcCuOc3QG8x7Hp8p3kYbpfs5ScyaadmtHFmAnXyrOnjipbcN-2FKxx-2FjH80-2FxsiwaeSkwiXt3mNqG5mvcPTsGxrq7b4ar9StS-2ByDEIiAIx3k9vjmH5jR-2FPAwR1bbR-2FFEY-2BL3UhtJ3JQRitk1G9QEZWFLXFnuLNfXRk0hWtZ17LXs-2BHydbD-2F0k-2BxvLVCIjZHhLEU0F2DVHaSD-2FJHczgoeXf4SIowOeooJ-2Btxgu9IZwixdCth6XcrGpnLKz0tw8ptKXzXcWLITtAMyuX6D29Xf1IzK-2Fq) with details of your proposal. We will contact you regarding the status of your proposal as soon as possible after the Call for Proposals closes (October 27th).\nAre you interested in giving a 5\u2019 lightning talk? We need you!\nPlease complete[ this form](http://clicks.meetup.com/ls/click?upn=u001.NY3oBFzZ5LJDG7YcnfSAKv31R8fDQd5-2BGWmtskQy6g5jLHdIIC1t8bT7h9lzVhBEJQFh_AT56GyzWCjb-2Bif8oaZd0Np02wkSj4hk-2BdLPcKc7jUfTSN-2FJUm5Vj4PKniTZTguh-2BdYuCyhYrUpqy-2F0CWKK7XFdNqnh0UzRlpTkOD7JsCXtGwoDrlVx3WejpIndnWeVKUWy9-2BDE-2B3Td9CfpKy8z-2F15z88poaJ-2BtDpIqQAN4ZBZ0bs-2BxxxCFgBMkoluQThinur3HsQtepCQ-2BwgUhpw9Mx3DvOg0sb1rBROzcBCL-2F08MPBdepptD10a76Ad91CAaqjUHfRVDRaGAR7L-2B1Eiazr9Z0BoSGNrzt-2BDJcBqANRhLEU9fobvfrCp-2FVbjZPp0UK7wXCFf-2B7wMax4dEy-2FUjGY6ygSl0mTDZQ9Iln-2F5CO2k3N8HZJLOpba35F0XtgSm6IRX5OqMJiUCWOnGR43uw4u6V3jyd6uGSNYTp1Lh40UxfcCuOc3QG8x7Hp8p3kYbpfs5ScyaadmtHFmAnXyrOnjipbcN-2FKxx-2FjH80-2FxsiwaeSkwiXt3mNqG5mvcPTsGxrq7b4ar9StS-2ByDEIiAIx3k9vjmH5jR-2FPAwR1bbR-2FFEY-2BL3WoBPJV7MVkKu4pZgTQJMCw57y-2Bui1meXocvb36luFcTRWMnNIeMbUd9Eser450zMl6Fgk4aUrTXpUysTQyvpc2ZmwqVEGMvxh4yAUPT9v5EykQIZBWuxrKk3HXzKBuDOPQ0btZ3to8RhyEFzVeUVgB) with details of your proposal. We will contact you regarding the status of your proposal as soon as possible after the Call for Proposals closes (October 27th).\n\n**Looking for sponsors**\nLook at the sponsorship levels starting from 100\u20ac and choose the one that best suits your will and needs \ud83d\ude00. Do you have any questions? No worries! Contact us at [pyday2024@googlegroups.com](mailto:pyday2024@googlegroups.com), and we will work it out together.\n\n**Stay tuned**\nIf you want to keep up to date with all the news related to this event, follow us on Twitter at @pybcn and check out [the website](http://clicks.meetup.com/ls/click?upn=u001.NY3oBFzZ5LJDG7YcnfSAKno-2BpkZJlPIFfnZb1ZexZsALaRw4inib-2Fv-2F23EA9N3IEtSOdUTebsmg-2BQ8HzJ0BxZA-3D-3D82Gq_AT56GyzWCjb-2Bif8oaZd0Np02wkSj4hk-2BdLPcKc7jUfTSN-2FJUm5Vj4PKniTZTguh-2BdYuCyhYrUpqy-2F0CWKK7XFdNqnh0UzRlpTkOD7JsCXtGwoDrlVx3WejpIndnWeVKUWy9-2BDE-2B3Td9CfpKy8z-2F15z88poaJ-2BtDpIqQAN4ZBZ0bs-2BxxxCFgBMkoluQThinur3HsQtepCQ-2BwgUhpw9Mx3DvOg0sb1rBROzcBCL-2F08MPBdepptD10a76Ad91CAaqjUHfRVDRaGAR7L-2B1Eiazr9Z0BoSGNrzt-2BDJcBqANRhLEU9fobvfrCp-2FVbjZPp0UK7wXCFf-2B7wMax4dEy-2FUjGY6ygSl0mTDZQ9Iln-2F5CO2k3N8HZJLOpba35F0XtgSm6IRX5OqMJiUCWOnGR43uw4u6V3jyd6uGSNYTp1Lh40UxfcCuOc3QG8x7Hp8p3kYbpfs5ScyaadmtHFmAnXyrOnjipbcN-2FKxx-2FjH80-2FxsiwaeSkwiXt3mNqG5mvcPTsGxrq7b4ar9StS-2ByDEIiAIx3k9vjmH5jR-2FPAwR1bbR-2FFEY-2BL3VftPrIcTZWCD6Zcx4Ql4f8Ujn8vuVCjRyblrEN9XbDbq9ov11pArBqfqcW5moZ8mPyBzjwK2aRbrMFqUg98D1azoMuAhCHTHHltrZ2tV6hwvV-2BUPxxihXLBD-2BEBflYGRpYterApEJWB3wzh-2FLvCUdd).\nFor more information or suggestions about this event, ask us at [pyday2024@googlegroups.com](mailto:pyday2024@googlegroups.com).\nWe hope to see you there!\n\n[IMPORTANT] Information about registration, sponsors, and call for proposals at [https://pybcn.org/pyday-bcn-2024/](https://pybcn.org/pyday-bcn-2024/)\n\n[RSVPS WILL NOT OPEN. PLEASE REGISTER THROUGH EVENTBRITE FOLLOWING THE INFO IN [https://pybcn.org/pyday-bcn-2024/](https://pybcn.org/pyday-bcn-2024/) ]\n\n***\n\nCheers,\n\nThe PyDayBCN Team", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "25518874", + "name": "Can\u00f2drom", + "address": "Concepci\u00f3 Arenal 165", + "city": "Barcelona", + "postalCode": "", + "lng": 2.184137, + "lat": 41.427505 + }, + "onlineVenue": null, + "dateTime": "2024-11-09T09:00+01:00", + "duration": "PT9H", + "timezone": "Europe/Madrid", + "endTime": "2024-11-09T18:00+01:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2024-11-28_Python-Meetup-November:-It's-AImost-Christmas-_303684105.json b/events/python-barcelona/2024-11-28_Python-Meetup-November:-It's-AImost-Christmas-_303684105.json new file mode 100644 index 0000000..8b8d329 --- /dev/null +++ b/events/python-barcelona/2024-11-28_Python-Meetup-November:-It's-AImost-Christmas-_303684105.json @@ -0,0 +1,28 @@ +{ + "id": "303684105", + "title": "Python Meetup November: It's AImost Christmas ", + "eventUrl": "https://www.meetup.com/python-barcelona/events/303684105", + "description": "For the month of November, we have two amazing talks about Genetic Algorithms and GPUs.\n\\-\\-\\-\nSchedule:\n\n* \ud83d\udc4b & \ud83d\udde3\ufe0f 18:30: Welcome and Talks\n* \ud83c\udf55 **&** \ud83c\udf7b 20:00: Networking, food and drinks!\n* \ud83d\udc4b 21:00: Bye!\n\n\\-\\-\\-\n\n* \u27a1\ufe0f **What:** \"Genetic Algorithms and Clustering for Optimal Solution Search\"\n* \ud83d\udce2 **Who**: Oriol Porta Tovar\n* \u23f1 **Duration**: 30 min\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: The concept of genetic algorithms is explained, which generate populations of solutions, evaluate their performance, select the best ones, and combine them to improve. These algorithms are effective in finding solutions to complex problems through an iterative process of selection, crossover, and mutation.\n\n\\-\\-\\-\\-\n\n* \u27a1\ufe0f **What:** From hours to seconds: How NVIDIA RAPIDS is Revolutionizing Big Data Processing\n* \ud83d\udce2 **Who**: Mauricio Volcanes\n* \u23f1 **Duration**: 30 min\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: This talk explores the benefits of NVIDIA RAPIDS, a GPU-accelerated data science framework, compared to traditional CPU-based libraries like Pandas. By benchmarking performance on real-world datasets, we uncover the conditions where RAPIDS excels and demonstrate its potential for accelerating large-scale data workflows. Attendees will learn practical strategies for optimizing workflows, understanding performance trade-offs, and leveraging dataset scaling. The session requires a basic understanding of Python, familiarity with data processing tools like Pandas, and access to a system with a GPU or a Google Collab account.\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Location:\nInnoIT Barcelona - [Carrer de Pallars, 108, Sant Mart\u00ed, 08018 Barcelona](https://maps.app.goo.gl/JpUc69zwLnCtwjmh9)\n\\-\\-\\-\\-\n\u27a1\ufe0f Access Control\n\n* \ud83d\udec2 The security access control requires an **attendee list** (full name) and a **means of identification** (DNI, NIE, passport)\n* \u26a0\ufe0f Make sure you register for the event with your **full name** and **ID**. Otherwise, you will be REMOVED from the attendance list.\n* \ud83e\udeaa You\u2019ll be asked to provide that ID to access the building.\n* \ud83d\udeb8 People under 18 years old shall be accompanied by a legal guardian\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Only register if you can attend!\n\n* \ud83e\ude91 There are limited seats, so please be responsible when signing up\n* \ud83d\udeb7 If you can't make it, please free up your seat, so someone else can attend. We keep a list with repeated offenders!\n\n\\-\\-\\-\\-\n\u27a1\ufe0f More at [PyBCN.org](https://pybcn.org/)\n\n* \ud83d\udce2 We want talk proposals! [Send yours](https://pybcn.org/pybcn_association/propose-a-talk/)\n* \ud83e\udd84 Want to [publish a job offer](https://pybcn.org/job-offers)?\n* \ud83d\udc26 Follow [@PyBCN](https://twitter.com/pybcn) for pictures, slides, videos and more", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27103119", + "name": "Aticco Bogatell - Coworking en Poblenou", + "address": "C. de Pallars, 108", + "city": "Barcelona", + "postalCode": "08018", + "lng": 2.191202, + "lat": 41.39586 + }, + "onlineVenue": null, + "dateTime": "2024-11-28T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-11-28T20:30+01:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2025-01-30_Python-Meetup-January:-New-Year,-New-Meetup.-_305663817.json b/events/python-barcelona/2025-01-30_Python-Meetup-January:-New-Year,-New-Meetup.-_305663817.json new file mode 100644 index 0000000..ffcc9d5 --- /dev/null +++ b/events/python-barcelona/2025-01-30_Python-Meetup-January:-New-Year,-New-Meetup.-_305663817.json @@ -0,0 +1,28 @@ +{ + "id": "305663817", + "title": "Python Meetup January: New Year, New Meetup. ", + "eventUrl": "https://www.meetup.com/python-barcelona/events/305663817", + "description": "For the month of January, we have two awesome talks about barkometers ans static sties.\n\n\\-\\-\\-\nSchedule:\n\n* \ud83d\udc4b & \ud83d\udde3\ufe0f 18:30: Welcome and Talks\n* \ud83c\udf55 **&** \ud83c\udf7b 20:00: Networking, food and drinks!\n* \ud83d\udc4b 21:00: Bye!\n\n\\-\\-\\-\n\n* \u27a1\ufe0f **What:** How to know if your dog is annoying your neighbours before they kill you - Implementing a Bark detector\n* \ud83d\udce2 **Who**: Adrian Galera\n* \u23f1 **Duration**: 30 min\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: My dog has a little bit of separation anxiety, so when we leave him alone, he barks sometimes. We are training him to be home-alone, and we want to know if he barks or not when we are not home.\n\n\\-\\-\\-\\-\n\n* \u27a1\ufe0f **What:** Create a static website with Pelican\n* \ud83d\udce2 **Who**: Israel Saeta P\u00e9rez\n* \u23f1 **Duration**: 30 min\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: Static site generators are awesome tools to build websites that are fast to develop, maintainable and easy to deploy in a secure and cheap environment. In this talk, we will learn how to create and deploy a basic static website using Pelican.\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Location:\nTravel Perk: [Carrer dels Almog\u00e0vers, 160, Sant Mart\u00ed, 08018 Barcelona](https://maps.app.goo.gl/tSoZg7AMm1UTb8Ub8)\n\\-\\-\\-\\-\n\u27a1\ufe0f Access Control\n\n* \ud83d\udec2 The security access control requires an **attendee list** (full name) and a **means of identification** (DNI, NIE, passport)\n* \u26a0\ufe0f Make sure you register for the event with your **full name** and **ID**. Otherwise, you will be REMOVED from the attendance list.\n* \ud83e\udeaa You\u2019ll be asked to provide that ID to access the building.\n* \ud83d\udeb8 People under 18 years old shall be accompanied by a legal guardian\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Only register if you can attend!\n\n* \ud83e\ude91 There are limited seats, so please be responsible when signing up\n* \ud83d\udeb7 If you can't make it, please free up your seat, so someone else can attend. We keep a list with repeated offenders!\n\n\\-\\-\\-\\-\n\u27a1\ufe0f More at https://pybcn.org:\n\n* \ud83d\udce2 We want talk proposals! [Send yours](https://pybcn.org/pybcn_association/propose-a-talk/)\n* \ud83e\udd84 Want to [publish a job offer](https://pybcn.org/job-offers)?\n* \ud83d\udc26 Follow [@PyBCN](https://twitter.com/pybcn), [@PyBCN in BlueSky](https://bsky.app/profile/pybcn.org) for pictures, slides, videos and more", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27913335", + "name": "TravelPerk", + "address": "Carrer dels Almog\u00e0vers, 160", + "city": "Barcelona", + "postalCode": "meetup2", + "lng": 2.193257, + "lat": 41.399265 + }, + "onlineVenue": null, + "dateTime": "2025-01-30T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-01-30T20:30+01:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2025-04-30_Python-Meetup-April:-The-Spring-Meetup_307212919.json b/events/python-barcelona/2025-04-30_Python-Meetup-April:-The-Spring-Meetup_307212919.json new file mode 100644 index 0000000..2090582 --- /dev/null +++ b/events/python-barcelona/2025-04-30_Python-Meetup-April:-The-Spring-Meetup_307212919.json @@ -0,0 +1,28 @@ +{ + "id": "307212919", + "title": "Python Meetup April: The Spring Meetup", + "eventUrl": "https://www.meetup.com/python-barcelona/events/307212919", + "description": "For the month of April, we have two awesome talks about **Python Decorators** and **building a load balancer using the new NoGIL biilds**.\n\n\\-\\-\\-\nSchedule:\n\n* \ud83d\udc4b & \ud83d\udde3\ufe0f 18:45: Welcome and Talks\n* \ud83c\udf55 **&** \ud83c\udf7b 20:00: Networking, food and drinks!\n* \ud83d\udc4b 21:00: Bye!\n\n\\-\\-\\-\n\n* \u27a1\ufe0f **What:** Why Decorators?\n* \ud83d\udce2 **Who**: Dirk L\u00fcdtke\n* \u23f1 **Duration**: 30 minutes\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: Python first introduced decorators way back in 2004 with version 2.4, as a powerful tool for enhancing the behavior of functions and (later on) classes all in a neat and concise way. You are probably familiar with some popular decorators like @classmethod, @app.route (Flask), @validator (Pydantic), and @tf.function (TensorFlow). While most of us happily use them, few actually create our own. Decorators are convenient, but they\u2019re not without their quirks. As I write this, I\u2019m still a little on the fence about using them too liberally. But fear not! By the time we get to the talk, I'll share some intriguing insights, show you where decorators truly shine, and highlight a few hilarious examples of flagrant misuse.\n\n\\-\\-\\-\\-\n\n* \u27a1\ufe0f **What:** Building a NoGIL Load Balancer in 30 minutes\n* \ud83d\udce2 **Who**: Alvaro Duran\n* \u23f1 **Duration**: 30 minutes\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: Load balancers are widespread nowadays because most software systems are web-centric and service oriented. However, they\u2019re extremely complex to build, because they must be very performant and use sophisticated algorithms to route traffic. Until recently, you couldn\u2019t use Python to build one, because even though it would make the code simpler, the GIL prevented multiple threads from executing Python at the same time.\n\nNow that you can, what are the practical implications in your day-to-day work?\nIn this talk, we\u2019re going to live code a load balancer in Python. This will help us understand the pros and cons of using modules such as asyncio, threading and concurrent.futures, and what changes when we remove the GIL from the way.\nWhether you\u2019re building systems that demand concurrency (such as AI models or DevOps pipelines), or you\u2019re just curious about how tools like gUnicorn or Starlette work under the hood, you\u2019ll come away with practical insights on how to start off the NoGIL era on the right foot.\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Location:\n[Cloudworks Passeig de Gr\u00e0cia - Gran Via de les Corts Catalanes, 613, 1era planta, Eixample, 08007 Barcelona](https://maps.app.goo.gl/AAjENFQr626oAXQe8)\n\\-\\-\\-\\-\n\u27a1\ufe0f Access Control\n\n* \ud83d\udec2 The security access control requires an **attendee list** (full name) and a **means of identification** (DNI, NIE, passport)\n* \u26a0\ufe0f Make sure you register for the event with your **full name** and **ID**. Otherwise, you will be REMOVED from the attendance list.\n* \ud83e\udeaa You\u2019ll be asked to provide that ID to access the building.\n* \ud83d\udeb8 People under 18 years old shall be accompanied by a legal guardian\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Only register if you can attend!\n\n* \ud83e\ude91 There are limited seats, so please be responsible when signing up\n* \ud83d\udeb7 If you can't make it, please free up your seat, so someone else can attend. We keep a list with repeated offenders!\n\n\\-\\-\\-\\-\n\u27a1\ufe0f More at https://pybcn.org:\n\n* \ud83d\udce2 We want talk proposals! [Send yours](https://pybcn.org/pybcn_association/propose-a-talk/)\n* \ud83e\udd84 Want to [publish a job offer](https://pybcn.org/job-offers)?\n* \ud83d\udc26 Follow [@PyBCN](https://twitter.com/pybcn), [@PyBCN in BlueSky](https://bsky.app/profile/pybcn.org) for pictures, slides, videos and more", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27789524", + "name": "Cloudworks", + "address": "Gran Via de les Corts Catalanes, 613, 1era planta, Eixample, 08007 Barcelona, 1era planta, Eixample, 08007", + "city": "Barcelona", + "postalCode": "meetup2", + "lng": 2.16847, + "lat": 41.390343 + }, + "onlineVenue": null, + "dateTime": "2025-04-30T18:45+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-04-30T20:45+02:00" +} \ No newline at end of file diff --git "a/events/python-barcelona/2025-05-29_\303\232ltima-crida-per-a-candidats-a-la-Junta-de-PyBCN_307961385.json" "b/events/python-barcelona/2025-05-29_\303\232ltima-crida-per-a-candidats-a-la-Junta-de-PyBCN_307961385.json" new file mode 100644 index 0000000..a53741b --- /dev/null +++ "b/events/python-barcelona/2025-05-29_\303\232ltima-crida-per-a-candidats-a-la-Junta-de-PyBCN_307961385.json" @@ -0,0 +1,28 @@ +{ + "id": "307961385", + "title": "\u00daltima crida per a candidats a la Junta de PyBCN", + "eventUrl": "https://www.meetup.com/python-barcelona/events/307961385", + "description": "## \ud83d\udfe1 [CA] \u00daltima crida: busquem una nova junta per PyBCN \u2013 Vine si t\u2019interessa presentar candidatura!\n\nLa junta actual de [PyBCN](https://pybcn.org/) acabem el nostre cicle i **fem un pas al costat**.\nDespr\u00e9s de fer una crida oberta, **no s\u2019ha presentat cap candidatura**, i el futur de l\u2019associaci\u00f3 est\u00e0 en l\u2019aire. Si ens donem de baixa com associaci\u00f3, ser\u00e0 molt m\u00e9s dif\u00edcil organitzar esdeveniments grans!\n\n\ud83c\udfaf Per aix\u00f2 convoquem aquest **meetup espec\u00edficament adre\u00e7at a persones interessades en formar una candidatura** per a la nova junta directiva.\n\nNo \u00e9s un meetup habitual: **\u00e9s una trobada per resoldre dubtes, entendre el funcionament de la junta, i acompanyar qualsevol persona que tingui inter\u00e8s real a tirar endavant la comunitat.**\n\n\ud83d\uddd3\ufe0f **Quan?** Dijous 29 de maig a les 19:00h\n\ud83d\udccd **On?** CocoVail Beer Hall [https://maps.app.goo.gl/oyURkVbZ1CiGTz8XA](https://maps.app.goo.gl/oyURkVbZ1CiGTz8XA)\n\ud83c\udfa4 **Parlarem de:**\n\n* Quines responsabilitats i rols hi ha a la junta\n* Com presentar una candidatura\n* Com \u00e9s el dia a dia de la gesti\u00f3 de PyBCN\n* Dubtes log\u00edstics, legals, pr\u00e0ctics...\n\nSi t\u2019has plantejat alguna vegada implicar-te m\u00e9s a PyBCN i **creus que podries formar part d\u2019un equip per liderar-la**, **aquest \u00e9s el moment**.\n\n**\u26a0\ufe0f Aquesta trobada \u00e9s per a persones amb inter\u00e8s real a formar part de la futura junta.**\nNo \u00e9s un meetup t\u00e8cnic ni una xerrada oberta. Ens agradaria molt comptar amb vosaltres per garantir la continu\u00eftat del projecte i de la comunitat.\n\n***\n\n## \ud83d\udfe1 [ES] \u00daltima llamada: buscamos nueva junta para PyBCN \u2013 Ven si te interesa presentar candidatura\n\nLa actual junta de [PyBCN](https://pybcn.org/) termina su ciclo y **da un paso al lado**.\nTras hacer una convocatoria abierta, **no se ha presentado ninguna candidatura**, y el futuro de la asociaci\u00f3n est\u00e1 en juego. Si nos damos de baja como asociaci\u00f3n, \u00a1ser\u00e1 mucho m\u00e1s dif\u00edcil organizar eventos grandes!\n\n\ud83c\udfaf Por eso organizamos este **meetup dirigido espec\u00edficamente a personas interesadas en formar una candidatura** para la nueva junta directiva.\n\nNo es un meetup habitual: **es una reuni\u00f3n para resolver dudas, explicar c\u00f3mo funciona la junta y acompa\u00f1ar a quienes tengan un inter\u00e9s real en liderar la comunidad.**\n\n\ud83d\uddd3\ufe0f **\u00bfCu\u00e1ndo?** Jueves 29 de mayo a las 19:00h\n\ud83d\udccd **\u00bfD\u00f3nde?** CocoVail Beer Hall [https://maps.app.goo.gl/oyURkVbZ1CiGTz8XA](https://maps.app.goo.gl/oyURkVbZ1CiGTz8XA)\n\ud83c\udfa4 **Hablaremos de:**\n\n* Qu\u00e9 implica formar parte de la junta\n* Qu\u00e9 perfiles hacen falta\n* C\u00f3mo presentar una candidatura\n* Dudas pr\u00e1cticas, legales y organizativas\n\nSi alguna vez te has planteado implicarte m\u00e1s en PyBCN y **crees que podr\u00edas formar parte de un equipo para llevarla adelante**, **este es el momento**.\n\n**\u26a0\ufe0f Este encuentro est\u00e1 pensado solo para personas con inter\u00e9s real en presentar una candidatura.**\nNo es una charla t\u00e9cnica ni un meetup general. Nos encantar\u00eda contar con vosotros para garantizar la continuidad del proyecto y de la comunidad.", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "28052989", + "name": "CocoVail Beer Hall - Craft Beer Barcelona", + "address": "CocoVail Beer Hall - Craft Beer Barcelona", + "city": "Barcelona", + "postalCode": "meetup2", + "lng": 2.16586, + "lat": 41.392628 + }, + "onlineVenue": null, + "dateTime": "2025-05-29T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-05-29T21:00+02:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2025-06-11_Python-Meetup-June:-Almost-summer-and-already-sweating_308161751.json b/events/python-barcelona/2025-06-11_Python-Meetup-June:-Almost-summer-and-already-sweating_308161751.json new file mode 100644 index 0000000..8b75bec --- /dev/null +++ b/events/python-barcelona/2025-06-11_Python-Meetup-June:-Almost-summer-and-already-sweating_308161751.json @@ -0,0 +1,28 @@ +{ + "id": "308161751", + "title": "Python Meetup June: Almost summer and already sweating", + "eventUrl": "https://www.meetup.com/python-barcelona/events/308161751", + "description": "For the month of June, we have two awesome talks about AI: **AI is the new UI,** and **License to Think.**\n\n\\-\\-\\-\nSchedule:\n\n* \ud83d\udc4b & \ud83d\udde3\ufe0f 18:30: Welcome and Talks\n* \ud83c\udf55 **&** \ud83c\udf7b 20:00: Networking, food and drinks!\n* \ud83d\udc4b 21:00: Bye!\n\n\\-\\-\\-\n\n* \u27a1\ufe0f **What:** **AI is the new UI: Building Interactive GenUI with FastHTML**\n* \ud83d\udce2 **Who**: *Pol Alvarez Vecino (*[twitter](x.com@pol_avec))\n* \u23f1 **Duration**: 30 minutes\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: Today's AI applications are predominantly text-based and feel clunky compared to traditional UIs. This talk demonstrates how to build truly interactive Generative UI (genUI) applications using Python, FastHTML, and Answer.ai libraries. I'll showcase how to transition from basic text-based chat into rich interactive experiences with buttons and visual elements - all in less than 150 lines of code. Through live demos of weather cards, an interactive mindfulness app, and a HAL 9000 simulator, you'll learn how the hypermedia approach eliminates \"contract coupling\" between frontend and backend, enabling LLMs to generate truly dynamic interfaces that users can interact with directly.\n\n\\-\\-\\-\\-\n\n* \u27a1\ufe0f **What:** License to Think: Build Your Own AI Agent with Python and PydanticAI\n* \ud83d\udce2 **Who**: Javier Mart\u00ednez Alcantara\n* \u23f1 **Duration**: 30 minutes\n* \ud83d\udc45 **Language**: English\n* \ud83e\uddd0 **Abstract**: What if your next secret agent wasn\u2019t human\u2026 but artificial?\nIn this 30-minute crash course, you\u2019ll learn how to build structured, tool-using AI agents with PydanticAI \u2014 the sleek new framework for LLM-powered applications. Perfect for devs, data enthusiasts, and Python spies in training\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Location:\n[Codurance - 4.41, Carrer de Pallars, 99, 08018 Barcelona](https://maps.app.goo.gl/isCPjCWffLfSuDwW8)\n\\-\\-\\-\\-\n\u27a1\ufe0f Access Control\n\n* \ud83d\udec2 The security access control requires an **attendee list** (full name) and a **means of identification** (DNI, NIE, passport)\n* \u26a0\ufe0f Make sure you register for the event with your **full name** and **ID**. Otherwise, you will be REMOVED from the attendance list.\n* \ud83e\udeaa You\u2019ll be asked to provide that ID to access the building.\n* \ud83d\udeb8 People under 18 years old shall be accompanied by a legal guardian\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Only register if you can attend!\n\n* \ud83e\ude91 There are limited seats, so please be responsible when signing up\n* \ud83d\udeb7 If you can't make it, please free up your seat, so someone else can attend. We keep a list with repeated offenders!\n\n\\-\\-\\-\\-\n\u27a1\ufe0f More at https://pybcn.org:\n\n* \ud83d\udce2 We want talk proposals! [Send yours](https://pybcn.org/pybcn_association/propose-a-talk/)\n* \ud83e\udd84 Want to [publish a job offer](https://pybcn.org/job-offers)?\n* \ud83d\udc26 Follow [@PyBCN](https://twitter.com/pybcn), [@PyBCN in BlueSky](https://bsky.app/profile/pybcn.org) for pictures, slides, videos and more", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "28079158", + "name": "Codurance", + "address": "4.41, Carrer de Pallars, 99, 08018 Barcelona", + "city": "Barcelona", + "postalCode": "meetup2", + "lng": 2.190131, + "lat": 41.39631 + }, + "onlineVenue": null, + "dateTime": "2025-06-11T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-06-11T20:30+02:00" +} \ No newline at end of file diff --git a/events/python-barcelona/2025-09-17_Python-Meetup-September:-Tornada-a-l'escola_310935234.json b/events/python-barcelona/2025-09-17_Python-Meetup-September:-Tornada-a-l'escola_310935234.json new file mode 100644 index 0000000..da52d5e --- /dev/null +++ b/events/python-barcelona/2025-09-17_Python-Meetup-September:-Tornada-a-l'escola_310935234.json @@ -0,0 +1,28 @@ +{ + "id": "310935234", + "title": "Python Meetup September: Tornada a l'escola", + "eventUrl": "https://www.meetup.com/python-barcelona/events/310935234", + "description": "We are going back to school in September! For this month's Meetup, we are partnering with **Barcelona Activa - Cibern\u00e0rium** to offer two introductory sessions in Catalan: **Python i productivitat** and **Python for Generation Z**.\n\nRegistration is handled directly by Cibern\u00e0rium.\n\n**In order to register, please use the following link:**\n**[https://cibernarium.barcelonactiva.cat/ficha-actividad?activityId=1463507](https://cibernarium.barcelonactiva.cat/ficha-actividad?activityId=1463507)**\n\n\\-\\-\\-\nSchedule:\n\n* \ud83d\udc4b & \ud83d\udde3\ufe0f 18:30: Welcome and Talks\n* \ud83c\udf55 **&** \ud83c\udf7b 20:00: Networking, food and drinks!\n* \ud83d\udc4b 21:00: Bye!\n\n\\-\\-\\-\n\n* \u27a1\ufe0f **What:** Python i productivitat: Com sobreviure a la vida moderna\n* \ud83d\udce2 **Who**: *Silvia Ampuero*\n* \u23f1 **Duration**: 45 minutes\n* \ud83d\udc45 **Language**: Catalan\n* \ud83e\uddd0 **Abstract**: En la xerrada descobrir\u00e0s com Python et pot ajudar a automatitzar tasques quotidianes amb poques l\u00ednies de codi. Es parlar\u00e0 de llibreries com Pandas, Matplotlib o les que permeten integrar-te amb Telegram i reconeixement de veu, eines que et permetran passar de la idea a la realitat de manera r\u00e0pida i intu\u00eftiva.\n\n\\-\\-\\-\\-\n\n* \u27a1\ufe0f **What:** Python for Generation Z\n* \ud83d\udce2 **Who**: N\u00faria Pujol Vilanova\n* \u23f1 **Duration**: 30 minutes\n* \ud83d\udc45 **Language**: Catalan\n* \ud83e\uddd0 **Abstract**: En aquesta xerrada descobrir\u00e0s frameworks com FastAPI i llibreries com Streamlit, uv i Marimo, que permeten transformar idees en aplicacions reals, visuals i interactives de manera r\u00e0pida i intu\u00eftiva. Aquestes eines, perfectament alineades amb el ritme i els interessos dels joves, fan que aprendre Python sigui un proc\u00e9s m\u00e9s motivador i adequat per al desenvolupament professional. Ideal per a qui vulgui con\u00e8ixer com portar les seves idees a la realitat amb Python de manera efica\u00e7, creativa i \u00e0gil.\n\n\\-\\-\\-\\-\n\u27a1\ufe0f Location:\n[Cibern\u00e0rium 22@ - Carrer Roc Boronat, 117-127, 08018 Barcelona](https://maps.app.goo.gl/pFZaS2RQXA47ici27)\n\\-\\-\\-\\-\n\u27a1\ufe0f More at https://pybcn.org:\n\n* \ud83d\udce2 We want talk proposals! [Send yours](https://pybcn.org/pybcn_association/propose-a-talk/)\n* \ud83e\udd84 Want to [publish a job offer](https://pybcn.org/job-offers)?\n* \ud83d\udc26 Follow [@PyBCN](https://twitter.com/pybcn), [@PyBCN in BlueSky](https://bsky.app/profile/pybcn.org) for pictures, slides, videos and more", + "shortDescription": null, + "group": { + "id": "831283", + "name": "Python Barcelona Meetup" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "25227616", + "name": "Auditori Cibern\u00e0rium - MEDIATIC", + "address": "Roc Boronat, 117 - EDIFICIO MEDIATIC", + "city": "08018", + "postalCode": "", + "lng": 2.194519, + "lat": 41.40248 + }, + "onlineVenue": null, + "dateTime": "2025-09-17T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-09-17T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-05-13_PyBirras-Coru\303\261a-Mayo-2023_292921048.json" "b/events/python-coru\303\261a/2023-05-13_PyBirras-Coru\303\261a-Mayo-2023_292921048.json" new file mode 100644 index 0000000..17f0ad8 --- /dev/null +++ "b/events/python-coru\303\261a/2023-05-13_PyBirras-Coru\303\261a-Mayo-2023_292921048.json" @@ -0,0 +1,28 @@ +{ + "id": "292921048", + "title": "PyBirras Coru\u00f1a Mayo 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/292921048", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Introducci\u00f3n a patrones de dise\u00f1o\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417067, + "lat": 43.36977 + }, + "onlineVenue": null, + "dateTime": "2023-05-13T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-05-13T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-06-10_PyBirras-Coru\303\261a-2023_293079568.json" "b/events/python-coru\303\261a/2023-06-10_PyBirras-Coru\303\261a-2023_293079568.json" new file mode 100644 index 0000000..c628305 --- /dev/null +++ "b/events/python-coru\303\261a/2023-06-10_PyBirras-Coru\303\261a-2023_293079568.json" @@ -0,0 +1,28 @@ +{ + "id": "293079568", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/293079568", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417067, + "lat": 43.36977 + }, + "onlineVenue": null, + "dateTime": "2023-06-10T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-10T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-06-10_PyBirras-Coru\303\261a-Mayo-2023_293079568.json" "b/events/python-coru\303\261a/2023-06-10_PyBirras-Coru\303\261a-Mayo-2023_293079568.json" new file mode 100644 index 0000000..fd45379 --- /dev/null +++ "b/events/python-coru\303\261a/2023-06-10_PyBirras-Coru\303\261a-Mayo-2023_293079568.json" @@ -0,0 +1,28 @@ +{ + "id": "293079568", + "title": "PyBirras Coru\u00f1a Mayo 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/293079568", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417067, + "lat": 43.36977 + }, + "onlineVenue": null, + "dateTime": "2023-06-10T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-10T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-06-10_PyBirras-Coru\303\261a-Xu\303\261o-2023_293079568.json" "b/events/python-coru\303\261a/2023-06-10_PyBirras-Coru\303\261a-Xu\303\261o-2023_293079568.json" new file mode 100644 index 0000000..10b1ccf --- /dev/null +++ "b/events/python-coru\303\261a/2023-06-10_PyBirras-Coru\303\261a-Xu\303\261o-2023_293079568.json" @@ -0,0 +1,28 @@ +{ + "id": "293079568", + "title": "PyBirras Coru\u00f1a Xu\u00f1o 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/293079568", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Introduci\u00f3n a Pandas\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apunt\u00e1devos pra asistir e contact\u00e1denos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417067, + "lat": 43.36977 + }, + "onlineVenue": null, + "dateTime": "2023-06-10T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-10T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-07-08_PyBirras-Coru\303\261a-2023_bmxrdtyfckblb.json" "b/events/python-coru\303\261a/2023-07-08_PyBirras-Coru\303\261a-2023_bmxrdtyfckblb.json" new file mode 100644 index 0000000..c44a589 --- /dev/null +++ "b/events/python-coru\303\261a/2023-07-08_PyBirras-Coru\303\261a-2023_bmxrdtyfckblb.json" @@ -0,0 +1,28 @@ +{ + "id": "bmxrdtyfckblb", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/bmxrdtyfckblb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-07-08T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-07-08T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-07-08_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfckblb.json" "b/events/python-coru\303\261a/2023-07-08_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfckblb.json" new file mode 100644 index 0000000..c754a76 --- /dev/null +++ "b/events/python-coru\303\261a/2023-07-08_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfckblb.json" @@ -0,0 +1,28 @@ +{ + "id": "spcqdtyfckblb", + "title": "PyBirras Coru\u00f1a Mayo 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/spcqdtyfckblb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-07-08T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-07-08T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-07-08_PyBirras-Coru\303\261a-Xullo-2023_293427705.json" "b/events/python-coru\303\261a/2023-07-08_PyBirras-Coru\303\261a-Xullo-2023_293427705.json" new file mode 100644 index 0000000..772bd10 --- /dev/null +++ "b/events/python-coru\303\261a/2023-07-08_PyBirras-Coru\303\261a-Xullo-2023_293427705.json" @@ -0,0 +1,28 @@ +{ + "id": "293427705", + "title": "PyBirras Coru\u00f1a Xullo 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/293427705", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-07-08T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-07-08T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-08-12_PyBirras-Coru\303\261a-2023_293801595.json" "b/events/python-coru\303\261a/2023-08-12_PyBirras-Coru\303\261a-2023_293801595.json" new file mode 100644 index 0000000..4dc86df --- /dev/null +++ "b/events/python-coru\303\261a/2023-08-12_PyBirras-Coru\303\261a-2023_293801595.json" @@ -0,0 +1,28 @@ +{ + "id": "293801595", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/293801595", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417067, + "lat": 43.36977 + }, + "onlineVenue": null, + "dateTime": "2023-08-12T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-08-12T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-08-12_PyBirras-Coru\303\261a-2023_bmxrdtyfclbqb.json" "b/events/python-coru\303\261a/2023-08-12_PyBirras-Coru\303\261a-2023_bmxrdtyfclbqb.json" new file mode 100644 index 0000000..08ad481 --- /dev/null +++ "b/events/python-coru\303\261a/2023-08-12_PyBirras-Coru\303\261a-2023_bmxrdtyfclbqb.json" @@ -0,0 +1,28 @@ +{ + "id": "bmxrdtyfclbqb", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/bmxrdtyfclbqb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-08-12T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-08-12T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-08-12_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfclbqb.json" "b/events/python-coru\303\261a/2023-08-12_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfclbqb.json" new file mode 100644 index 0000000..328e269 --- /dev/null +++ "b/events/python-coru\303\261a/2023-08-12_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfclbqb.json" @@ -0,0 +1,28 @@ +{ + "id": "spcqdtyfclbqb", + "title": "PyBirras Coru\u00f1a Mayo 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/spcqdtyfclbqb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-08-12T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-08-12T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-09-09_PyBirras-Coru\303\261a-2023_bmxrdtyfcmbmb.json" "b/events/python-coru\303\261a/2023-09-09_PyBirras-Coru\303\261a-2023_bmxrdtyfcmbmb.json" new file mode 100644 index 0000000..35706a3 --- /dev/null +++ "b/events/python-coru\303\261a/2023-09-09_PyBirras-Coru\303\261a-2023_bmxrdtyfcmbmb.json" @@ -0,0 +1,28 @@ +{ + "id": "bmxrdtyfcmbmb", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/bmxrdtyfcmbmb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-09-09T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-09-09T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-09-09_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfcmbmb.json" "b/events/python-coru\303\261a/2023-09-09_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfcmbmb.json" new file mode 100644 index 0000000..685f43a --- /dev/null +++ "b/events/python-coru\303\261a/2023-09-09_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfcmbmb.json" @@ -0,0 +1,28 @@ +{ + "id": "spcqdtyfcmbmb", + "title": "PyBirras Coru\u00f1a Mayo 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/spcqdtyfcmbmb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-09-09T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-09-09T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-09-16_PyBirras-Coru\303\261a-Setembro-2023_293874558.json" "b/events/python-coru\303\261a/2023-09-16_PyBirras-Coru\303\261a-Setembro-2023_293874558.json" new file mode 100644 index 0000000..1770165 --- /dev/null +++ "b/events/python-coru\303\261a/2023-09-16_PyBirras-Coru\303\261a-Setembro-2023_293874558.json" @@ -0,0 +1,28 @@ +{ + "id": "293874558", + "title": "PyBirras Coru\u00f1a Setembro 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/293874558", + "description": "Volvemos de vacaciones de verano y lo hacemos a lo grande con una charla patrocinada por la gente de [YepCode](https://yepcode.io/) .\n\nNos har\u00e1n una peque\u00f1a introducci\u00f3n de su herramienta y nos mostrar\u00e1n con un par de casos de uso pr\u00e1cticos (uno de ellos usando la API de OpenAI que est\u00e1 tan de moda \u00faltimamente) lo \u00fatil que puede ser tanto para desarrolladores que est\u00e1n dando sus primeros pasos como para gente con m\u00e1s experiencia.\n\nTambi\u00e9n nos invitar\u00e1n a unos pinchos y bebidas durante la charla, para lo que es muy importante que est\u00e9is apuntados en este evento para poder llevar un control de la gente que realmente viene a nuestro evento y diferenciarlos de los otros clientes que tenga el bar.\n\nTambi\u00e9n sortearemos un par de licencias anuales que nos cede la gente de [JetBrains](https://www.jetbrains.com/) para que pod\u00e1is usar cualquiera de sus productos (preferentemente PyCharm, que para eso el grupo es sobre Python).\n\nPor \u00faltimo, pero no por ello menos importante, sortearemos dos entradas para la [Atl\u00e1ntica Conf 2023](https://atlanticaconf.com/) que se celebrar\u00e1 los d\u00edas 22 y 23 de septiembre en la Facultad de Inform\u00e1tica de Coru\u00f1a.\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultarnos por cualquiera de los m\u00e9todos listados en nuestro [Linktree](https://linktr.ee/pythoncoruna).", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-09-16T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-09-16T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-10-14_PyBirras-Coru\303\261a-2023_294124020.json" "b/events/python-coru\303\261a/2023-10-14_PyBirras-Coru\303\261a-2023_294124020.json" new file mode 100644 index 0000000..db0b9f0 --- /dev/null +++ "b/events/python-coru\303\261a/2023-10-14_PyBirras-Coru\303\261a-2023_294124020.json" @@ -0,0 +1,28 @@ +{ + "id": "294124020", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/294124020", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417067, + "lat": 43.36977 + }, + "onlineVenue": null, + "dateTime": "2023-10-14T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-10-14T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-10-14_PyBirras-Coru\303\261a-2023_bmxrdtyfcnbsb.json" "b/events/python-coru\303\261a/2023-10-14_PyBirras-Coru\303\261a-2023_bmxrdtyfcnbsb.json" new file mode 100644 index 0000000..ef250ad --- /dev/null +++ "b/events/python-coru\303\261a/2023-10-14_PyBirras-Coru\303\261a-2023_bmxrdtyfcnbsb.json" @@ -0,0 +1,28 @@ +{ + "id": "bmxrdtyfcnbsb", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/bmxrdtyfcnbsb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-10-14T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-10-14T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-10-14_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfcnbsb.json" "b/events/python-coru\303\261a/2023-10-14_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfcnbsb.json" new file mode 100644 index 0000000..692cdbe --- /dev/null +++ "b/events/python-coru\303\261a/2023-10-14_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfcnbsb.json" @@ -0,0 +1,28 @@ +{ + "id": "spcqdtyfcnbsb", + "title": "PyBirras Coru\u00f1a Mayo 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/spcqdtyfcnbsb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-10-14T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-10-14T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-10-14_PyBirras-Coru\303\261a-Octubre-2023_294124020.json" "b/events/python-coru\303\261a/2023-10-14_PyBirras-Coru\303\261a-Octubre-2023_294124020.json" new file mode 100644 index 0000000..042d89e --- /dev/null +++ "b/events/python-coru\303\261a/2023-10-14_PyBirras-Coru\303\261a-Octubre-2023_294124020.json" @@ -0,0 +1,28 @@ +{ + "id": "294124020", + "title": "PyBirras Coru\u00f1a Octubre 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/294124020", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Introducci\u00f3n a programaci\u00f3n orientada a objetos, por Mart\u00edn\n\n* Python Introspection y Evasi\u00f3n de Sandboxes, por Eloy\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuesteas redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-10-14T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-10-14T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-10-21_HacktoberfestES-Python-Coru\303\261a-2023_296469576.json" "b/events/python-coru\303\261a/2023-10-21_HacktoberfestES-Python-Coru\303\261a-2023_296469576.json" new file mode 100644 index 0000000..bb499c7 --- /dev/null +++ "b/events/python-coru\303\261a/2023-10-21_HacktoberfestES-Python-Coru\303\261a-2023_296469576.json" @@ -0,0 +1,28 @@ +{ + "id": "296469576", + "title": "HacktoberfestES Python Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/296469576", + "description": "**\u00bfQu\u00e9 es el Hacktoberfest?**\nEl Hacktoberfest es un evento anual organizado por DigitalOcean para promover el c\u00f3digo abierto.\nCon HacktoberfestES queremos adaptar el evento global a la comunidad de habla hispana y facilitar la participaci\u00f3n seleccionado algunos proyectos y creando espacios y actividades donde la gente se conozca y pueda aprender.\n\n**\u00bfQui\u00e9n puede participar?**\nTodos los niveles y lenguajes de programaci\u00f3n son bienvenidos. No pasa nada si eres primerizo/a: este evento existe precisamente para ayudar a la gente novata a salvar la barrera de las primeras contribuciones.\n\nPod\u00e9is ver m\u00e1s informaci\u00f3n sobre el HacktoberfestES en este enlace: [https://hacktoberfestes.dev/](https://hacktoberfestes.dev/)\n\n**Programa del evento**\n10:00-10:30 Charla introductoria\n10:30-11:00 Explicaci\u00f3n proyectos propuestos\n11:00-12:00 Coffee Break\n12:00-14:00 Realizaci\u00f3n proyectos propuestos\n14:00-16:00 Comida\n16:00-18:00 Realizaci\u00f3n proyectos propuestos\n18:00-19:00 Coffee break\n19:00-21:00 Realizaci\u00f3n proyectos propuestos\n21:00-21:30 Despedida y cierre de evento\n\nPara cualquier duda sobre el evento o alg\u00fan comentario que quieras hacernos, te recordamos el enlace donde puedes ver todas nuestras redes sociales: [https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27672480", + "name": "Domus", + "address": "R. \u00c1ngel Rebollo, 91", + "city": "A Coru\u00f1a", + "postalCode": "15002", + "lng": -8.406646, + "lat": 43.37778 + }, + "onlineVenue": null, + "dateTime": "2023-10-21T10:00+02:00", + "duration": "PT11H30M", + "timezone": "Europe/Madrid", + "endTime": "2023-10-21T21:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-10-21_PyBirras-Coru\303\261a_294124020.json" "b/events/python-coru\303\261a/2023-10-21_PyBirras-Coru\303\261a_294124020.json" new file mode 100644 index 0000000..71aaec1 --- /dev/null +++ "b/events/python-coru\303\261a/2023-10-21_PyBirras-Coru\303\261a_294124020.json" @@ -0,0 +1,28 @@ +{ + "id": "294124020", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/294124020", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Por determinar\n\n* Por determinar\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-10-21T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-10-21T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-11-11_PyBirras-Coru\303\261a-2023_bmxrdtyfcpbpb.json" "b/events/python-coru\303\261a/2023-11-11_PyBirras-Coru\303\261a-2023_bmxrdtyfcpbpb.json" new file mode 100644 index 0000000..b8a0627 --- /dev/null +++ "b/events/python-coru\303\261a/2023-11-11_PyBirras-Coru\303\261a-2023_bmxrdtyfcpbpb.json" @@ -0,0 +1,28 @@ +{ + "id": "bmxrdtyfcpbpb", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/bmxrdtyfcpbpb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-11-11T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-11-11T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-11-11_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfcpbpb.json" "b/events/python-coru\303\261a/2023-11-11_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfcpbpb.json" new file mode 100644 index 0000000..cad1f55 --- /dev/null +++ "b/events/python-coru\303\261a/2023-11-11_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfcpbpb.json" @@ -0,0 +1,28 @@ +{ + "id": "spcqdtyfcpbpb", + "title": "PyBirras Coru\u00f1a Mayo 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/spcqdtyfcpbpb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-11-11T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-11-11T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-11-18_PyBirras-Coru\303\261a-Noviembre-2023_295899944.json" "b/events/python-coru\303\261a/2023-11-18_PyBirras-Coru\303\261a-Noviembre-2023_295899944.json" new file mode 100644 index 0000000..6562e44 --- /dev/null +++ "b/events/python-coru\303\261a/2023-11-18_PyBirras-Coru\303\261a-Noviembre-2023_295899944.json" @@ -0,0 +1,28 @@ +{ + "id": "295899944", + "title": "PyBirras Coru\u00f1a Noviembre 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/295899944", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Type hinting, por Pedro\n\n* Generadores e iteradores, por Alejandro\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-11-18T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-11-18T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-11-18_PyBirras-Coru\303\261a_295899944.json" "b/events/python-coru\303\261a/2023-11-18_PyBirras-Coru\303\261a_295899944.json" new file mode 100644 index 0000000..af55d27 --- /dev/null +++ "b/events/python-coru\303\261a/2023-11-18_PyBirras-Coru\303\261a_295899944.json" @@ -0,0 +1,28 @@ +{ + "id": "295899944", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/295899944", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-11-18T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-11-18T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-11-18_PyBirras-Coru\303\261a_msctgtyfcpbxb.json" "b/events/python-coru\303\261a/2023-11-18_PyBirras-Coru\303\261a_msctgtyfcpbxb.json" new file mode 100644 index 0000000..5391687 --- /dev/null +++ "b/events/python-coru\303\261a/2023-11-18_PyBirras-Coru\303\261a_msctgtyfcpbxb.json" @@ -0,0 +1,28 @@ +{ + "id": "msctgtyfcpbxb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/msctgtyfcpbxb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Por determinar\n\n* Por determinar\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-11-18T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-11-18T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-12-09_PyBirras-Coru\303\261a-2023_bmxrdtyfcqbmb.json" "b/events/python-coru\303\261a/2023-12-09_PyBirras-Coru\303\261a-2023_bmxrdtyfcqbmb.json" new file mode 100644 index 0000000..94a5fca --- /dev/null +++ "b/events/python-coru\303\261a/2023-12-09_PyBirras-Coru\303\261a-2023_bmxrdtyfcqbmb.json" @@ -0,0 +1,28 @@ +{ + "id": "bmxrdtyfcqbmb", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/bmxrdtyfcqbmb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-12-09T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-12-09T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-12-09_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfcqbmb.json" "b/events/python-coru\303\261a/2023-12-09_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfcqbmb.json" new file mode 100644 index 0000000..ff56874 --- /dev/null +++ "b/events/python-coru\303\261a/2023-12-09_PyBirras-Coru\303\261a-Mayo-2023_spcqdtyfcqbmb.json" @@ -0,0 +1,28 @@ +{ + "id": "spcqdtyfcqbmb", + "title": "PyBirras Coru\u00f1a Mayo 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/spcqdtyfcqbmb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-12-09T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-12-09T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a-Advent-of-Code-Special-Edition_296881426.json" "b/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a-Advent-of-Code-Special-Edition_296881426.json" new file mode 100644 index 0000000..8c128ba --- /dev/null +++ "b/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a-Advent-of-Code-Special-Edition_296881426.json" @@ -0,0 +1,28 @@ +{ + "id": "296881426", + "title": "PyBirras Coru\u00f1a Advent of Code Special Edition", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/296881426", + "description": "\u00a1Python Coru\u00f1a cumple un a\u00f1o!\n\nY para celebrarlo vamos a hacer un evento especial, en el que tendremos picoteo variado y gratuito.\n\nY mientras picamos algo de comida tambi\u00e9n picaremos algo de c\u00f3digo.\n\nVamos a llevar un port\u00e1til que conectaremos al proyector del local e iremos resolviendo los retos propuestos en el **Advent of Code** ([https://adventofcode.com/](https://adventofcode.com/))\n\nLa idea es que en cada uno de los retos salga a la palestra una persona distinta a intentar resolverlo. Si sois principiantes os animamos igualmente a salir. Si os qued\u00e1is atascados los dem\u00e1s asistentes os echar\u00e1n una mano.\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-12-16T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-12-16T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a-Diciembre-2023_296881426.json" "b/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a-Diciembre-2023_296881426.json" new file mode 100644 index 0000000..4ec2697 --- /dev/null +++ "b/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a-Diciembre-2023_296881426.json" @@ -0,0 +1,28 @@ +{ + "id": "296881426", + "title": "PyBirras Coru\u00f1a Diciembre 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/296881426", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-12-16T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-12-16T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a_296881426.json" "b/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a_296881426.json" new file mode 100644 index 0000000..b889f4f --- /dev/null +++ "b/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a_296881426.json" @@ -0,0 +1,28 @@ +{ + "id": "296881426", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/296881426", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-12-16T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-12-16T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a_gwhhhtyfcqbvb.json" "b/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a_gwhhhtyfcqbvb.json" new file mode 100644 index 0000000..747609c --- /dev/null +++ "b/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a_gwhhhtyfcqbvb.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtyfcqbvb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtyfcqbvb", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-12-16T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-12-16T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a_msctgtyfcqbvb.json" "b/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a_msctgtyfcqbvb.json" new file mode 100644 index 0000000..2992b24 --- /dev/null +++ "b/events/python-coru\303\261a/2023-12-16_PyBirras-Coru\303\261a_msctgtyfcqbvb.json" @@ -0,0 +1,28 @@ +{ + "id": "msctgtyfcqbvb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/msctgtyfcqbvb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Por determinar\n\n* Por determinar\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2023-12-16T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-12-16T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-01-13_PyBirras-Coru\303\261a-2023_bmxrdtygccbrb.json" "b/events/python-coru\303\261a/2024-01-13_PyBirras-Coru\303\261a-2023_bmxrdtygccbrb.json" new file mode 100644 index 0000000..d665337 --- /dev/null +++ "b/events/python-coru\303\261a/2024-01-13_PyBirras-Coru\303\261a-2023_bmxrdtygccbrb.json" @@ -0,0 +1,28 @@ +{ + "id": "bmxrdtygccbrb", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/bmxrdtygccbrb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-01-13T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-01-13T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-01-13_PyBirras-Coru\303\261a-Mayo-2023_spcqdtygccbrb.json" "b/events/python-coru\303\261a/2024-01-13_PyBirras-Coru\303\261a-Mayo-2023_spcqdtygccbrb.json" new file mode 100644 index 0000000..8638784 --- /dev/null +++ "b/events/python-coru\303\261a/2024-01-13_PyBirras-Coru\303\261a-Mayo-2023_spcqdtygccbrb.json" @@ -0,0 +1,28 @@ +{ + "id": "spcqdtygccbrb", + "title": "PyBirras Coru\u00f1a Mayo 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/spcqdtygccbrb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-01-13T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-01-13T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-01-20_PyBirras-Coru\303\261a-Enero-2024_297984644.json" "b/events/python-coru\303\261a/2024-01-20_PyBirras-Coru\303\261a-Enero-2024_297984644.json" new file mode 100644 index 0000000..e939f48 --- /dev/null +++ "b/events/python-coru\303\261a/2024-01-20_PyBirras-Coru\303\261a-Enero-2024_297984644.json" @@ -0,0 +1,28 @@ +{ + "id": "297984644", + "title": "PyBirras Coru\u00f1a Enero 2024", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/297984644", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Type hinting, por Pedro. Idioma: \ud83c\uddea\ud83c\uddf8\n\n* Theoretical linguistics in computational linguistics (with examples from the Pydelphin library), por Olga. Idioma: \ud83c\uddec\ud83c\udde7\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-01-20T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-01-20T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-01-20_PyBirras-Coru\303\261a_297984644.json" "b/events/python-coru\303\261a/2024-01-20_PyBirras-Coru\303\261a_297984644.json" new file mode 100644 index 0000000..720c71f --- /dev/null +++ "b/events/python-coru\303\261a/2024-01-20_PyBirras-Coru\303\261a_297984644.json" @@ -0,0 +1,28 @@ +{ + "id": "297984644", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/297984644", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-01-20T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-01-20T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-01-20_PyBirras-Coru\303\261a_gwhhhtygccbbc.json" "b/events/python-coru\303\261a/2024-01-20_PyBirras-Coru\303\261a_gwhhhtygccbbc.json" new file mode 100644 index 0000000..2a583a4 --- /dev/null +++ "b/events/python-coru\303\261a/2024-01-20_PyBirras-Coru\303\261a_gwhhhtygccbbc.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtygccbbc", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtygccbbc", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-01-20T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-01-20T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-01-20_PyBirras-Coru\303\261a_msctgtygccbbc.json" "b/events/python-coru\303\261a/2024-01-20_PyBirras-Coru\303\261a_msctgtygccbbc.json" new file mode 100644 index 0000000..49a11b0 --- /dev/null +++ "b/events/python-coru\303\261a/2024-01-20_PyBirras-Coru\303\261a_msctgtygccbbc.json" @@ -0,0 +1,28 @@ +{ + "id": "msctgtygccbbc", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/msctgtygccbbc", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Por determinar\n\n* Por determinar\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-01-20T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-01-20T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-02-10_PyBirras-Coru\303\261a-2023_bmxrdtygcdbnb.json" "b/events/python-coru\303\261a/2024-02-10_PyBirras-Coru\303\261a-2023_bmxrdtygcdbnb.json" new file mode 100644 index 0000000..6d7c4ee --- /dev/null +++ "b/events/python-coru\303\261a/2024-02-10_PyBirras-Coru\303\261a-2023_bmxrdtygcdbnb.json" @@ -0,0 +1,28 @@ +{ + "id": "bmxrdtygcdbnb", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/bmxrdtygcdbnb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-02-10T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-02-10T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-02-10_PyBirras-Coru\303\261a-Mayo-2023_spcqdtygcdbnb.json" "b/events/python-coru\303\261a/2024-02-10_PyBirras-Coru\303\261a-Mayo-2023_spcqdtygcdbnb.json" new file mode 100644 index 0000000..85a1f2b --- /dev/null +++ "b/events/python-coru\303\261a/2024-02-10_PyBirras-Coru\303\261a-Mayo-2023_spcqdtygcdbnb.json" @@ -0,0 +1,28 @@ +{ + "id": "spcqdtygcdbnb", + "title": "PyBirras Coru\u00f1a Mayo 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/spcqdtygcdbnb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-02-10T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-02-10T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-02-17_PyBirras-Coru\303\261a_298308313.json" "b/events/python-coru\303\261a/2024-02-17_PyBirras-Coru\303\261a_298308313.json" new file mode 100644 index 0000000..5801e5b --- /dev/null +++ "b/events/python-coru\303\261a/2024-02-17_PyBirras-Coru\303\261a_298308313.json" @@ -0,0 +1,28 @@ +{ + "id": "298308313", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/298308313", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-02-17T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-02-17T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-02-17_PyBirras-Coru\303\261a_gwhhhtygcdbwb.json" "b/events/python-coru\303\261a/2024-02-17_PyBirras-Coru\303\261a_gwhhhtygcdbwb.json" new file mode 100644 index 0000000..7ab58ad --- /dev/null +++ "b/events/python-coru\303\261a/2024-02-17_PyBirras-Coru\303\261a_gwhhhtygcdbwb.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtygcdbwb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtygcdbwb", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-02-17T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-02-17T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-02-17_PyBirras-Coru\303\261a_msctgtygcdbwb.json" "b/events/python-coru\303\261a/2024-02-17_PyBirras-Coru\303\261a_msctgtygcdbwb.json" new file mode 100644 index 0000000..04d9b88 --- /dev/null +++ "b/events/python-coru\303\261a/2024-02-17_PyBirras-Coru\303\261a_msctgtygcdbwb.json" @@ -0,0 +1,28 @@ +{ + "id": "msctgtygcdbwb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/msctgtygcdbwb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Por determinar\n\n* Por determinar\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-02-17T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-02-17T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-02-24_PyBirras-Coru\303\261a-Febrero-2024_298308313.json" "b/events/python-coru\303\261a/2024-02-24_PyBirras-Coru\303\261a-Febrero-2024_298308313.json" new file mode 100644 index 0000000..45e3262 --- /dev/null +++ "b/events/python-coru\303\261a/2024-02-24_PyBirras-Coru\303\261a-Febrero-2024_298308313.json" @@ -0,0 +1,28 @@ +{ + "id": "298308313", + "title": "PyBirras Coru\u00f1a Febrero 2024", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/298308313", + "description": "NoConvocatoria de PyBirras\n\nPresentaciones:\n\n* Despliegue de modelos de IA, por Alejandro\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-02-24T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-02-24T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-02-24_PyBirras-Coru\303\261a_298308313.json" "b/events/python-coru\303\261a/2024-02-24_PyBirras-Coru\303\261a_298308313.json" new file mode 100644 index 0000000..f38b060 --- /dev/null +++ "b/events/python-coru\303\261a/2024-02-24_PyBirras-Coru\303\261a_298308313.json" @@ -0,0 +1,28 @@ +{ + "id": "298308313", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/298308313", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-02-24T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-02-24T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-03-09_PyBirras-Coru\303\261a-2023_bmxrdtygcfbmb.json" "b/events/python-coru\303\261a/2024-03-09_PyBirras-Coru\303\261a-2023_bmxrdtygcfbmb.json" new file mode 100644 index 0000000..b20ac55 --- /dev/null +++ "b/events/python-coru\303\261a/2024-03-09_PyBirras-Coru\303\261a-2023_bmxrdtygcfbmb.json" @@ -0,0 +1,28 @@ +{ + "id": "bmxrdtygcfbmb", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/bmxrdtygcfbmb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-03-09T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-03-09T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-03-09_PyBirras-Coru\303\261a-Mayo-2023_spcqdtygcfbmb.json" "b/events/python-coru\303\261a/2024-03-09_PyBirras-Coru\303\261a-Mayo-2023_spcqdtygcfbmb.json" new file mode 100644 index 0000000..3132f3d --- /dev/null +++ "b/events/python-coru\303\261a/2024-03-09_PyBirras-Coru\303\261a-Mayo-2023_spcqdtygcfbmb.json" @@ -0,0 +1,28 @@ +{ + "id": "spcqdtygcfbmb", + "title": "PyBirras Coru\u00f1a Mayo 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/spcqdtygcfbmb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-03-09T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-03-09T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-03-16_PyBirras-Coru\303\261a-Marzo-2024_298865393.json" "b/events/python-coru\303\261a/2024-03-16_PyBirras-Coru\303\261a-Marzo-2024_298865393.json" new file mode 100644 index 0000000..42d0582 --- /dev/null +++ "b/events/python-coru\303\261a/2024-03-16_PyBirras-Coru\303\261a-Marzo-2024_298865393.json" @@ -0,0 +1,28 @@ +{ + "id": "298865393", + "title": "PyBirras Coru\u00f1a Marzo 2024", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/298865393", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-03-16T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-03-16T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-03-16_PyBirras-Coru\303\261a_298865393.json" "b/events/python-coru\303\261a/2024-03-16_PyBirras-Coru\303\261a_298865393.json" new file mode 100644 index 0000000..aaa75c1 --- /dev/null +++ "b/events/python-coru\303\261a/2024-03-16_PyBirras-Coru\303\261a_298865393.json" @@ -0,0 +1,28 @@ +{ + "id": "298865393", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/298865393", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-03-16T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-03-16T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-03-16_PyBirras-Coru\303\261a_gwhhhtygcfbvb.json" "b/events/python-coru\303\261a/2024-03-16_PyBirras-Coru\303\261a_gwhhhtygcfbvb.json" new file mode 100644 index 0000000..11aeba2 --- /dev/null +++ "b/events/python-coru\303\261a/2024-03-16_PyBirras-Coru\303\261a_gwhhhtygcfbvb.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtygcfbvb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtygcfbvb", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-03-16T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-03-16T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-03-16_PyBirras-Coru\303\261a_msctgtygcfbvb.json" "b/events/python-coru\303\261a/2024-03-16_PyBirras-Coru\303\261a_msctgtygcfbvb.json" new file mode 100644 index 0000000..adefe8a --- /dev/null +++ "b/events/python-coru\303\261a/2024-03-16_PyBirras-Coru\303\261a_msctgtygcfbvb.json" @@ -0,0 +1,28 @@ +{ + "id": "msctgtygcfbvb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/msctgtygcfbvb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Por determinar\n\n* Por determinar\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-03-16T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-03-16T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-03-23_PyBirras-Coru\303\261a-Marzo-2024_298865393.json" "b/events/python-coru\303\261a/2024-03-23_PyBirras-Coru\303\261a-Marzo-2024_298865393.json" new file mode 100644 index 0000000..673177b --- /dev/null +++ "b/events/python-coru\303\261a/2024-03-23_PyBirras-Coru\303\261a-Marzo-2024_298865393.json" @@ -0,0 +1,28 @@ +{ + "id": "298865393", + "title": "PyBirras Coru\u00f1a Marzo 2024", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/298865393", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Introducci\u00f3n a PySpark, por Erie\n\n* Feature flagging, por Rober\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-03-23T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-03-23T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-04-13_PyBirras-Coru\303\261a-2023_bmxrdtygcgbrb.json" "b/events/python-coru\303\261a/2024-04-13_PyBirras-Coru\303\261a-2023_bmxrdtygcgbrb.json" new file mode 100644 index 0000000..514edde --- /dev/null +++ "b/events/python-coru\303\261a/2024-04-13_PyBirras-Coru\303\261a-2023_bmxrdtygcgbrb.json" @@ -0,0 +1,28 @@ +{ + "id": "bmxrdtygcgbrb", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/bmxrdtygcgbrb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-04-13T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-04-13T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-04-13_PyBirras-Coru\303\261a-Mayo-2023_spcqdtygcgbrb.json" "b/events/python-coru\303\261a/2024-04-13_PyBirras-Coru\303\261a-Mayo-2023_spcqdtygcgbrb.json" new file mode 100644 index 0000000..0cca674 --- /dev/null +++ "b/events/python-coru\303\261a/2024-04-13_PyBirras-Coru\303\261a-Mayo-2023_spcqdtygcgbrb.json" @@ -0,0 +1,28 @@ +{ + "id": "spcqdtygcgbrb", + "title": "PyBirras Coru\u00f1a Mayo 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/spcqdtygcgbrb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-04-13T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-04-13T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-04-13_PyBirras-Coru\303\261a_298865398.json" "b/events/python-coru\303\261a/2024-04-13_PyBirras-Coru\303\261a_298865398.json" new file mode 100644 index 0000000..015478d --- /dev/null +++ "b/events/python-coru\303\261a/2024-04-13_PyBirras-Coru\303\261a_298865398.json" @@ -0,0 +1,28 @@ +{ + "id": "298865398", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/298865398", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-04-13T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-04-13T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-04-20_PyBirras-Coru\303\261a_298865398.json" "b/events/python-coru\303\261a/2024-04-20_PyBirras-Coru\303\261a_298865398.json" new file mode 100644 index 0000000..b6931a6 --- /dev/null +++ "b/events/python-coru\303\261a/2024-04-20_PyBirras-Coru\303\261a_298865398.json" @@ -0,0 +1,28 @@ +{ + "id": "298865398", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/298865398", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-04-20T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-04-20T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-04-20_PyBirras-Coru\303\261a_gwhhhtygcgbbc.json" "b/events/python-coru\303\261a/2024-04-20_PyBirras-Coru\303\261a_gwhhhtygcgbbc.json" new file mode 100644 index 0000000..5c71de8 --- /dev/null +++ "b/events/python-coru\303\261a/2024-04-20_PyBirras-Coru\303\261a_gwhhhtygcgbbc.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtygcgbbc", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtygcgbbc", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-04-20T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-04-20T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-04-20_PyBirras-Coru\303\261a_msctgtygcgbbc.json" "b/events/python-coru\303\261a/2024-04-20_PyBirras-Coru\303\261a_msctgtygcgbbc.json" new file mode 100644 index 0000000..a9a09fd --- /dev/null +++ "b/events/python-coru\303\261a/2024-04-20_PyBirras-Coru\303\261a_msctgtygcgbbc.json" @@ -0,0 +1,28 @@ +{ + "id": "msctgtygcgbbc", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/msctgtygcgbbc", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Por determinar\n\n* Por determinar\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-04-20T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-04-20T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-04-27_PyBirras-Coru\303\261a_298865398.json" "b/events/python-coru\303\261a/2024-04-27_PyBirras-Coru\303\261a_298865398.json" new file mode 100644 index 0000000..5d1d1ad --- /dev/null +++ "b/events/python-coru\303\261a/2024-04-27_PyBirras-Coru\303\261a_298865398.json" @@ -0,0 +1,28 @@ +{ + "id": "298865398", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/298865398", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Feature flagging, por Rober\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-04-27T18:15+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-04-27T19:15+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-05-11_PyBirras-Coru\303\261a-2023_bmxrdtygchbpb.json" "b/events/python-coru\303\261a/2024-05-11_PyBirras-Coru\303\261a-2023_bmxrdtygchbpb.json" new file mode 100644 index 0000000..319e52a --- /dev/null +++ "b/events/python-coru\303\261a/2024-05-11_PyBirras-Coru\303\261a-2023_bmxrdtygchbpb.json" @@ -0,0 +1,28 @@ +{ + "id": "bmxrdtygchbpb", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/bmxrdtygchbpb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-05-11T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-05-11T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-05-11_PyBirras-Coru\303\261a_298865400.json" "b/events/python-coru\303\261a/2024-05-11_PyBirras-Coru\303\261a_298865400.json" new file mode 100644 index 0000000..6ff4c63 --- /dev/null +++ "b/events/python-coru\303\261a/2024-05-11_PyBirras-Coru\303\261a_298865400.json" @@ -0,0 +1,28 @@ +{ + "id": "298865400", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/298865400", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Prompt Engineering sin humo (bueno, solo un poco), por Alejandro Fern\u00e1ndez\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-05-11T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-05-11T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-05-18_PyBirras-Coru\303\261a_298865400.json" "b/events/python-coru\303\261a/2024-05-18_PyBirras-Coru\303\261a_298865400.json" new file mode 100644 index 0000000..cbff871 --- /dev/null +++ "b/events/python-coru\303\261a/2024-05-18_PyBirras-Coru\303\261a_298865400.json" @@ -0,0 +1,28 @@ +{ + "id": "298865400", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/298865400", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-05-18T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-05-18T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-05-18_PyBirras-Coru\303\261a_gwhhhtygchbxb.json" "b/events/python-coru\303\261a/2024-05-18_PyBirras-Coru\303\261a_gwhhhtygchbxb.json" new file mode 100644 index 0000000..b755feb --- /dev/null +++ "b/events/python-coru\303\261a/2024-05-18_PyBirras-Coru\303\261a_gwhhhtygchbxb.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtygchbxb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtygchbxb", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-05-18T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-05-18T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-05-18_PyBirras-Coru\303\261a_msctgtygchbxb.json" "b/events/python-coru\303\261a/2024-05-18_PyBirras-Coru\303\261a_msctgtygchbxb.json" new file mode 100644 index 0000000..c5959c4 --- /dev/null +++ "b/events/python-coru\303\261a/2024-05-18_PyBirras-Coru\303\261a_msctgtygchbxb.json" @@ -0,0 +1,28 @@ +{ + "id": "msctgtygchbxb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/msctgtygchbxb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Por determinar\n\n* Por determinar\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-05-18T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-05-18T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-06-08_PyBirras-Coru\303\261a-2023_bmxrdtygcjblb.json" "b/events/python-coru\303\261a/2024-06-08_PyBirras-Coru\303\261a-2023_bmxrdtygcjblb.json" new file mode 100644 index 0000000..bce9b29 --- /dev/null +++ "b/events/python-coru\303\261a/2024-06-08_PyBirras-Coru\303\261a-2023_bmxrdtygcjblb.json" @@ -0,0 +1,28 @@ +{ + "id": "bmxrdtygcjblb", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/bmxrdtygcjblb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-06-08T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-06-08T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-06-15_PyBirras-Coru\303\261a_298865404.json" "b/events/python-coru\303\261a/2024-06-15_PyBirras-Coru\303\261a_298865404.json" new file mode 100644 index 0000000..edfce83 --- /dev/null +++ "b/events/python-coru\303\261a/2024-06-15_PyBirras-Coru\303\261a_298865404.json" @@ -0,0 +1,28 @@ +{ + "id": "298865404", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/298865404", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-06-15T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-06-15T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-06-15_PyBirras-Coru\303\261a_gwhhhtygcjbtb.json" "b/events/python-coru\303\261a/2024-06-15_PyBirras-Coru\303\261a_gwhhhtygcjbtb.json" new file mode 100644 index 0000000..7a795b1 --- /dev/null +++ "b/events/python-coru\303\261a/2024-06-15_PyBirras-Coru\303\261a_gwhhhtygcjbtb.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtygcjbtb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtygcjbtb", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-06-15T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-06-15T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-06-15_PyBirras-Coru\303\261a_msctgtygcjbtb.json" "b/events/python-coru\303\261a/2024-06-15_PyBirras-Coru\303\261a_msctgtygcjbtb.json" new file mode 100644 index 0000000..cb961e8 --- /dev/null +++ "b/events/python-coru\303\261a/2024-06-15_PyBirras-Coru\303\261a_msctgtygcjbtb.json" @@ -0,0 +1,28 @@ +{ + "id": "msctgtygcjbtb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/msctgtygcjbtb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Por determinar\n\n* Por determinar\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-06-15T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-06-15T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-06-22_PyBirras-Coru\303\261a_298865404.json" "b/events/python-coru\303\261a/2024-06-22_PyBirras-Coru\303\261a_298865404.json" new file mode 100644 index 0000000..a38e348 --- /dev/null +++ "b/events/python-coru\303\261a/2024-06-22_PyBirras-Coru\303\261a_298865404.json" @@ -0,0 +1,28 @@ +{ + "id": "298865404", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/298865404", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-06-22T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-06-22T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-06-27_Mesa-redonda-final-de-temporada_298865404.json" "b/events/python-coru\303\261a/2024-06-27_Mesa-redonda-final-de-temporada_298865404.json" new file mode 100644 index 0000000..0f3c6ea --- /dev/null +++ "b/events/python-coru\303\261a/2024-06-27_Mesa-redonda-final-de-temporada_298865404.json" @@ -0,0 +1,28 @@ +{ + "id": "298865404", + "title": "Mesa redonda final de temporada", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/298865404", + "description": "Se acerca el par\u00f3n estival de julio y agosto y para terminar a lo grande la temporada de eventos vamos a realizar una mesa redonda en la que varios representantes (algunos a\u00fan por confirmar) de las distintas comunidades locales charlan sobre varios temas (a\u00fan por definir tambi\u00e9n) relacionados con la tecnolog\u00eda y el desarrollo de software.\n\nLos que vay\u00e1is como p\u00fablico tambi\u00e9n tendr\u00e9is vuestra oportunidad de expresar vuestras opiniones para que el evento sea m\u00e1s din\u00e1mico y enriquecedor para todos.\n\nEl evento se celebrar\u00e1 en las oficinas de Sngular (c/Sor Joaquina, 2), empresa que adem\u00e1s de cedernos el espacio tambi\u00e9n nos patrocina el networking con unas bebidas.\n\nTras el evento, algunos nos quedaremos a cenar por la zona del evento para seguir charlando un rato m\u00e1s.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27589173", + "name": "R\u00faa Sor Joaquina, 2", + "address": "R\u00faa Sor Joaquina, 2", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.419471, + "lat": 43.372894 + }, + "onlineVenue": null, + "dateTime": "2024-06-27T19:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-06-27T21:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-07-13_PyBirras-Coru\303\261a-2023_bmxrdtygckbrb.json" "b/events/python-coru\303\261a/2024-07-13_PyBirras-Coru\303\261a-2023_bmxrdtygckbrb.json" new file mode 100644 index 0000000..7898aed --- /dev/null +++ "b/events/python-coru\303\261a/2024-07-13_PyBirras-Coru\303\261a-2023_bmxrdtygckbrb.json" @@ -0,0 +1,28 @@ +{ + "id": "bmxrdtygckbrb", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/bmxrdtygckbrb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-07-13T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-07-13T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-07-20_PyBirras-Coru\303\261a_gwhhhtygckbbc.json" "b/events/python-coru\303\261a/2024-07-20_PyBirras-Coru\303\261a_gwhhhtygckbbc.json" new file mode 100644 index 0000000..cc9de31 --- /dev/null +++ "b/events/python-coru\303\261a/2024-07-20_PyBirras-Coru\303\261a_gwhhhtygckbbc.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtygckbbc", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtygckbbc", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-07-20T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-07-20T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-07-20_PyBirras-Coru\303\261a_msctgtygckbbc.json" "b/events/python-coru\303\261a/2024-07-20_PyBirras-Coru\303\261a_msctgtygckbbc.json" new file mode 100644 index 0000000..5ca65ee --- /dev/null +++ "b/events/python-coru\303\261a/2024-07-20_PyBirras-Coru\303\261a_msctgtygckbbc.json" @@ -0,0 +1,28 @@ +{ + "id": "msctgtygckbbc", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/msctgtygckbbc", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Por determinar\n\n* Por determinar\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-07-20T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-07-20T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-08-10_PyBirras-Coru\303\261a-2023_bmxrdtygclbnb.json" "b/events/python-coru\303\261a/2024-08-10_PyBirras-Coru\303\261a-2023_bmxrdtygclbnb.json" new file mode 100644 index 0000000..a7fa40f --- /dev/null +++ "b/events/python-coru\303\261a/2024-08-10_PyBirras-Coru\303\261a-2023_bmxrdtygclbnb.json" @@ -0,0 +1,28 @@ +{ + "id": "bmxrdtygclbnb", + "title": "PyBirras Coru\u00f1a 2023", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/bmxrdtygclbnb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Dataclasses\n\n* Por determinar.\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-08-10T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-08-10T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-08-17_PyBirras-Coru\303\261a_gwhhhtygclbwb.json" "b/events/python-coru\303\261a/2024-08-17_PyBirras-Coru\303\261a_gwhhhtygclbwb.json" new file mode 100644 index 0000000..b3b5252 --- /dev/null +++ "b/events/python-coru\303\261a/2024-08-17_PyBirras-Coru\303\261a_gwhhhtygclbwb.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtygclbwb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtygclbwb", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-08-17T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-08-17T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-08-17_PyBirras-Coru\303\261a_msctgtygclbwb.json" "b/events/python-coru\303\261a/2024-08-17_PyBirras-Coru\303\261a_msctgtygclbwb.json" new file mode 100644 index 0000000..54f471e --- /dev/null +++ "b/events/python-coru\303\261a/2024-08-17_PyBirras-Coru\303\261a_msctgtygclbwb.json" @@ -0,0 +1,28 @@ +{ + "id": "msctgtygclbwb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/msctgtygclbwb", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Por determinar\n\n* Por determinar\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-08-17T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-08-17T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-09-07_Charla-Python-Coru\303\261a-Septiembre-2024_301414996.json" "b/events/python-coru\303\261a/2024-09-07_Charla-Python-Coru\303\261a-Septiembre-2024_301414996.json" new file mode 100644 index 0000000..9517120 --- /dev/null +++ "b/events/python-coru\303\261a/2024-09-07_Charla-Python-Coru\303\261a-Septiembre-2024_301414996.json" @@ -0,0 +1,28 @@ +{ + "id": "301414996", + "title": "Charla Python Coru\u00f1a Septiembre 2024", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/301414996", + "description": "Charla: \u201cRecunchos de Python\u201d, por Mart\u00edn.\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-09-07T18:30+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-09-07T19:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-09-07_PyBirras-Coru\303\261a_301414996.json" "b/events/python-coru\303\261a/2024-09-07_PyBirras-Coru\303\261a_301414996.json" new file mode 100644 index 0000000..7b94ed4 --- /dev/null +++ "b/events/python-coru\303\261a/2024-09-07_PyBirras-Coru\303\261a_301414996.json" @@ -0,0 +1,28 @@ +{ + "id": "301414996", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/301414996", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-09-07T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-09-07T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-09-14_PyBirras-Coru\303\261a_301414996.json" "b/events/python-coru\303\261a/2024-09-14_PyBirras-Coru\303\261a_301414996.json" new file mode 100644 index 0000000..14ab807 --- /dev/null +++ "b/events/python-coru\303\261a/2024-09-14_PyBirras-Coru\303\261a_301414996.json" @@ -0,0 +1,28 @@ +{ + "id": "301414996", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/301414996", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-09-14T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-09-14T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-09-21_PyBirras-Coru\303\261a_gwhhhtygcmbcc.json" "b/events/python-coru\303\261a/2024-09-21_PyBirras-Coru\303\261a_gwhhhtygcmbcc.json" new file mode 100644 index 0000000..f0592ce --- /dev/null +++ "b/events/python-coru\303\261a/2024-09-21_PyBirras-Coru\303\261a_gwhhhtygcmbcc.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtygcmbcc", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtygcmbcc", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-09-21T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-09-21T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-09-21_PyBirras-Coru\303\261a_msctgtygcmbcc.json" "b/events/python-coru\303\261a/2024-09-21_PyBirras-Coru\303\261a_msctgtygcmbcc.json" new file mode 100644 index 0000000..337fd7b --- /dev/null +++ "b/events/python-coru\303\261a/2024-09-21_PyBirras-Coru\303\261a_msctgtygcmbcc.json" @@ -0,0 +1,28 @@ +{ + "id": "msctgtygcmbcc", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/msctgtygcmbcc", + "description": "Convocatoria de PyBirras\n\nPresentaci\u00f3ns:\n\n* Por determinar\n\n* Por determinar\n\nPra calquer detalle adicional sobre o evento podedes vir a consultarnos por calquera das v\u00edas listadas en:\n\nhttps://linktr.ee/pythoncoruna\n\nPor favor, apuntadevos pra asistir e contactadenos pra calquer d\u00fabida ou aportaci\u00f3n que te\u00f1ades.", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-09-21T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-09-21T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-10-05_Charla-Python-Coru\303\261a_303351171.json" "b/events/python-coru\303\261a/2024-10-05_Charla-Python-Coru\303\261a_303351171.json" new file mode 100644 index 0000000..831791d --- /dev/null +++ "b/events/python-coru\303\261a/2024-10-05_Charla-Python-Coru\303\261a_303351171.json" @@ -0,0 +1,28 @@ +{ + "id": "303351171", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/303351171", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-10-05T18:30+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-10-05T19:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-10-05_Charla-Python-Coru\303\261a_qbzvmtygcnbhb.json" "b/events/python-coru\303\261a/2024-10-05_Charla-Python-Coru\303\261a_qbzvmtygcnbhb.json" new file mode 100644 index 0000000..197d534 --- /dev/null +++ "b/events/python-coru\303\261a/2024-10-05_Charla-Python-Coru\303\261a_qbzvmtygcnbhb.json" @@ -0,0 +1,28 @@ +{ + "id": "qbzvmtygcnbhb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/qbzvmtygcnbhb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-10-05T19:00+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-10-05T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-10-05_Charla-Python-Coru\303\261a_xdcxmtygcnbhb.json" "b/events/python-coru\303\261a/2024-10-05_Charla-Python-Coru\303\261a_xdcxmtygcnbhb.json" new file mode 100644 index 0000000..ed4699d --- /dev/null +++ "b/events/python-coru\303\261a/2024-10-05_Charla-Python-Coru\303\261a_xdcxmtygcnbhb.json" @@ -0,0 +1,28 @@ +{ + "id": "xdcxmtygcnbhb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/xdcxmtygcnbhb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-10-05T18:30+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-10-05T19:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-10-19_PyBirras-Coru\303\261a_gwhhhtygcnbzb.json" "b/events/python-coru\303\261a/2024-10-19_PyBirras-Coru\303\261a_gwhhhtygcnbzb.json" new file mode 100644 index 0000000..585988e --- /dev/null +++ "b/events/python-coru\303\261a/2024-10-19_PyBirras-Coru\303\261a_gwhhhtygcnbzb.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtygcnbzb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtygcnbzb", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-10-19T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-10-19T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-10-26_HacktoberfestES-Python-Coru\303\261a-2024_304023272.json" "b/events/python-coru\303\261a/2024-10-26_HacktoberfestES-Python-Coru\303\261a-2024_304023272.json" new file mode 100644 index 0000000..f379fbe --- /dev/null +++ "b/events/python-coru\303\261a/2024-10-26_HacktoberfestES-Python-Coru\303\261a-2024_304023272.json" @@ -0,0 +1,28 @@ +{ + "id": "304023272", + "title": "HacktoberfestES Python Coru\u00f1a 2024", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/304023272", + "description": "\u00bfQu\u00e9 es el Hacktoberfest? \ud83c\udf89\nEl Hacktoberfest es un evento anual colaborativo, dedicado a promover el c\u00f3digo abierto, pero \u00a1ojo! \u26a0\ufe0f, que no tiene nada que ver con hackers o piratas inform\u00e1ticos \ud83c\udff4\u200d\u2620\ufe0f. Aqu\u00ed no venimos a romper sistemas, sino a construirlos. \ud83d\udee0\ufe0f La idea es sencilla: contribuir a proyectos de software libre y hacer que la tecnolog\u00eda sea m\u00e1s accesible para todos. \ud83c\udf0d\n\nLa versi\u00f3n espa\u00f1ola, HacktoberfestES, le da un toque especial a este evento global \ud83c\udf10, adapt\u00e1ndolo a la comunidad hispanohablante \ud83c\uddea\ud83c\uddf8. Hemos seleccionado proyectos interesantes, organizado actividades, y creado un espacio donde puedes aprender, colaborar, y hasta hacer alg\u00fan que otro amigo en el camino. \ud83e\udd1d\n\n\u00bfQui\u00e9n puede participar?\nCualquiera con ganas de participar. No importa si eres un experto o si solo has escrito tu primer \"Hello World\", todo el mundo es bienvenido. \ud83d\udc69\u200d\ud83d\udcbb\ud83d\udc68\u200d\ud83d\udcbb Tenemos retos y proyectos adaptados a distintos niveles de dificultad, as\u00ed que tanto si buscas un desaf\u00edo avanzado como si prefieres algo m\u00e1s sencillo para empezar, \u00a1lo tenemos cubierto! Aqu\u00ed lo importante es sumar y pasarlo bien. \ud83c\udf88\n\nY si no te apetece participar... \u00a1tambi\u00e9n puedes pasarte a curiosear! \ud83d\udc40 Conocer a las dos comunidades y enterarte de los futuros eventos y oportunidades. \u00a1Todo el mundo tiene algo que aportar, incluso si solo vienes a socializar! \ud83d\udcac\n\n\u00bfQui\u00e9n organiza el Hacktoberfest en A Coru\u00f1a?\nEste evento nace de una colaboraci\u00f3n entre dos comunidades coru\u00f1esas tech:\n\n\\- Python Espa\u00f1a \ud83d\udc0d\ud83c\uddea\ud83c\uddf8 Es la asociaci\u00f3n nacional de las comunidades locales del lenguaje de programaci\u00f3n Python\\, que da apoyo legal y financiero mediante sus cuotas de socio y organiza el evento nacional m\u00e1s importante de Python: la PyConES\\.\n\n\\- Python Coru\u00f1a \ud83d\udc0d\ud83c\udf0a es la comunidad local para los amantes del lenguaje de programaci\u00f3n Python\\. Organizan de todo: charlas\\, talleres\\, meetups\u2026 y siempre con un ambiente inclusivo y de colegueo\\.\n\n\\- Google Developer Group A Coru\u00f1a \\(GDG A Coru\u00f1a\\) \ud83c\udf10 forma parte de la red mundial de grupos apoyados por Google\\, y su objetivo es compartir conocimientos sobre las tecnolog\u00edas de Google \\(y otras\\)\\, creando una red de apoyo entre los devs locales\\.\n\n\\- Grupo de Programadores y Usuarios de Linux \\(GPUL\\): Comunidad de software libre \\(en especial o Sistema Operativo Linux en todas sus variantes libres\\)\\, hardware libre y promoci\u00f3n del conocimiento\\.\n\nJuntos, hacen del Hacktoberfest un eventazo donde no solo vas a aprender, sino tambi\u00e9n a pasarlo bien, conocer gente con tus mismas inquietudes tecnol\u00f3gicas y comer mucha pizza. \ud83c\udf55\n\nSi tienes alguna preferencia o alergia alimenticia, por favor, rellena este formulario:\nhttps://dub.sh/hacktoberfest-2024\n\nPrograma del evento\n\\| Hora \\| Actividad \\|\n\\|\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\|\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\-\\|\n\\| 10:00\\-10:30 \\| Charla introductoria \\|\n\\| 10:30\\-11:00 \\| Explicaci\u00f3n de los proyectos propuestos \\|\n\\| 11:00\\-12:00 \\| Coffee Break \\(porque sin caf\u00e9 no se programa\\) \u2615\ufe0f \\|\n\\| 12:00\\-14:00 \\| Realizaci\u00f3n de proyectos propuestos \\|\n\\| 14:00\\-16:00 \\| Comida \\(\u00a1recarga de energ\u00edas\\!\\) \ud83c\udf7d\ufe0f \\|\n\\| 16:00\\-18:00 \\| Realizaci\u00f3n de proyectos propuestos \\|\n\\| 18:00\\-19:00 \\| Coffee break \\(venga\\, otro cafecito m\u00e1s\\) \u2615\ufe0f \\|\n\\| 19:00\\-20:30 \\| Realizaci\u00f3n de proyectos propuestos \\|\n\\| 20:30\\-21:00 \\| Despedida y cierre del evento \\|\n\nAs\u00ed que ya sabes, si tienes ganas de colaborar, aprender algo nuevo o simplemente curiosear, \u00a1este es tu sitio! \ud83c\udf1f Para cualquier duda o comentario, p\u00e1sate por nuestras redes sociales: linktr.ee/pythoncoruna y gdg.community.dev/gdg-a-coruna/. \u00a1Nos vemos en el Hacktoberfest! \ud83d\udc4b", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27905744", + "name": "Centro Universitario Riazor", + "address": "R\u00faa Almirante L\u00e1ngara s/n,", + "city": "A Coru\u00f1a", + "postalCode": "meetup18", + "lng": -8.419907, + "lat": 43.369465 + }, + "onlineVenue": null, + "dateTime": "2024-10-26T10:00+02:00", + "duration": "PT11H", + "timezone": "Europe/Madrid", + "endTime": "2024-10-26T21:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-11-02_Charla-Python-Coru\303\261a_qbzvmtygcpbdb.json" "b/events/python-coru\303\261a/2024-11-02_Charla-Python-Coru\303\261a_qbzvmtygcpbdb.json" new file mode 100644 index 0000000..01fd70b --- /dev/null +++ "b/events/python-coru\303\261a/2024-11-02_Charla-Python-Coru\303\261a_qbzvmtygcpbdb.json" @@ -0,0 +1,28 @@ +{ + "id": "qbzvmtygcpbdb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/qbzvmtygcpbdb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-11-02T19:00+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-11-02T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-11-02_Charla-Python-Coru\303\261a_xdcxmtygcpbdb.json" "b/events/python-coru\303\261a/2024-11-02_Charla-Python-Coru\303\261a_xdcxmtygcpbdb.json" new file mode 100644 index 0000000..f054537 --- /dev/null +++ "b/events/python-coru\303\261a/2024-11-02_Charla-Python-Coru\303\261a_xdcxmtygcpbdb.json" @@ -0,0 +1,28 @@ +{ + "id": "xdcxmtygcpbdb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/xdcxmtygcpbdb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-11-02T18:30+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-11-02T19:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-11-16_Charla-Python-Coru\303\261a-Noviembre-2024_303599491.json" "b/events/python-coru\303\261a/2024-11-16_Charla-Python-Coru\303\261a-Noviembre-2024_303599491.json" new file mode 100644 index 0000000..3525407 --- /dev/null +++ "b/events/python-coru\303\261a/2024-11-16_Charla-Python-Coru\303\261a-Noviembre-2024_303599491.json" @@ -0,0 +1,28 @@ +{ + "id": "303599491", + "title": "Charla Python Coru\u00f1a Noviembre 2024", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/303599491", + "description": "\"Qu\u00e9 carallo fai un devops\"\n\nPablo Pan ven a contarnos as labores de devops e como Python se integra nesas tarefas.\n\nPra calquer detalle adicional sobre o evento podedes consultar as nosas redes sociais no seguinte enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-11-16T18:15+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-11-16T19:15+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-11-16_Charla-Python-Coru\303\261a_303599491.json" "b/events/python-coru\303\261a/2024-11-16_Charla-Python-Coru\303\261a_303599491.json" new file mode 100644 index 0000000..544f6c9 --- /dev/null +++ "b/events/python-coru\303\261a/2024-11-16_Charla-Python-Coru\303\261a_303599491.json" @@ -0,0 +1,28 @@ +{ + "id": "303599491", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/303599491", + "description": "\"Qu\u00e9 carallo fai un devops\"\n\nPablo Pan ven a contarnos as labores de devops e como Python se integra nesas tarefas.\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-11-16T18:15+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-11-16T19:15+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-11-16_PyBirras-Coru\303\261a_gwhhhtygcpbvb.json" "b/events/python-coru\303\261a/2024-11-16_PyBirras-Coru\303\261a_gwhhhtygcpbvb.json" new file mode 100644 index 0000000..773aad0 --- /dev/null +++ "b/events/python-coru\303\261a/2024-11-16_PyBirras-Coru\303\261a_gwhhhtygcpbvb.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtygcpbvb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtygcpbvb", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-11-16T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-11-16T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-12-07_Charla-Python-Coru\303\261a_304293721.json" "b/events/python-coru\303\261a/2024-12-07_Charla-Python-Coru\303\261a_304293721.json" new file mode 100644 index 0000000..31ba493 --- /dev/null +++ "b/events/python-coru\303\261a/2024-12-07_Charla-Python-Coru\303\261a_304293721.json" @@ -0,0 +1,28 @@ +{ + "id": "304293721", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/304293721", + "description": "Charla por determinar\n\nPra calquer detalle adicional sobre o evento podedes consultar as nosas redes sociais no seguinte enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-12-07T18:30+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-12-07T19:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-12-07_Charla-Python-Coru\303\261a_qbzvmtygcqbkb.json" "b/events/python-coru\303\261a/2024-12-07_Charla-Python-Coru\303\261a_qbzvmtygcqbkb.json" new file mode 100644 index 0000000..625d809 --- /dev/null +++ "b/events/python-coru\303\261a/2024-12-07_Charla-Python-Coru\303\261a_qbzvmtygcqbkb.json" @@ -0,0 +1,28 @@ +{ + "id": "qbzvmtygcqbkb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/qbzvmtygcqbkb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-12-07T19:00+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-12-07T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-12-07_Charla-Python-Coru\303\261a_txtkntygcqbkb.json" "b/events/python-coru\303\261a/2024-12-07_Charla-Python-Coru\303\261a_txtkntygcqbkb.json" new file mode 100644 index 0000000..97b3bef --- /dev/null +++ "b/events/python-coru\303\261a/2024-12-07_Charla-Python-Coru\303\261a_txtkntygcqbkb.json" @@ -0,0 +1,28 @@ +{ + "id": "txtkntygcqbkb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/txtkntygcqbkb", + "description": "Charla por determinar\n\nPra calquer detalle adicional sobre o evento podedes consultar as nosas redes sociais no seguinte enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-12-07T18:30+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-12-07T19:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-12-07_Charla-Python-Coru\303\261a_xdcxmtygcqbkb.json" "b/events/python-coru\303\261a/2024-12-07_Charla-Python-Coru\303\261a_xdcxmtygcqbkb.json" new file mode 100644 index 0000000..0b83569 --- /dev/null +++ "b/events/python-coru\303\261a/2024-12-07_Charla-Python-Coru\303\261a_xdcxmtygcqbkb.json" @@ -0,0 +1,28 @@ +{ + "id": "xdcxmtygcqbkb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/xdcxmtygcqbkb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-12-07T18:30+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-12-07T19:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-12-14_Charla-Python-Coru\303\261a-Diciembre-2024_304293721.json" "b/events/python-coru\303\261a/2024-12-14_Charla-Python-Coru\303\261a-Diciembre-2024_304293721.json" new file mode 100644 index 0000000..7a1e59f --- /dev/null +++ "b/events/python-coru\303\261a/2024-12-14_Charla-Python-Coru\303\261a-Diciembre-2024_304293721.json" @@ -0,0 +1,28 @@ +{ + "id": "304293721", + "title": "Charla Python Coru\u00f1a Diciembre 2024", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/304293721", + "description": "Charla por determinar\n\nPra calquer detalle adicional sobre o evento podedes consultar as nosas redes sociais no seguinte enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-12-14T18:15+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-12-14T19:15+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2024-12-21_PyBirras-Coru\303\261a_gwhhhtygcqbcc.json" "b/events/python-coru\303\261a/2024-12-21_PyBirras-Coru\303\261a_gwhhhtygcqbcc.json" new file mode 100644 index 0000000..8965b0f --- /dev/null +++ "b/events/python-coru\303\261a/2024-12-21_PyBirras-Coru\303\261a_gwhhhtygcqbcc.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtygcqbcc", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtygcqbcc", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2024-12-21T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-12-21T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-01-04_Charla-Python-Coru\303\261a_qbzvmtyhccbgb.json" "b/events/python-coru\303\261a/2025-01-04_Charla-Python-Coru\303\261a_qbzvmtyhccbgb.json" new file mode 100644 index 0000000..5e15cbe --- /dev/null +++ "b/events/python-coru\303\261a/2025-01-04_Charla-Python-Coru\303\261a_qbzvmtyhccbgb.json" @@ -0,0 +1,28 @@ +{ + "id": "qbzvmtyhccbgb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/qbzvmtyhccbgb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-01-04T19:00+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-01-04T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-01-04_Charla-Python-Coru\303\261a_txtkntyhccbgb.json" "b/events/python-coru\303\261a/2025-01-04_Charla-Python-Coru\303\261a_txtkntyhccbgb.json" new file mode 100644 index 0000000..c477590 --- /dev/null +++ "b/events/python-coru\303\261a/2025-01-04_Charla-Python-Coru\303\261a_txtkntyhccbgb.json" @@ -0,0 +1,28 @@ +{ + "id": "txtkntyhccbgb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/txtkntyhccbgb", + "description": "Charla por determinar\n\nPra calquer detalle adicional sobre o evento podedes consultar as nosas redes sociais no seguinte enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-01-04T18:30+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-01-04T19:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-01-04_Charla-Python-Coru\303\261a_xdcxmtyhccbgb.json" "b/events/python-coru\303\261a/2025-01-04_Charla-Python-Coru\303\261a_xdcxmtyhccbgb.json" new file mode 100644 index 0000000..f32c72b --- /dev/null +++ "b/events/python-coru\303\261a/2025-01-04_Charla-Python-Coru\303\261a_xdcxmtyhccbgb.json" @@ -0,0 +1,28 @@ +{ + "id": "xdcxmtyhccbgb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/xdcxmtyhccbgb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-01-04T18:30+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-01-04T19:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-01-11_Charla-Python-Coru\303\261a_304884475.json" "b/events/python-coru\303\261a/2025-01-11_Charla-Python-Coru\303\261a_304884475.json" new file mode 100644 index 0000000..d02d9b7 --- /dev/null +++ "b/events/python-coru\303\261a/2025-01-11_Charla-Python-Coru\303\261a_304884475.json" @@ -0,0 +1,28 @@ +{ + "id": "304884475", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/304884475", + "description": "Charla por determinar\n\nPra calquer detalle adicional sobre o evento podedes consultar as nosas redes sociais no seguinte enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-01-11T18:15+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-01-11T19:15+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-01-11_Charla-Python-Coru\303\261a_kcwzntyhccbpb.json" "b/events/python-coru\303\261a/2025-01-11_Charla-Python-Coru\303\261a_kcwzntyhccbpb.json" new file mode 100644 index 0000000..d1767ec --- /dev/null +++ "b/events/python-coru\303\261a/2025-01-11_Charla-Python-Coru\303\261a_kcwzntyhccbpb.json" @@ -0,0 +1,28 @@ +{ + "id": "kcwzntyhccbpb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/kcwzntyhccbpb", + "description": "Charla por determinar\n\nPra calquer detalle adicional sobre o evento podedes consultar as nosas redes sociais no seguinte enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-01-11T18:15+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-01-11T19:15+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-01-18_Charla-Python-Coru\303\261a-Enero-2025_304884475.json" "b/events/python-coru\303\261a/2025-01-18_Charla-Python-Coru\303\261a-Enero-2025_304884475.json" new file mode 100644 index 0000000..c1c9331 --- /dev/null +++ "b/events/python-coru\303\261a/2025-01-18_Charla-Python-Coru\303\261a-Enero-2025_304884475.json" @@ -0,0 +1,28 @@ +{ + "id": "304884475", + "title": "Charla Python Coru\u00f1a Enero 2025", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/304884475", + "description": "En esta ocasi\u00f3n tendremos de ponente a Erie y luego disfrutaremos de una merienda con embutidos, quesos, patatas, aceitunas, hummus y muchis turrones as\u00ed que no com\u00e1is mucho ese mediod\u00eda.\n\nTambi\u00e9n sortearemos entre los asistentes una licencia de un mes para la plataforma de cursos online CodelyTV.\n\nDescripci\u00f3n de la charla:\n\nEn esta nueva charla continuaremos hablando sobre una de las herramientas m\u00e1s extendidas para el procesamiento de grandes volumenes de datos, PySpark.\n\nRealizaremos una introducci\u00f3n( para recordar lo mencionado en la primera charla), estos fundamentos nos ayudar\u00e1n para profundizar un poco m\u00e1s en su uso dentro de entornos profesionales; utilizaremos los principales componentes para realizar An\u00e1lisis exploratorios y procesamiento de datos.\n\nAl hablar de entornos profesionales estaremos tratando sobre la arquitecura medall\u00f3n y c\u00f3mo la nueva la evoluci\u00f3n de los datalakes y warehouse, el lakehouse, nos ayuda a plantear soluciones m\u00e1s robustas basadas en datos.\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-01-18T18:15+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-01-18T20:15+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-01-18_PyBirras-Coru\303\261a_gwhhhtyhccbxb.json" "b/events/python-coru\303\261a/2025-01-18_PyBirras-Coru\303\261a_gwhhhtyhccbxb.json" new file mode 100644 index 0000000..e549077 --- /dev/null +++ "b/events/python-coru\303\261a/2025-01-18_PyBirras-Coru\303\261a_gwhhhtyhccbxb.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtyhccbxb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtyhccbxb", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-01-18T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-01-18T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-02-01_Charla-Python-Coru\303\261a_qbzvmtyhcdbcb.json" "b/events/python-coru\303\261a/2025-02-01_Charla-Python-Coru\303\261a_qbzvmtyhcdbcb.json" new file mode 100644 index 0000000..3431625 --- /dev/null +++ "b/events/python-coru\303\261a/2025-02-01_Charla-Python-Coru\303\261a_qbzvmtyhcdbcb.json" @@ -0,0 +1,28 @@ +{ + "id": "qbzvmtyhcdbcb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/qbzvmtyhcdbcb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-02-01T19:00+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-02-01T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-02-01_Charla-Python-Coru\303\261a_txtkntyhcdbcb.json" "b/events/python-coru\303\261a/2025-02-01_Charla-Python-Coru\303\261a_txtkntyhcdbcb.json" new file mode 100644 index 0000000..0dd317e --- /dev/null +++ "b/events/python-coru\303\261a/2025-02-01_Charla-Python-Coru\303\261a_txtkntyhcdbcb.json" @@ -0,0 +1,28 @@ +{ + "id": "txtkntyhcdbcb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/txtkntyhcdbcb", + "description": "Charla por determinar\n\nPra calquer detalle adicional sobre o evento podedes consultar as nosas redes sociais no seguinte enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-02-01T18:30+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-02-01T19:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-02-01_Charla-Python-Coru\303\261a_xdcxmtyhcdbcb.json" "b/events/python-coru\303\261a/2025-02-01_Charla-Python-Coru\303\261a_xdcxmtyhcdbcb.json" new file mode 100644 index 0000000..05f5d2d --- /dev/null +++ "b/events/python-coru\303\261a/2025-02-01_Charla-Python-Coru\303\261a_xdcxmtyhcdbcb.json" @@ -0,0 +1,28 @@ +{ + "id": "xdcxmtyhcdbcb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/xdcxmtyhcdbcb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-02-01T18:30+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-02-01T19:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-02-08_Charla-Python-Coru\303\261a_305466416.json" "b/events/python-coru\303\261a/2025-02-08_Charla-Python-Coru\303\261a_305466416.json" new file mode 100644 index 0000000..5af7311 --- /dev/null +++ "b/events/python-coru\303\261a/2025-02-08_Charla-Python-Coru\303\261a_305466416.json" @@ -0,0 +1,28 @@ +{ + "id": "305466416", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/305466416", + "description": "Charla por determinar\n\nPra calquer detalle adicional sobre o evento podedes consultar as nosas redes sociais no seguinte enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-02-08T18:15+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-02-08T19:15+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-02-08_Charla-Python-Coru\303\261a_kcwzntyhcdblb.json" "b/events/python-coru\303\261a/2025-02-08_Charla-Python-Coru\303\261a_kcwzntyhcdblb.json" new file mode 100644 index 0000000..f8a1b90 --- /dev/null +++ "b/events/python-coru\303\261a/2025-02-08_Charla-Python-Coru\303\261a_kcwzntyhcdblb.json" @@ -0,0 +1,28 @@ +{ + "id": "kcwzntyhcdblb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/kcwzntyhcdblb", + "description": "Charla por determinar\n\nPra calquer detalle adicional sobre o evento podedes consultar as nosas redes sociais no seguinte enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-02-08T18:15+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-02-08T19:15+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-02-15_Charla-Python-Coru\303\261a_305466416.json" "b/events/python-coru\303\261a/2025-02-15_Charla-Python-Coru\303\261a_305466416.json" new file mode 100644 index 0000000..b69a623 --- /dev/null +++ "b/events/python-coru\303\261a/2025-02-15_Charla-Python-Coru\303\261a_305466416.json" @@ -0,0 +1,28 @@ +{ + "id": "305466416", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/305466416", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-02-15T18:15+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-02-15T20:15+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-02-15_PyBirras-Coru\303\261a_gwhhhtyhcdbtb.json" "b/events/python-coru\303\261a/2025-02-15_PyBirras-Coru\303\261a_gwhhhtyhcdbtb.json" new file mode 100644 index 0000000..61a4273 --- /dev/null +++ "b/events/python-coru\303\261a/2025-02-15_PyBirras-Coru\303\261a_gwhhhtyhcdbtb.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtyhcdbtb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtyhcdbtb", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-02-15T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-02-15T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-03-01_Charla-Python-Coru\303\261a_qbzvmtyhcfbcb.json" "b/events/python-coru\303\261a/2025-03-01_Charla-Python-Coru\303\261a_qbzvmtyhcfbcb.json" new file mode 100644 index 0000000..4c00100 --- /dev/null +++ "b/events/python-coru\303\261a/2025-03-01_Charla-Python-Coru\303\261a_qbzvmtyhcfbcb.json" @@ -0,0 +1,28 @@ +{ + "id": "qbzvmtyhcfbcb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/qbzvmtyhcfbcb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-03-01T19:00+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-03-01T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-03-01_Charla-Python-Coru\303\261a_txtkntyhcfbcb.json" "b/events/python-coru\303\261a/2025-03-01_Charla-Python-Coru\303\261a_txtkntyhcfbcb.json" new file mode 100644 index 0000000..1dd258e --- /dev/null +++ "b/events/python-coru\303\261a/2025-03-01_Charla-Python-Coru\303\261a_txtkntyhcfbcb.json" @@ -0,0 +1,28 @@ +{ + "id": "txtkntyhcfbcb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/txtkntyhcfbcb", + "description": "Charla por determinar\n\nPra calquer detalle adicional sobre o evento podedes consultar as nosas redes sociais no seguinte enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-03-01T18:30+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-03-01T19:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-03-01_Charla-Python-Coru\303\261a_xdcxmtyhcfbcb.json" "b/events/python-coru\303\261a/2025-03-01_Charla-Python-Coru\303\261a_xdcxmtyhcfbcb.json" new file mode 100644 index 0000000..ca802c3 --- /dev/null +++ "b/events/python-coru\303\261a/2025-03-01_Charla-Python-Coru\303\261a_xdcxmtyhcfbcb.json" @@ -0,0 +1,28 @@ +{ + "id": "xdcxmtyhcfbcb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/xdcxmtyhcfbcb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-03-01T18:30+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-03-01T19:30+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-03-08_Charla-Python-Coru\303\261a_kcwzntyhcfblb.json" "b/events/python-coru\303\261a/2025-03-08_Charla-Python-Coru\303\261a_kcwzntyhcfblb.json" new file mode 100644 index 0000000..5a39a29 --- /dev/null +++ "b/events/python-coru\303\261a/2025-03-08_Charla-Python-Coru\303\261a_kcwzntyhcfblb.json" @@ -0,0 +1,28 @@ +{ + "id": "kcwzntyhcfblb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/kcwzntyhcfblb", + "description": "Charla por determinar\n\nPra calquer detalle adicional sobre o evento podedes consultar as nosas redes sociais no seguinte enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-03-08T18:15+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-03-08T19:15+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-03-15_Charla-Python-Coru\303\261a_306192566.json" "b/events/python-coru\303\261a/2025-03-15_Charla-Python-Coru\303\261a_306192566.json" new file mode 100644 index 0000000..6156763 --- /dev/null +++ "b/events/python-coru\303\261a/2025-03-15_Charla-Python-Coru\303\261a_306192566.json" @@ -0,0 +1,28 @@ +{ + "id": "306192566", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/306192566", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-03-15T18:15+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-03-15T20:15+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-03-15_Charla-Python-Coru\303\261a_wjxrptyhcfbtb.json" "b/events/python-coru\303\261a/2025-03-15_Charla-Python-Coru\303\261a_wjxrptyhcfbtb.json" new file mode 100644 index 0000000..2c9b450 --- /dev/null +++ "b/events/python-coru\303\261a/2025-03-15_Charla-Python-Coru\303\261a_wjxrptyhcfbtb.json" @@ -0,0 +1,28 @@ +{ + "id": "wjxrptyhcfbtb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/wjxrptyhcfbtb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-03-15T18:15+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-03-15T20:15+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-03-15_Evento-Python-Coru\303\261a-Marzo-2025_306192566.json" "b/events/python-coru\303\261a/2025-03-15_Evento-Python-Coru\303\261a-Marzo-2025_306192566.json" new file mode 100644 index 0000000..ddf4db5 --- /dev/null +++ "b/events/python-coru\303\261a/2025-03-15_Evento-Python-Coru\303\261a-Marzo-2025_306192566.json" @@ -0,0 +1,28 @@ +{ + "id": "306192566", + "title": "Evento Python Coru\u00f1a Marzo 2025", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/306192566", + "description": "En esta ocasi\u00f3n en lugar de tener una charla tendremos una sesi\u00f3n de brainstorming, donde nos reuniremos y charlaremos sobre diversos temas relacionados com Python y su ecosistema mientras tomamos algo.\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-03-15T18:15+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-03-15T20:15+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-03-15_PyBirras-Coru\303\261a_gwhhhtyhcfbtb.json" "b/events/python-coru\303\261a/2025-03-15_PyBirras-Coru\303\261a_gwhhhtyhcfbtb.json" new file mode 100644 index 0000000..69c84dc --- /dev/null +++ "b/events/python-coru\303\261a/2025-03-15_PyBirras-Coru\303\261a_gwhhhtyhcfbtb.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtyhcfbtb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtyhcfbtb", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-03-15T18:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-03-15T20:00+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-03-29_Evento-Python-Coru\303\261a-Marzo-2025_306192566.json" "b/events/python-coru\303\261a/2025-03-29_Evento-Python-Coru\303\261a-Marzo-2025_306192566.json" new file mode 100644 index 0000000..6344970 --- /dev/null +++ "b/events/python-coru\303\261a/2025-03-29_Evento-Python-Coru\303\261a-Marzo-2025_306192566.json" @@ -0,0 +1,28 @@ +{ + "id": "306192566", + "title": "Evento Python Coru\u00f1a Marzo 2025", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/306192566", + "description": "En esta ocasi\u00f3n en lugar de tener una charla tendremos una sesi\u00f3n de brainstorming, donde nos reuniremos y charlaremos sobre diversos temas relacionados com Python y su ecosistema mientras tomamos algo.\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-03-29T18:15+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-03-29T20:15+01:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-04-05_Charla-Python-Coru\303\261a_qbzvmtyhcgbhb.json" "b/events/python-coru\303\261a/2025-04-05_Charla-Python-Coru\303\261a_qbzvmtyhcgbhb.json" new file mode 100644 index 0000000..4d9dafe --- /dev/null +++ "b/events/python-coru\303\261a/2025-04-05_Charla-Python-Coru\303\261a_qbzvmtyhcgbhb.json" @@ -0,0 +1,28 @@ +{ + "id": "qbzvmtyhcgbhb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/qbzvmtyhcgbhb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-04-05T19:00+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-04-05T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-04-05_Charla-Python-Coru\303\261a_xdcxmtyhcgbhb.json" "b/events/python-coru\303\261a/2025-04-05_Charla-Python-Coru\303\261a_xdcxmtyhcgbhb.json" new file mode 100644 index 0000000..3863138 --- /dev/null +++ "b/events/python-coru\303\261a/2025-04-05_Charla-Python-Coru\303\261a_xdcxmtyhcgbhb.json" @@ -0,0 +1,28 @@ +{ + "id": "xdcxmtyhcgbhb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/xdcxmtyhcgbhb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-04-05T18:30+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-04-05T19:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-04-19_PyBirras-Coru\303\261a_gwhhhtyhcgbzb.json" "b/events/python-coru\303\261a/2025-04-19_PyBirras-Coru\303\261a_gwhhhtyhcgbzb.json" new file mode 100644 index 0000000..50fdac5 --- /dev/null +++ "b/events/python-coru\303\261a/2025-04-19_PyBirras-Coru\303\261a_gwhhhtyhcgbzb.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtyhcgbzb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtyhcgbzb", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-04-19T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-04-19T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-05-03_Charla-Python-Coru\303\261a_qbzvmtyhchbfb.json" "b/events/python-coru\303\261a/2025-05-03_Charla-Python-Coru\303\261a_qbzvmtyhchbfb.json" new file mode 100644 index 0000000..ec8218d --- /dev/null +++ "b/events/python-coru\303\261a/2025-05-03_Charla-Python-Coru\303\261a_qbzvmtyhchbfb.json" @@ -0,0 +1,28 @@ +{ + "id": "qbzvmtyhchbfb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/qbzvmtyhchbfb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-05-03T19:00+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-05-03T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-05-03_Charla-Python-Coru\303\261a_xdcxmtyhchbfb.json" "b/events/python-coru\303\261a/2025-05-03_Charla-Python-Coru\303\261a_xdcxmtyhchbfb.json" new file mode 100644 index 0000000..0755583 --- /dev/null +++ "b/events/python-coru\303\261a/2025-05-03_Charla-Python-Coru\303\261a_xdcxmtyhchbfb.json" @@ -0,0 +1,28 @@ +{ + "id": "xdcxmtyhchbfb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/xdcxmtyhchbfb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-05-03T18:30+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-05-03T19:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-05-17_PyBirras-Coru\303\261a_gwhhhtyhchbwb.json" "b/events/python-coru\303\261a/2025-05-17_PyBirras-Coru\303\261a_gwhhhtyhchbwb.json" new file mode 100644 index 0000000..584ef7e --- /dev/null +++ "b/events/python-coru\303\261a/2025-05-17_PyBirras-Coru\303\261a_gwhhhtyhchbwb.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtyhchbwb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtyhchbwb", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-05-17T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-05-17T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-05-24_Evento-Python-Coru\303\261a-Maio-2025_307922930.json" "b/events/python-coru\303\261a/2025-05-24_Evento-Python-Coru\303\261a-Maio-2025_307922930.json" new file mode 100644 index 0000000..4e76449 --- /dev/null +++ "b/events/python-coru\303\261a/2025-05-24_Evento-Python-Coru\303\261a-Maio-2025_307922930.json" @@ -0,0 +1,28 @@ +{ + "id": "307922930", + "title": "Evento Python Coru\u00f1a Maio 2025", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/307922930", + "description": "Desta volta imos ter a charla \"Introduccion a Event Sourcing con Python\" con Nacho Esp\u00f3sito que nos achegar\u00e1 a este tipo de patr\u00f3n de arquitectura de software.\n\nEstades todos convidados a esta charla, que pecha a tempada 2024/25 de Python Coru\u00f1a.\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-05-24T18:15+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-05-24T20:15+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-06-07_Charla-Python-Coru\303\261a_qbzvmtyhcjbkb.json" "b/events/python-coru\303\261a/2025-06-07_Charla-Python-Coru\303\261a_qbzvmtyhcjbkb.json" new file mode 100644 index 0000000..af7c983 --- /dev/null +++ "b/events/python-coru\303\261a/2025-06-07_Charla-Python-Coru\303\261a_qbzvmtyhcjbkb.json" @@ -0,0 +1,28 @@ +{ + "id": "qbzvmtyhcjbkb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/qbzvmtyhcjbkb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-06-07T19:00+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-06-07T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-06-07_Charla-Python-Coru\303\261a_xdcxmtyhcjbkb.json" "b/events/python-coru\303\261a/2025-06-07_Charla-Python-Coru\303\261a_xdcxmtyhcjbkb.json" new file mode 100644 index 0000000..4e05311 --- /dev/null +++ "b/events/python-coru\303\261a/2025-06-07_Charla-Python-Coru\303\261a_xdcxmtyhcjbkb.json" @@ -0,0 +1,28 @@ +{ + "id": "xdcxmtyhcjbkb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/xdcxmtyhcjbkb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-06-07T18:30+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-06-07T19:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-06-21_PyBirras-Coru\303\261a_gwhhhtyhcjbcc.json" "b/events/python-coru\303\261a/2025-06-21_PyBirras-Coru\303\261a_gwhhhtyhcjbcc.json" new file mode 100644 index 0000000..ffdaba6 --- /dev/null +++ "b/events/python-coru\303\261a/2025-06-21_PyBirras-Coru\303\261a_gwhhhtyhcjbcc.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtyhcjbcc", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtyhcjbcc", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-06-21T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-06-21T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-07-05_Charla-Python-Coru\303\261a_qbzvmtyhckbhb.json" "b/events/python-coru\303\261a/2025-07-05_Charla-Python-Coru\303\261a_qbzvmtyhckbhb.json" new file mode 100644 index 0000000..377300e --- /dev/null +++ "b/events/python-coru\303\261a/2025-07-05_Charla-Python-Coru\303\261a_qbzvmtyhckbhb.json" @@ -0,0 +1,28 @@ +{ + "id": "qbzvmtyhckbhb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/qbzvmtyhckbhb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-07-05T19:00+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-07-05T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-07-05_Charla-Python-Coru\303\261a_xdcxmtyhckbhb.json" "b/events/python-coru\303\261a/2025-07-05_Charla-Python-Coru\303\261a_xdcxmtyhckbhb.json" new file mode 100644 index 0000000..262d29f --- /dev/null +++ "b/events/python-coru\303\261a/2025-07-05_Charla-Python-Coru\303\261a_xdcxmtyhckbhb.json" @@ -0,0 +1,28 @@ +{ + "id": "xdcxmtyhckbhb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/xdcxmtyhckbhb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-07-05T18:30+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-07-05T19:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-07-19_PyBirras-Coru\303\261a_gwhhhtyhckbzb.json" "b/events/python-coru\303\261a/2025-07-19_PyBirras-Coru\303\261a_gwhhhtyhckbzb.json" new file mode 100644 index 0000000..e098f6d --- /dev/null +++ "b/events/python-coru\303\261a/2025-07-19_PyBirras-Coru\303\261a_gwhhhtyhckbzb.json" @@ -0,0 +1,28 @@ +{ + "id": "gwhhhtyhckbzb", + "title": "PyBirras Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/gwhhhtyhckbzb", + "description": "Convocatoria de PyBirras\n\nPresentaciones:\n\n* Por determinar\n\n* Por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-07-19T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-07-19T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-08-02_Charla-Python-Coru\303\261a_qbzvmtyhclbdb.json" "b/events/python-coru\303\261a/2025-08-02_Charla-Python-Coru\303\261a_qbzvmtyhclbdb.json" new file mode 100644 index 0000000..30e58d4 --- /dev/null +++ "b/events/python-coru\303\261a/2025-08-02_Charla-Python-Coru\303\261a_qbzvmtyhclbdb.json" @@ -0,0 +1,28 @@ +{ + "id": "qbzvmtyhclbdb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/qbzvmtyhclbdb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-08-02T19:00+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-08-02T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-08-02_Charla-Python-Coru\303\261a_xdcxmtyhclbdb.json" "b/events/python-coru\303\261a/2025-08-02_Charla-Python-Coru\303\261a_xdcxmtyhclbdb.json" new file mode 100644 index 0000000..cb33e7d --- /dev/null +++ "b/events/python-coru\303\261a/2025-08-02_Charla-Python-Coru\303\261a_xdcxmtyhclbdb.json" @@ -0,0 +1,28 @@ +{ + "id": "xdcxmtyhclbdb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/xdcxmtyhclbdb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-08-02T18:30+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-08-02T19:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-09-06_Charla-Python-Coru\303\261a_xdcxmtyhcmbjb.json" "b/events/python-coru\303\261a/2025-09-06_Charla-Python-Coru\303\261a_xdcxmtyhcmbjb.json" new file mode 100644 index 0000000..f3b833d --- /dev/null +++ "b/events/python-coru\303\261a/2025-09-06_Charla-Python-Coru\303\261a_xdcxmtyhcmbjb.json" @@ -0,0 +1,28 @@ +{ + "id": "xdcxmtyhcmbjb", + "title": "Charla Python Coru\u00f1a", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/xdcxmtyhcmbjb", + "description": "Charla por determinar\n\nPara cualquier detalle adicional sobre el evento pod\u00e9is consultar nuestras redes sociales en el siguiente enlace:\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-09-06T18:30+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-09-06T19:30+02:00" +} \ No newline at end of file diff --git "a/events/python-coru\303\261a/2025-09-20_Introducci\303\263n-a-xogos-con-Godot_310925323.json" "b/events/python-coru\303\261a/2025-09-20_Introducci\303\263n-a-xogos-con-Godot_310925323.json" new file mode 100644 index 0000000..00d27f4 --- /dev/null +++ "b/events/python-coru\303\261a/2025-09-20_Introducci\303\263n-a-xogos-con-Godot_310925323.json" @@ -0,0 +1,28 @@ +{ + "id": "310925323", + "title": "Introducci\u00f3n a xogos con Godot", + "eventUrl": "https://www.meetup.com/python-a-coruna/events/310925323", + "description": "Abrimos a tempada 2025/26 cunha charla sobre o uso de Godot pra crear xogos.\n\nO noso invitado e Jos\u00e9 M. Ventoso e forma parte da comunidade de Godot. Vainos ensinar como \u00e9 programar un xogo usando Godot e Python.\n\n[https://linktr.ee/pythoncoruna](https://linktr.ee/pythoncoruna)", + "shortDescription": null, + "group": { + "id": "36742904", + "name": "Python A Coru\u00f1a" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27561952", + "name": "Ateneo", + "address": "R\u00faa Reverendo Padre Jos\u00e9 \u00c1lvarez Cabezas, 1", + "city": "A Coru\u00f1a", + "postalCode": "15011", + "lng": -8.417, + "lat": 43.369785 + }, + "onlineVenue": null, + "dateTime": "2025-09-20T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-09-20T20:00+02:00" +} \ No newline at end of file diff --git "a/events/python-girona/2023-05-04_PyBeers-Girona-Maig'23-\360\237\215\273\360\237\220\215_292052657.json" "b/events/python-girona/2023-05-04_PyBeers-Girona-Maig'23-\360\237\215\273\360\237\220\215_292052657.json" new file mode 100644 index 0000000..1314afa --- /dev/null +++ "b/events/python-girona/2023-05-04_PyBeers-Girona-Maig'23-\360\237\215\273\360\237\220\215_292052657.json" @@ -0,0 +1,28 @@ +{ + "id": "292052657", + "title": "PyBeers Girona Maig'23 \ud83c\udf7b\ud83d\udc0d", + "eventUrl": "https://www.meetup.com/pythongirona/events/292052657", + "description": "\ud83c\udf7a\ud83d\udc0d\ud83d\udc65 Vine al Meetup de Python aquest **dijous 4 de maig a les 19h**! \ud83d\udc65\ud83d\udc0d\ud83c\udf7a\n\n\ud83e\udd1d\ud83c\udffd Uneix-te a la comunitat de Python mentre prenem una cervesa \ud83c\udf7b i compartim les nostres experi\u00e8ncies i projectes! \ud83d\udcbb\ud83c\udf1f\n\n\ud83d\udc49\ud83c\udffd Tant si ets una persona experta en Python com si acabes de comen\u00e7ar, tothom \u00e9s benvingut per aprendre, compartir i passar una bona estona! \ud83e\udd13\ud83d\udcac\n\n\ud83d\udce2 **Actualitzaci\u00f3 important!** Hem canviat d'ubicaci\u00f3! En comptes del centre cultural de la Merc\u00e8, ens trobarem a la cerveseria Kerunta.\n\ud83d\udccd[https://maps.app.goo.gl/YoznLkzNMs5cTvMm6](https://maps.app.goo.gl/YoznLkzNMs5cTvMm6)\n\n\ud83c\udf89 No t'ho perdis! Vine i passa una nit divertida i informal amb nosaltres. \ud83c\udf89", + "shortDescription": null, + "group": { + "id": "20691695", + "name": "Python Girona" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27568209", + "name": "Cerveseria Kerunta ", + "address": "C/ Anselm Clav\u00e9, 9,", + "city": "Girona ", + "postalCode": "meetup74", + "lng": 2.823044, + "lat": 41.98527 + }, + "onlineVenue": null, + "dateTime": "2023-05-04T19:00+02:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2023-05-04T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-girona/2023-06-13_Python-Girona-juny'23-Convierte-Jupyter-notebooks-en-c\303\263digo-mantenible-con-Kedro_292052661.json" "b/events/python-girona/2023-06-13_Python-Girona-juny'23-Convierte-Jupyter-notebooks-en-c\303\263digo-mantenible-con-Kedro_292052661.json" new file mode 100644 index 0000000..80fa4ff --- /dev/null +++ "b/events/python-girona/2023-06-13_Python-Girona-juny'23-Convierte-Jupyter-notebooks-en-c\303\263digo-mantenible-con-Kedro_292052661.json" @@ -0,0 +1,28 @@ +{ + "id": "292052661", + "title": "Python Girona juny'23-Convierte Jupyter notebooks en c\u00f3digo mantenible con Kedro", + "eventUrl": "https://www.meetup.com/pythongirona/events/292052661", + "description": "Bones Pythonistes!\n\nEn aquesta sessi\u00f3 tenim un convidat molt especial! [@astrojuanlu](https://github.com/astrojuanlu) ens torna a visitar! \ud83d\ude0d\n\nL'esdeveniment ser\u00e0 el **dimarts 13 de juny a les 19h al Centre Cultural de la Merc\u00e8, Girona.**\n\n\ud83c\udf55 Despr\u00e9s anirem a sopar al centre de Girona.\n\n**Ponent**\nJuan Luis Cano [@astrojuanlu](https://github.com/astrojuanlu) vindr\u00e0 expressament des de Madrid per parlar-nos de Kedro.\n\n\u00c9s soci fundador i ex-president de Python Espa\u00f1a, escriu el noticiari setmanal sobre Python Cient\u00edfic, desenvolupa la biblioteca poliastro per astrodin\u00e0mica interactiva, i col\u00b7labora amb diferents projectes de l'ecosistema PyData. Lidera el grup PyData Madrid i est\u00e0 molt posat en l'escena cient\u00edfic-tecnol\u00f2gica de la pen\u00ednsula.\n\n**Xerrada - Convierte tus notebooks de Jupyter en c\u00f3digo mantenible con Kedro**\n\nLos notebooks de Jupyter son excelentes para exploraci\u00f3n, visualizaci\u00f3n, y en definitiva: la \u201cciencia\u201d en \u201cciencia de datos\u201d. Pero cuando los notebooks empiezan a crecer en complejidad, surgen problemas - y adem\u00e1s, colaborar sobre ellos no es f\u00e1cil. \u00bfNo ser\u00eda genial que existiese una soluci\u00f3n?\nLos notebooks han sido fundamentales para el surgimiento de la ciencia de datos como campo, ya que brindan una interfaz f\u00e1cil de usar, ofrecen un feedback r\u00e1pido, y constituyen tanto un entorno de desarrollo como un formato de intercambio. Sin embargo, tambi\u00e9n se reconoce ampliamente que a menudo plantean problemas de reproducibilidad y mantenibilidad: el 90 % de los notebooks de Jupyter publicados no indican expl\u00edcitamente las dependencias de los paquetes (Wang et al, 2021), y el 96 % de ellos contener errores o estado oculto que impidi\u00f3 obtener los mismos resultados despu\u00e9s de volver a ejecutar (Pimentel et al, 2019).\nSe han propuesto varias herramientas y enfoques para mitigar los problemas de los notebooks para datos de producci\u00f3n. ciencia. En este taller, los autores proponen un flujo de trabajo que consiste en la refactorizaci\u00f3n iterativa de notebooks de Jupyter: mediante la extracci\u00f3n incremental de referencias de datos y l\u00f3gica de negocio en m\u00f3dulos reutilizables de Python, los participantes ser\u00e1n capaces de explotar las capacidades din\u00e1micas de los notebooks manteniendo su complejidad bajo control. Estos m\u00f3dulos de Python har\u00e1n uso de Kedro, un framework Python para crear tuber\u00edas de datos reproducibles, mantenibles y modulares.\n\nEl contenido es el siguiente:\n\u2b25 Introducci\u00f3n \u2b25 \u00bfQu\u00e9 es Kedro? \u2b25 Usando Kedro desde Jupyter \u2b25 Creando tu cat\u00e1logo de datos \u2b25 Convirtiendo tu notebook en una biblioteca Python reutilizable \u2b25 Creando tus primeras tuber\u00edas de Kedro \u2b25 Visualizando tu flujo de datos con Kedro Viz", + "shortDescription": null, + "group": { + "id": "20691695", + "name": "Python Girona" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27292681", + "name": "Centre Cultural de la Merc\u00e8", + "address": "Pujada de la Merc\u00e8, 12", + "city": "Girona", + "postalCode": "17004", + "lng": 2.82519, + "lat": 41.981735 + }, + "onlineVenue": null, + "dateTime": "2023-06-13T19:00+02:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2023-06-13T20:30+02:00" +} \ No newline at end of file diff --git a/events/python-girona/2023-10-21_Festa-OpenSource-Girona-2023---GeeksCAT-+-GDG_296703378.json b/events/python-girona/2023-10-21_Festa-OpenSource-Girona-2023---GeeksCAT-+-GDG_296703378.json new file mode 100644 index 0000000..43f99cf --- /dev/null +++ b/events/python-girona/2023-10-21_Festa-OpenSource-Girona-2023---GeeksCAT-+-GDG_296703378.json @@ -0,0 +1,28 @@ +{ + "id": "296703378", + "title": "Festa OpenSource Girona 2023 - GeeksCAT + GDG", + "eventUrl": "https://www.meetup.com/pythongirona/events/296703378", + "description": "Celebrem la tercera edici\u00f3 de la **Festa de l'OpenSource**!\nM\u00e9s informaci\u00f3 a [http://hacktoberfest.geeks.cat](http://hacktoberfest.geeks.cat/)\n\nRegistre obligatori a [https://www.eventbrite.es/e/entradas-festa-opensource-girona-2023-geekscat-gdg-718595698077](https://www.eventbrite.es/e/entradas-festa-opensource-girona-2023-geekscat-gdg-718595698077)\n\n## Qu\u00e8 farem?\n\nTrobada presencial a Girona on disposarem de sales on s'impartiran diverses xerrades i tallers relacionats amb l'opensource.\nEn paral\u00b7lel, qui vulgui podr\u00e0 dedicar l'estona a contribuir amb l'open source. Hi haur\u00e0 mentors que ajudaran a qui ho necessiti.\n\n## Agenda\n\n**Auditori**\n9:00 Obertura de portes\n9:30 Benvinguda\n10:00 Connectant la teva aplicaci\u00f3 amb la IA\n10:30 El m\u00f3n dels controladors leverless de hardware obert\n11:00 Descans\n11:30 Com extreure ofertes de feina a LinkedIn amb Puppeteer i RxJS\n12:30 Me suenas: c\u00f3mo nos conocimos antes de conocernos\n13:00 Virtualitzaci\u00f3 amb Proxmox / Sonic PI\n14:00 Dinar\n15:30 Presentaci\u00f3 programa de beques Google Summer of Code\n16:00 Detectant problemes de web performance amb DevTools.\n17:00 Models de llenguatge amb IA generativa: visi\u00f3 i experi\u00e8ncia\n18:00 Blazor Poet's Arena - Webapp emprant C# contra OpenAI ChatGPT\n19:00 Cloenda\n19:30 Tancament\n\n**Tallers A**\n10:00 Enginy-era prim\u00e0ria\n11:00 Descans\n11:30 Enginy-era secund\u00e0ria\n\n**Tallers B**\n10:00 Introducci\u00f3 a Kubernetes\n12:30 Introducci\u00f3n a Flutter\n15:30 Dom\u00f2tica amb HomeAssistant\n17:30 Peach Bitcoin. La forma m\u00e9s f\u00e0cil i segura de comen\u00e7ar en Bitcoin.\n\n**Open Room**\nT\ufeffot el dia marat\u00f3 de PRs i networking.\n\n## Quan ho farem?\n\nEl dissabte 21 d'Octubre, a l'espai de la Fundaci\u00f3 \u201dla Caixa\u201d de Girona\nLa jornada comen\u00e7ar\u00e0 a les 9h i acabarem a les 19h.\n\n## Dinar\n\nSi t'animes, anirem plegades a dinar a algun restaurant proper. Ho estem acabant de lligar, per\u00f2 molt probablement us podrem oferir un preu tancat.\nSi tens intenci\u00f3 de venir, marca-ho durant el registre i contactarem amb tu uns dies abans per confirmar el men\u00fa, validar prefer\u00e8ncies, intoler\u00e0ncies i al\u00b7l\u00e8rgies.\n\nM\u00e9s informaci\u00f3 a [https://hacktoberfest.geeks.cat](https://hacktoberfest.geeks.cat)\n\nO\ufeffrganitza Geeks.CAT + GDG Girona", + "shortDescription": null, + "group": { + "id": "20691695", + "name": "Python Girona" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27680463", + "name": "Espai Fundaci\u00f3 \"la Caixa\" Girona", + "address": "Pla\u00e7a Poeta Marquina, 10", + "city": "Girona", + "postalCode": "17002", + "lng": 2.817987, + "lat": 41.980434 + }, + "onlineVenue": null, + "dateTime": "2023-10-21T09:00+02:00", + "duration": "PT10H", + "timezone": "Europe/Madrid", + "endTime": "2023-10-21T19:00+02:00" +} \ No newline at end of file diff --git "a/events/python-girona/2024-02-01_PyBeers-Girona-Febrer'24-\360\237\215\273\360\237\220\215_298754694.json" "b/events/python-girona/2024-02-01_PyBeers-Girona-Febrer'24-\360\237\215\273\360\237\220\215_298754694.json" new file mode 100644 index 0000000..148868c --- /dev/null +++ "b/events/python-girona/2024-02-01_PyBeers-Girona-Febrer'24-\360\237\215\273\360\237\220\215_298754694.json" @@ -0,0 +1,28 @@ +{ + "id": "298754694", + "title": "PyBeers Girona Febrer'24 \ud83c\udf7b\ud83d\udc0d", + "eventUrl": "https://www.meetup.com/pythongirona/events/298754694", + "description": "\ud83c\udf7a\ud83d\udc0d\ud83d\udc65 Vine al Meetup de Python aquest **dijous 1 de febrer a les 19h**! \ud83d\udc65\ud83d\udc0d\ud83c\udf7a\n\n\ud83e\udd1d\ud83c\udffd Uneix-te a la comunitat de Python mentre prenem una cervesa \ud83c\udf7b i compartim les nostres experi\u00e8ncies i projectes! \ud83d\udcbb\ud83c\udf1f\n\n\ud83d\udc49\ud83c\udffd Tant si ets una persona experta en Python com si acabes de comen\u00e7ar, tothom \u00e9s benvingut per aprendre, compartir i passar una bona estona! \ud83e\udd13\ud83d\udcac\n\n\ud83d\udccd[El Sindicat de la Pinta](https://maps.app.goo.gl/e2T55Vyab3qnV6dp6) Carrer de la Barca, 21, 17004 Girona (Si per aforament i n\u00famero de gent apuntada fos necessari canviarem de lloc)\n\n\ud83c\udf89 No t'ho perdis! Vine i passa una nit divertida i informal amb nosaltres. \ud83c\udf89\n\n\u26a1 **Recorda!** \u26a1\nTenim un canal de [Telegram](https://t.me/pygrn) \ud83d\udcf2 obert per a tothom! \ud83c\udf1f\ud83d\udc6b\ud83c\udf10", + "shortDescription": null, + "group": { + "id": "20691695", + "name": "Python Girona" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27741135", + "name": "El Sindicat", + "address": "Carrer de la Barca, 21", + "city": "Girona", + "postalCode": "17004", + "lng": 2.824538, + "lat": 41.988934 + }, + "onlineVenue": null, + "dateTime": "2024-02-01T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-02-01T21:00+01:00" +} \ No newline at end of file diff --git "a/events/python-girona/2024-03-14_Python-Girona-Mar\303\247'24:-GraphQL-i-maduixes-\360\237\220\215\360\237\215\223_299136028.json" "b/events/python-girona/2024-03-14_Python-Girona-Mar\303\247'24:-GraphQL-i-maduixes-\360\237\220\215\360\237\215\223_299136028.json" new file mode 100644 index 0000000..6e9f31e --- /dev/null +++ "b/events/python-girona/2024-03-14_Python-Girona-Mar\303\247'24:-GraphQL-i-maduixes-\360\237\220\215\360\237\215\223_299136028.json" @@ -0,0 +1,28 @@ +{ + "id": "299136028", + "title": "Python Girona Mar\u00e7'24: GraphQL i maduixes \ud83d\udc0d\ud83c\udf53", + "eventUrl": "https://www.meetup.com/pythongirona/events/299136028", + "description": "\ud83d\uddd3\ufe0f **Data**: 14 de mar\u00e7\n\ud83d\udd56 **Hora**: 19:00h\n\ud83d\udccd **Lloc**: Centre Cultural de la Merc\u00e8, Girona\n\nAquest mar\u00e7 ens submergirem en el m\u00f3n de **GraphQL**: una alternativa poderosa a les APIs REST tradicionals. \ud83d\ude80\n\n**Qu\u00e8 aprendrem?**\n\n* **Qu\u00e8 \u00e9s GraphQL**? Descobrirem els fonaments de GraphQL, explorant la seva estructura, funcionament i com es compara amb les APIs REST.\n* **Avantatges i Desavantatges**: Analitzarem en detall els punts forts i els desafiaments de l'\u00fas de GraphQL versus API REST, proporcionant-te una visi\u00f3 clara per prendre decisions informades.\n* **Entrem en mat\u00e8ria**: Aprendrem a crear el nostre propi servidor amb GraphQL fent \u00fas de la llibreria \ud83c\udf53 Strawberry.\n\n**Lightning Talks:** \u26a1 Tindrem una sessi\u00f3 de Lightning Talks on qualsevol persona podr\u00e0 compartir breument (5 minuts) una idea, projecte, consell o qualsevol tema que cregui interessant.\n\n\ud83c\udf7d\ufe0f\ud83d\udc68\u200d\ud83d\udcbb **Sopar i Networking:** I no acaba aqu\u00ed! Despr\u00e9s de la xerrada, **ens quedarem a sopar** a un lloc proper per continuar parlant.\n\nAquest esdeveniment \u00e9s perfecte tant per a persones expertes com per a principiants en el m\u00f3n de Python. T'esperem per compartir i aprendre en aquesta trobada tecnol\u00f2gica. No t'ho perdis! \ud83d\udcbb\u2764\ufe0f\n\n\u26a1 **Recorda!** \u26a1\nTenim un canal de [Telegram](https://t.me/pygrn) \ud83d\udcf2 obert per a tothom! \ud83c\udf1f\ud83d\udc6b\ud83c\udf10", + "shortDescription": null, + "group": { + "id": "20691695", + "name": "Python Girona" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27292681", + "name": "Centre Cultural de la Merc\u00e8", + "address": "Pujada de la Merc\u00e8, 12", + "city": "Girona", + "postalCode": "17004", + "lng": 2.82519, + "lat": 41.981735 + }, + "onlineVenue": null, + "dateTime": "2024-03-14T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-03-14T21:00+01:00" +} \ No newline at end of file diff --git "a/events/python-girona/2024-09-19_\360\237\220\215-Python-Girona-Setembre'24:-Machine-Learning-com-a-servei-\360\237\232\200_303387625.json" "b/events/python-girona/2024-09-19_\360\237\220\215-Python-Girona-Setembre'24:-Machine-Learning-com-a-servei-\360\237\232\200_303387625.json" new file mode 100644 index 0000000..aa118a9 --- /dev/null +++ "b/events/python-girona/2024-09-19_\360\237\220\215-Python-Girona-Setembre'24:-Machine-Learning-com-a-servei-\360\237\232\200_303387625.json" @@ -0,0 +1,28 @@ +{ + "id": "303387625", + "title": "\ud83d\udc0d Python Girona Setembre'24: Machine Learning com a servei \ud83d\ude80", + "eventUrl": "https://www.meetup.com/pythongirona/events/303387625", + "description": "\ud83d\uddd3\ufe0f **Data**: 19 setembre\n\ud83d\udd56 **Hora**: 19:00h\n\ud83d\udccd **Lloc**: El Modern. Centre Audiovisual i Digital\n\nAquest setembre, endinsa't en el fascinant m\u00f3n de l'Aprenentatge Autom\u00e0tic (Machine Learning) amb [Merc\u00e8 Mart\u00edn](https://www.linkedin.com/in/merce-martin-it-ml-bigml/). Volem explorar com aquesta tecnologia pot ajudar-nos a prendre decisions intel\u00b7ligents a partir de dades.\n\n**Qu\u00e8 aprendrem?**\n\n* **Introducci\u00f3 a l'Aprenentatge Autom\u00e0tic:** Conceptes b\u00e0sics i la seva aplicaci\u00f3 pr\u00e0ctica.\n* **Creaci\u00f3 d'un model amb BigML:** Passarem de la teoria a la pr\u00e0ctica utilitzant BigML, una plataforma potent i accessible per a l'aprenentatge autom\u00e0tic al n\u00favol. No et preocupis, no cal experi\u00e8ncia pr\u00e8via! ([https://bigml.com](https://bigml.com/))\n* **Fiabilitat dels Models:** Descobrirem com evaluar la fiabilitat dels models que generem.\n* **Discussi\u00f3 sobre Python i Machine Learning:** Si tens coneixements previs de Python, parlarem sobre com interactuar amb els models creats i utilitzar-los per a fer prediccions.\n\n**Nivell de la Xerrada:** Iniciaci\u00f3. Aquesta sessi\u00f3 est\u00e0 pensada per a persones que s'inicien en el Machine Learning, amb o sense coneixements de programaci\u00f3.\n\n**Lightning Talks:** \u26a1 Tindrem una sessi\u00f3 de Lightning Talks on qualsevol persona podr\u00e0 compartir breument (5 minuts) una idea, projecte, consell o qualsevol tema que cregui interessant.\n\n\ud83c\udf7d\ufe0f\ud83d\udc68\u200d\ud83d\udcbb **Sopar i Networking:** I no acaba aqu\u00ed! Despr\u00e9s de la xerrada, **ens quedarem a sopar** a un lloc proper per continuar parlant.\n\nAquest esdeveniment \u00e9s perfecte tant per a persones expertes com per a principiants en el m\u00f3n de Python. T'esperem per compartir i aprendre en aquesta trobada tecnol\u00f2gica. No t'ho perdis! \ud83d\udcbb\u2764\ufe0f\n\n\u26a1 **Recorda!** \u26a1\nTenim un canal de [Telegram](https://t.me/pygrn) \ud83d\udcf2 obert per a tothom! \ud83c\udf1f\ud83d\udc6b\ud83c\udf10\n\nAmb la col\u00b7laboraci\u00f3 de [GeeksCAT](https://geekscat.org/) i el finan\u00e7ament de l'Ajuntament de Girona.", + "shortDescription": null, + "group": { + "id": "20691695", + "name": "Python Girona" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27886268", + "name": "El Modern. Centre Audiovisual i Digital", + "address": "Carrer Nou del Teatre, 16", + "city": "Girona", + "postalCode": "meetup74", + "lng": 2.825583, + "lat": 41.98249 + }, + "onlineVenue": null, + "dateTime": "2024-09-19T19:00+02:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2024-09-19T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-girona/2024-11-28_\360\237\220\215-Python-Girona-Novembre'24:-Lightning-Talks,-Open-Space-i-Networking_304646827.json" "b/events/python-girona/2024-11-28_\360\237\220\215-Python-Girona-Novembre'24:-Lightning-Talks,-Open-Space-i-Networking_304646827.json" new file mode 100644 index 0000000..24d7081 --- /dev/null +++ "b/events/python-girona/2024-11-28_\360\237\220\215-Python-Girona-Novembre'24:-Lightning-Talks,-Open-Space-i-Networking_304646827.json" @@ -0,0 +1,28 @@ +{ + "id": "304646827", + "title": "\ud83d\udc0d Python Girona Novembre'24: Lightning Talks, Open Space i Networking", + "eventUrl": "https://www.meetup.com/pythongirona/events/304646827", + "description": "\ud83d\uddd3\ufe0f **Data**: Dijous, 28 de novembre\n\ud83d\udd56 **Hora**: 19:00h\n\ud83d\udccd **Lloc**: El Modern. Centre Audiovisual i Digital\n\nAquest meetup arriba amb un format \u00fanic i din\u00e0mic! \ud83c\udf89\n\n\ud83c\udf1f **Qu\u00e8 farem?**\n\n\u27a1\ufe0f **Lightning Talks**: Presentacions curtes i intenses, ideals per compartir idees, projectes o eines interessants. Apunta\u2019t el mateix dia o fes-nos-ho saber pel canal de Telegram \ud83d\udc49 [https://t.me/pygrn](https://t.me/pygrn)\n\n\u27a1\ufe0f **Open Space**: Un espai per parlar sobre el que m\u00e9s us motiva o explorar temes nous de manera col\u00b7laborativa.\n\n\u27a1\ufe0f **Networking**: Connecta amb altres apassionats de Python mentre gaudeixes d\u2019un ambient relaxat amb beguda i alguna cosa per picar.\n\n\ud83e\udd1d **No t\u2019ho perdis! Veniu a aprendre, inspirar-vos i fer comunitat.**\n\n\ud83d\udc49 Reserva la teva pla\u00e7a a Meetup\n\n\u26a1 **Recorda!** \u26a1\nTenim un canal de [Telegram](https://t.me/pygrn) \ud83d\udcf2 obert per a tothom! \ud83c\udf1f\ud83d\udc6b\ud83c\udf10\n\nAmb la col\u00b7laboraci\u00f3 de [GeeksCAT](https://geekscat.org/) i el finan\u00e7ament de l'Ajuntament de Girona.", + "shortDescription": null, + "group": { + "id": "20691695", + "name": "Python Girona" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27886268", + "name": "El Modern. Centre Audiovisual i Digital", + "address": "Carrer Nou del Teatre, 16", + "city": "Girona", + "postalCode": "meetup74", + "lng": 2.825583, + "lat": 41.98249 + }, + "onlineVenue": null, + "dateTime": "2024-11-28T19:00+01:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2024-11-28T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-girona/2025-04-07_\360\237\220\215-Python-Girona-Abril'25:-django-lifecycle-\342\200\223-m\303\251s-enll\303\240-dels-signals-\360\237\224\201_306921349.json" "b/events/python-girona/2025-04-07_\360\237\220\215-Python-Girona-Abril'25:-django-lifecycle-\342\200\223-m\303\251s-enll\303\240-dels-signals-\360\237\224\201_306921349.json" new file mode 100644 index 0000000..0012d13 --- /dev/null +++ "b/events/python-girona/2025-04-07_\360\237\220\215-Python-Girona-Abril'25:-django-lifecycle-\342\200\223-m\303\251s-enll\303\240-dels-signals-\360\237\224\201_306921349.json" @@ -0,0 +1,28 @@ +{ + "id": "306921349", + "title": "\ud83d\udc0d Python Girona Abril'25: django-lifecycle \u2013 m\u00e9s enll\u00e0 dels signals \ud83d\udd01", + "eventUrl": "https://www.meetup.com/pythongirona/events/306921349", + "description": "\ud83d\uddd3\ufe0f **Data:** 7 d\u2019abril (dilluns)\n\ud83d\udd56 **Hora:** 19:00h \u2013 20:30h\n\ud83d\udccd **Lloc:** El Modern. Centre Audiovisual i Digital \u2013 Girona\n\nAquest abril tenim un convidat molt especial: **Enrique Soria**, mantenidor de l\u2019eina open source [django-lifecycle](https://rsinger86.github.io/django-lifecycle/). Una oportunitat genial per aprofundir en el m\u00f3n de Django i descobrir com gestionar els canvis d\u2019estat dels models de manera neta, eficient i pythonica \ud83d\udc0d\u2728\n\n\ud83d\udd0d **Qu\u00e8 aprendrem?**\n\u2705 Introducci\u00f3 a `django-lifecycle`\n\u2705 Com funciona i quins problemes resol\n\u2705 Casos d\u2019\u00fas reals en projectes Django\n\u2705 Preguntes obertes i debat amb la comunitat\n\n\ud83d\udce3 Nivell de la xerrada: Apte per a tothom amb inter\u00e8s en Django, tant si ja el fas servir com si el vols descobrir!\n\n\u26a1 **Lightning Talks:**\nCom sempre, obrirem l\u2019espai perqu\u00e8 qualsevol assistent pugui compartir un projecte, idea o recurs en menys de 5 minuts!\n\n\ud83c\udf55 **Sopar i Networking:**\nDespr\u00e9s de la sessi\u00f3, anirem a sopar per seguir compartint idees i fer comunitat.\n\nTant si ets expert com si est\u00e0s comen\u00e7ant amb Python o Django, aquest meetup \u00e9s per tu!\n\n**Vine, apr\u00e8n i connecta!** \ud83d\ude80\ud83d\udcac\n\n\ud83d\udcf2 Uneix-te al nostre Telegram: [t.me/pygrn](https://t.me/pygrn)\n\nAmb la col\u00b7laboraci\u00f3 de **GeeksCAT** i el suport de l\u2019**Ajuntament de Girona**.", + "shortDescription": null, + "group": { + "id": "20691695", + "name": "Python Girona" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27886268", + "name": "El Modern. Centre Audiovisual i Digital", + "address": "Carrer Nou del Teatre, 16", + "city": "Girona", + "postalCode": "meetup74", + "lng": 2.825583, + "lat": 41.98249 + }, + "onlineVenue": null, + "dateTime": "2025-04-07T19:00+02:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2025-04-07T20:30+02:00" +} \ No newline at end of file diff --git a/events/python-malaga/2023-06-09_Entorno-de-desarrollo-Python-con-docker-y-vscode_293515060.json b/events/python-malaga/2023-06-09_Entorno-de-desarrollo-Python-con-docker-y-vscode_293515060.json new file mode 100644 index 0000000..651669c --- /dev/null +++ b/events/python-malaga/2023-06-09_Entorno-de-desarrollo-Python-con-docker-y-vscode_293515060.json @@ -0,0 +1,28 @@ +{ + "id": "293515060", + "title": "Entorno de desarrollo Python con docker y vscode", + "eventUrl": "https://www.meetup.com/python_malaga/events/293515060", + "description": "En esta charla, veremos como tener nuestro entorno de desarrollo python en VScode usando Docker, veremos como crear una aplicaci\u00f3n desde cero y como probarla y depurar todos los puntos dentro del contenedor\n\nEsta charla tendr\u00e1 lugar dentro del evento opensouthcode de m\u00e1laga\nhttps://www.opensouthcode.org/conferences/opensouthcode2023", + "shortDescription": null, + "group": { + "id": "33344430", + "name": "Python M\u00e1laga" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26178960", + "name": "La T\u00e9rmica", + "address": "Av. de los Guindos, 48", + "city": "M\u00e1laga", + "postalCode": "29004", + "lng": -4.445437, + "lat": 36.68937 + }, + "onlineVenue": null, + "dateTime": "2023-06-09T16:30+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-09T17:30+02:00" +} \ No newline at end of file diff --git "a/events/python-malaga/2023-06-09_Introducci\303\263n-a-Celery-,colas-y-tareas-as\303\255ncronas_293515328.json" "b/events/python-malaga/2023-06-09_Introducci\303\263n-a-Celery-,colas-y-tareas-as\303\255ncronas_293515328.json" new file mode 100644 index 0000000..8f20728 --- /dev/null +++ "b/events/python-malaga/2023-06-09_Introducci\303\263n-a-Celery-,colas-y-tareas-as\303\255ncronas_293515328.json" @@ -0,0 +1,28 @@ +{ + "id": "293515328", + "title": "Introducci\u00f3n a Celery ,colas y tareas as\u00edncronas", + "eventUrl": "https://www.meetup.com/python_malaga/events/293515328", + "description": "En esta charla veremos como empezar a trabajar con celery para que podamos gestionar tareas as\u00edncronas y colas con cargas de trabajo grandes de una manera f\u00e1cil y simple\n\nEsta charla tendr\u00e1 lugar dentro del evento opensouthcode de m\u00e1laga\nhttps://www.opensouthcode.org/conferences/opensouthcode2023", + "shortDescription": null, + "group": { + "id": "33344430", + "name": "Python M\u00e1laga" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26178960", + "name": "La T\u00e9rmica", + "address": "Av. de los Guindos, 48", + "city": "M\u00e1laga", + "postalCode": "29004", + "lng": -4.445437, + "lat": 36.68937 + }, + "onlineVenue": null, + "dateTime": "2023-06-09T18:15+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-09T19:15+02:00" +} \ No newline at end of file diff --git a/events/python-malaga/2023-06-09_Microservices-with-Serverless-resources-in-AWS,-a-practical-approach_293515307.json b/events/python-malaga/2023-06-09_Microservices-with-Serverless-resources-in-AWS,-a-practical-approach_293515307.json new file mode 100644 index 0000000..b344632 --- /dev/null +++ b/events/python-malaga/2023-06-09_Microservices-with-Serverless-resources-in-AWS,-a-practical-approach_293515307.json @@ -0,0 +1,28 @@ +{ + "id": "293515307", + "title": "Microservices with Serverless resources in AWS, a practical approach", + "eventUrl": "https://www.meetup.com/python_malaga/events/293515307", + "description": "Join the speaker as he shares his journey of creating microservice architectures in AWS, from scratch! Learn how he built AWS Monitron, a new service that leverages API Gateway and AWS Lambda functions to deliver scalable and reliable solutions for AWS customers. Discover how to use Clouformation to define your infrastructure, and how to deploy your code seamlessly through a CI/CD pipeline in AWS. Plus, get tips on how to debug your Lambda code locally using Docker. Don't miss this opportunity to gain practical insights and skills on microservice architectures in AWS!\n\n\\-\\-\\-\\-\\-\n\u00danete al ponente mientras comparte su viaje de creaci\u00f3n de arquitecturas de microservicios en AWS, \u00a1desde cero! Descubre c\u00f3mo crea AWS Monitron, un nuevo servicio que aprovecha las funciones API Gateway y AWS Lambda para ofrecer soluciones escalables y confiables para los clientes de AWS. Descubre c\u00f3mo usar Clouformation para definir su infraestructura y c\u00f3mo implementar su c\u00f3digo sin problemas a trav\u00e9s de un pipeline de CI/CD en AWS. Adem\u00e1s, aprende sobre c\u00f3mo depurar tu c\u00f3digo Lambda localmente con Docker. \u00a1No te pierdas esta oportunidad de obtener conocimientos pr\u00e1cticos y habilidades sobre arquitecturas de microservicios en AWS!\n\nEsta charla tendr\u00e1 lugar dentro del evento opensouthcode de m\u00e1laga\nhttps://www.opensouthcode.org/conferences/opensouthcode2023", + "shortDescription": null, + "group": { + "id": "33344430", + "name": "Python M\u00e1laga" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26178960", + "name": "La T\u00e9rmica", + "address": "Av. de los Guindos, 48", + "city": "M\u00e1laga", + "postalCode": "29004", + "lng": -4.445437, + "lat": 36.68937 + }, + "onlineVenue": null, + "dateTime": "2023-06-09T17:30+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-09T18:30+02:00" +} \ No newline at end of file diff --git "a/events/python-malaga/2023-06-09_\302\241Adi\303\263s-pip!-Abrazando-Poetry-como-nuevo-gestor-de-paquetes-en-Python_293515379.json" "b/events/python-malaga/2023-06-09_\302\241Adi\303\263s-pip!-Abrazando-Poetry-como-nuevo-gestor-de-paquetes-en-Python_293515379.json" new file mode 100644 index 0000000..70bdfa4 --- /dev/null +++ "b/events/python-malaga/2023-06-09_\302\241Adi\303\263s-pip!-Abrazando-Poetry-como-nuevo-gestor-de-paquetes-en-Python_293515379.json" @@ -0,0 +1,28 @@ +{ + "id": "293515379", + "title": "\u00a1Adi\u00f3s pip! Abrazando Poetry como nuevo gestor de paquetes en Python", + "eventUrl": "https://www.meetup.com/python_malaga/events/293515379", + "description": "*La aparici\u00f3n de Poetry ha supuesto un antes y un despu\u00e9s en la gesti\u00f3n de dependencias en Python. \u00bfQu\u00e9 pensar\u00edas si te digo, que existe una herramienta que nos permite manejar todo el flujo, desde crear el entorno virtual, hasta los tests de nuestra aplicaci\u00f3n, sin salir de la terminal?*\n\nEsta charla tendr\u00e1 lugar dentro del evento opensouthcode de m\u00e1laga\nhttps://www.opensouthcode.org/conferences/opensouthcode2023", + "shortDescription": null, + "group": { + "id": "33344430", + "name": "Python M\u00e1laga" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26178960", + "name": "La T\u00e9rmica", + "address": "Av. de los Guindos, 48", + "city": "M\u00e1laga", + "postalCode": "29004", + "lng": -4.445437, + "lat": 36.68937 + }, + "onlineVenue": null, + "dateTime": "2023-06-09T15:30+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-09T16:30+02:00" +} \ No newline at end of file diff --git "a/events/python-malaga/2023-11-16_\302\277Qu\303\251-hay-de-nuevo-en-Python-3.12?_297014458.json" "b/events/python-malaga/2023-11-16_\302\277Qu\303\251-hay-de-nuevo-en-Python-3.12?_297014458.json" new file mode 100644 index 0000000..bb24341 --- /dev/null +++ "b/events/python-malaga/2023-11-16_\302\277Qu\303\251-hay-de-nuevo-en-Python-3.12?_297014458.json" @@ -0,0 +1,28 @@ +{ + "id": "297014458", + "title": "\u00bfQu\u00e9 hay de nuevo en Python 3.12?", + "eventUrl": "https://www.meetup.com/python_malaga/events/297014458", + "description": "La \u00faltima versi\u00f3n de Python 3.12 no s\u00f3lo trae m\u00e1s velocidad. Tambi\u00e9n est\u00e1 cargadita de novedades: mejoras en los f-strings, ayudas en los mensajes de error, el decorador override, nuevas formas de tipado... Adem\u00e1s de m\u00f3dulos que se eliminan (como el conocido distutils) y otros que reciben novedades (tales como asyncio o pathlib). Comentamos qu\u00e9 trae de nuevo esta versi\u00f3n para todo el mundo y los m\u00e1s veteranos, para que no tengas que mirarlo por tu cuenta. \u00a1No te quedes atr\u00e1s en lo m\u00e1s nuevo de Python, en esta charla llena de ejemplos de c\u00f3digo y mucho humor!", + "shortDescription": null, + "group": { + "id": "33344430", + "name": "Python M\u00e1laga" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26151065", + "name": "Codespace Academy", + "address": "C. Compositor Lehmberg Ruiz, 13", + "city": "M\u00e1laga", + "postalCode": "29007", + "lng": -4.433818, + "lat": 36.71779 + }, + "onlineVenue": null, + "dateTime": "2023-11-16T19:00+01:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2023-11-16T20:30+01:00" +} \ No newline at end of file diff --git a/events/python-malaga/2024-03-14_Jupyter:-de-cero-a-aventurero_299619926.json b/events/python-malaga/2024-03-14_Jupyter:-de-cero-a-aventurero_299619926.json new file mode 100644 index 0000000..b2b65a2 --- /dev/null +++ b/events/python-malaga/2024-03-14_Jupyter:-de-cero-a-aventurero_299619926.json @@ -0,0 +1,28 @@ +{ + "id": "299619926", + "title": "Jupyter: de cero a aventurero", + "eventUrl": "https://www.meetup.com/python_malaga/events/299619926", + "description": "Una introducci\u00f3n a Jupyter y su ecosistema. Con esta charla acabar\u00e1s conociendo algunas de las formas de instalar y gestionar Jupyter y sus variantes, veremos c\u00f3mo usarlo no solo para data science e incluso discutiremos algunas extensiones.\n\nEl p\u00fablico objetivo son personas que han tenido poca o ninguna exposici\u00f3n a Jupyter pero que creen que podr\u00eda ayudarle en alg\u00fan proyecto, en su d\u00eda a d\u00eda o simplemente tiene curiosidad.", + "shortDescription": null, + "group": { + "id": "33344430", + "name": "Python M\u00e1laga" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26151065", + "name": "Codespace Academy", + "address": "C. Compositor Lehmberg Ruiz, 13", + "city": "M\u00e1laga", + "postalCode": "29007", + "lng": -4.433818, + "lat": 36.71779 + }, + "onlineVenue": null, + "dateTime": "2024-03-14T19:00+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2024-03-14T20:00+01:00" +} \ No newline at end of file diff --git a/events/python-malaga/2024-05-23_Ethereum-para-Pythonistas_300721002.json b/events/python-malaga/2024-05-23_Ethereum-para-Pythonistas_300721002.json new file mode 100644 index 0000000..a15c77a --- /dev/null +++ b/events/python-malaga/2024-05-23_Ethereum-para-Pythonistas_300721002.json @@ -0,0 +1,28 @@ +{ + "id": "300721002", + "title": "Ethereum para Pythonistas", + "eventUrl": "https://www.meetup.com/python_malaga/events/300721002", + "description": "18:00-18:30 Introducci\u00f3n, resumen de los pr\u00f3ximos eventos de Python M\u00e1laga y de otras comunidades de nuestra viudad\n18:30-19:30 Ethereum para Pythonistas\n19:30-20:00 Ronda de preguntas y cierre del evento\n\nEn esta charla hablaremos sobre Ethereum, una plataforma blockchain para el desarrollo de aplicaciones descentralizadas y \"trustless\" (es decir, aplicaciones en las que los usuarios no tenemos que confiar en la disponibilidad de un servidor, y aun m\u00e1s importante, en su honestidad, ya que la computaci\u00f3n es distribuida), pero enfoc\u00e1ndonos en qu\u00e9 recursos tenemos como Pythonistas.", + "shortDescription": null, + "group": { + "id": "33344430", + "name": "Python M\u00e1laga" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26151065", + "name": "Codespace Academy", + "address": "C. Compositor Lehmberg Ruiz, 13", + "city": "M\u00e1laga", + "postalCode": "29007", + "lng": -4.433818, + "lat": 36.71779 + }, + "onlineVenue": null, + "dateTime": "2024-05-23T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-05-23T20:00+02:00" +} \ No newline at end of file diff --git a/events/python-malaga/2025-01-29_KAI-U:-Adoptando-la-IA-para-el-mercado-audiovisual-de-anime-de-streaming_305733670.json b/events/python-malaga/2025-01-29_KAI-U:-Adoptando-la-IA-para-el-mercado-audiovisual-de-anime-de-streaming_305733670.json new file mode 100644 index 0000000..9fdddbb --- /dev/null +++ b/events/python-malaga/2025-01-29_KAI-U:-Adoptando-la-IA-para-el-mercado-audiovisual-de-anime-de-streaming_305733670.json @@ -0,0 +1,30 @@ +{ + "id": "305733670", + "title": "KAI-U: Adoptando la IA para el mercado audiovisual de anime de streaming", + "eventUrl": "https://www.meetup.com/python_malaga/events/305733670", + "description": "*(English description below)*\n\n\ud83c\uddef\ud83c\uddf5 \u00bfTe gusta ver anime?\n\ud83c\udfa5 \u00bfAlguna vez has querido probar a verlo?\n\ud83c\udd95 Tal vez conozcas tanto sobre el mundillo, que quieras experimentar algo nuevo.\n\nKAI-U ofrece un sistema de recomendaci\u00f3n para consumidores, alineado con un modelo predictivo para **plataformas de streaming** que permite obtener m\u00e9tricas sobre lo que los fans suelen consumir.\n\n\u00danete al futuro del anime a trav\u00e9s de la revoluci\u00f3n en \ud83e\udd16 **Inteligencia Artificial**.\n\nEn esta sesi\u00f3n comprenderemos la complejidad del anime, con una industria billonaria apoyada por la pasi\u00f3n de millones de personas, mientras aprendemos a aplicar el **Procesamiento del Lenguaje Natural** y el \ud83e\uddbe **Aprendizaje Autom\u00e1tico**.\n\nEste proyecto ser\u00e1 presentado por *Nicol\u00e1s Trujillo* y *JC Avecilla*, ambos aplicando su experiencia para crear un **sistema de recomendaci\u00f3n** y **un modelo predictivo** para este caso de uso espec\u00edfico.\n\nLa sesi\u00f3n ser\u00e1 en \ud83c\uddea\ud83c\uddf8 espa\u00f1ol, con la **presentaci\u00f3n del producto**, seguida de una **sesi\u00f3n de preguntas y respuestas** donde los asistentes podr\u00e1n interactuar con nuestros ponentes.\n\nTras el evento, de \ud83d\udd52 **una hora de duraci\u00f3n**, los asistentes podr\u00e1n disfrutar de un \ud83c\udfc6 **trivial con premio**, y un \ud83c\udf7a **evento de networking** para que los asistentes puedan discutir sobre la charla.\n\n**Horario del evento:**\n\ud83d\udeaa 18:15 \u2014 Apertura de puertas\n\ud83d\udde3\ufe0f 18:30 \u2014 Comienzo de la charla\n\ud83c\udfc6 19:30 \u2014 Trivial con premio\n\ud83c\udf7a 19:40 \u2014 Evento de networking\n\n\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\n\n\ud83c\uddef\ud83c\uddf5 Do you enjoy watching anime?\n\ud83c\udfa5 Ever wanted to give a try?\n\ud83c\udd95 Maybe you know so much about it, that you want to experience something new!\n\nKAI-U offers a recommendation system for consumers, aligned with a predictive model for **streaming platforms** allowing for metrics on what fans usually consume.\n\nJoin the future of Anime through the \ud83e\udd16 **Artificial Intelligence** revolution.\n\nOn this engaging session, we will understand the complexity of anime, with an millonaire industry supported passionate individuals, while learning how to apply **Natural Language Processing** and **Machine Learning**.\n\nThis project will be presented by Nicol\u00e1s Trujillo and JC Avecilla, both applying their expertise to create a **recomendation system** and a **predictive model** for this specific use case.\n\nThe session will be in \ud83c\uddea\ud83c\uddf8 Spanish, **featuring the presentation about the product** followed by **Q&A session** where attendees can engage with our speakers.\n\nFollowing the **one-hour event**, attendees will enjoy a \ud83c\udfc6 **trivia game with a prize**, and a \ud83c\udf7a **networking event**.\n\n**Schedule:**\n\ud83d\udeaa 18:15 \u2014 Opening hours\n\ud83d\udde3\ufe0f 18:30 \u2014 The talk begins\n\ud83c\udfc6 19:30 \u2014 Trivia with prize\n\ud83c\udf7a 19:40 \u2014 Networking event", + "shortDescription": null, + "group": { + "id": "33344430", + "name": "Python M\u00e1laga" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "HYBRID", + "venue": { + "id": "27960500", + "name": "Plytix", + "address": "Alameda Principal, 24, planta 3, Distrito Centro, 29005 M\u00e1laga", + "city": "M\u00e1laga", + "postalCode": "meetup6", + "lng": -4.423956, + "lat": 36.717697 + }, + "onlineVenue": { + "url": null + }, + "dateTime": "2025-01-29T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-01-29T20:30+01:00" +} \ No newline at end of file diff --git a/events/python-malaga/2025-01-29_KAI-U:-Adoptando-la-IA-para-el-mercado-audiovisual-de-anime-de-streaming_305733817.json b/events/python-malaga/2025-01-29_KAI-U:-Adoptando-la-IA-para-el-mercado-audiovisual-de-anime-de-streaming_305733817.json new file mode 100644 index 0000000..4d9ff29 --- /dev/null +++ b/events/python-malaga/2025-01-29_KAI-U:-Adoptando-la-IA-para-el-mercado-audiovisual-de-anime-de-streaming_305733817.json @@ -0,0 +1,30 @@ +{ + "id": "305733817", + "title": "KAI-U: Adoptando la IA para el mercado audiovisual de anime de streaming", + "eventUrl": "https://www.meetup.com/python_malaga/events/305733817", + "description": "*(English description below)*\n\n**Si no puedes venir, \u00a1acude desde el streaming!**\n\ud83d\udcf9 https://sites.google.com/plytix.com/plytixtechtalks\n\n\ud83c\uddef\ud83c\uddf5 \u00bfTe gusta ver anime?\n\ud83d\udcfa \u00bfAlguna vez has querido probar a verlo?\n\ud83c\udd95 Tal vez conozcas tanto sobre el mundillo, que quieras experimentar algo nuevo.\n\nKAI-U ofrece un **sistema de recomendaci\u00f3n** para consumidores, alineado con un modelo predictivo para **plataformas de streaming** que permite obtener m\u00e9tricas sobre lo que los fans suelen consumir.\n\n\u00danete al futuro del anime a trav\u00e9s de la revoluci\u00f3n en \ud83e\udd16 **Inteligencia Artificial**.\n\nEn esta sesi\u00f3n comprenderemos la complejidad del anime, con una industria billonaria apoyada por la pasi\u00f3n de millones de personas, mientras aprendemos a aplicar el \ud83d\udde3\ufe0f **Procesamiento del Lenguaje Natural** y el \ud83e\uddbe **Aprendizaje Autom\u00e1tico**.\n\nEste proyecto ser\u00e1 presentado por *Nicol\u00e1s Trujillo* y *JC Avecilla*, ambos aplicando su experiencia para crear un **sistema de recomendaci\u00f3n** y un **modelo predictivo** para este caso de uso espec\u00edfico.\n\nLa sesi\u00f3n ser\u00e1 en \ud83c\uddea\ud83c\uddf8 espa\u00f1ol, con la **presentaci\u00f3n del producto**, seguida de una **sesi\u00f3n de preguntas y respuestas** donde los asistentes podr\u00e1n interactuar con nuestros ponentes.\n\nTras el evento, de \ud83d\udd52 una **hora de duraci\u00f3n**, los asistentes podr\u00e1n disfrutar de un \ud83c\udfc6 **trivial con premio**, y un \ud83c\udf7a **evento de networking** para que los asistentes puedan discutir acerca de la charla.\n\n**Horario del evento:**\n\n\ud83d\udeaa18:15 \u2014 Apertura de puertas\n\ud83d\udde3\ufe0f 18:30 \u2014 Empieza la charla\n\ud83c\udfc6 19:30 \u2014 Trivial con premio\n\ud83c\udf7a 19:40 \u2014 Evento de networking con \ud83c\udf55 pyzzas\n\n\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\n\n**Streaming available:**\n\ud83d\udcf9 https://sites.google.com/plytix.com/plytixtechtalks\n\n\ud83c\uddef\ud83c\uddf5 Do you enjoy watching anime?\n\ud83d\udcfa Ever wanted to give a try?\n\ud83c\udd95 Maybe you know so much about it, that you want to experience something new!\n\nKAI-U offers a **recommendation system** for consumers, aligned with a **predictive model** for streaming platforms allowing for metrics on what fans usually consume.\n\nJoin the future of Anime through the \ud83e\udd16 **Artificial Intelligence** revolution.\n\nOn this engaging session, we will understand the complexity of anime, with an millonaire industry supported passionate individuals, while learning how to apply \ud83d\udde3\ufe0f **Natural Language Processing** and \ud83e\uddbe **Machine Learning**.\n\nThis project will be presented by *Nicol\u00e1s Trujillo* and *JC Avecilla*, both applying their expertise to create a **recomendation system** and a **predictive model** for this specific use case.\n\nThe session will be in \ud83c\uddea\ud83c\uddf8 Spanish, featuring **the presentation about the product** followed by **Q&A session** where attendees can engage with our speakers.\n\nFollowing the \ud83d\udd52 **one-hour event**, attendees will enjoy a \ud83c\udfc6 **trivia game with a prize**, and a \ud83c\udf7a **networking event** for attendees to discuss the talk.\n\n**Schedule:**\n\n\ud83d\udeaa18:15 \u2014 Opening doors\n\ud83d\udde3\ufe0f 18:30 \u2014 the talk begins\n\ud83c\udfc6 19:30 \u2014 Trivia with prize\n\ud83c\udf7a 19:40 \u2014 Networking event with \ud83c\udf55py-zzas", + "shortDescription": null, + "group": { + "id": "33344430", + "name": "Python M\u00e1laga" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "HYBRID", + "venue": { + "id": "27960506", + "name": "Plytix", + "address": "Alameda Principal, 24, planta 3 (Plytix), M\u00e1laga", + "city": "M\u00e1laga", + "postalCode": "meetup6", + "lng": -4.423956, + "lat": 36.717697 + }, + "onlineVenue": { + "url": null + }, + "dateTime": "2025-01-29T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-01-29T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-malaga/2025-06-20_\360\237\223\242-Micropython:-programaci\303\263n-f\303\241cil-de-microcontroladores-para-todos_308010271.json" "b/events/python-malaga/2025-06-20_\360\237\223\242-Micropython:-programaci\303\263n-f\303\241cil-de-microcontroladores-para-todos_308010271.json" new file mode 100644 index 0000000..40ada17 --- /dev/null +++ "b/events/python-malaga/2025-06-20_\360\237\223\242-Micropython:-programaci\303\263n-f\303\241cil-de-microcontroladores-para-todos_308010271.json" @@ -0,0 +1,28 @@ +{ + "id": "308010271", + "title": "\ud83d\udce2 Micropython: programaci\u00f3n f\u00e1cil de microcontroladores para todos", + "eventUrl": "https://www.meetup.com/python_malaga/events/308010271", + "description": "Hasta hace no mucho, para programar microcontroladores requer\u00edamos utilizar variantes de lenguajes como C/C++, quedando fuera de nuestro alcance lenguajes populares y sencillos como **Python**. No obstante, los nuevos microcontroladores como *ESP32* o *Raspberry Pi Pico*, m\u00e1s potentes y con mayores recursos, han abierto la puerta a variantes de estos lenguajes, como es el caso de **Micropython**. Veremos los primeros pasos, ejemplos pr\u00e1cticos como **control de leds**, formas de **comunicaci\u00f3n**, instalaci\u00f3n de paquetes, limitaciones y m\u00e1s. Se recomienda disponer de conocimientos previos de Python, aunque no es esencial. Si no conoces el mundo de los microcontroladores, \u00a1esta es tu charla! Micropython es una de las formas m\u00e1s f\u00e1ciles, c\u00f3modas, r\u00e1pidas y divertidas de adentrarse.\n\n**Sala:** Sala Benalm\u00e1dena\n**Conferencia:** [OpenSouthCode 2025](https://www.opensouthcode.org/conferences/opensouthcode2025)\n**Idioma:** Espa\u00f1ol\n**Dificultad:** F\u00e1cil\n\nEsta charla pertenece al congreso [OpenSouthCode 2025](https://www.opensouthcode.org/conferences/opensouthcode2025/). Recomendamos registrarse a [trav\u00e9s del formulario web](https://www.opensouthcode.org/conferences/opensouthcode2025/register) del evento. Durante el d\u00eda se desarrollar\u00e1n m\u00e1s actividades, no s\u00f3lo de Python, las cuales pueden interesarte y [recomendamos leer](https://www.opensouthcode.org/conferences/opensouthcode2025/schedule).", + "shortDescription": null, + "group": { + "id": "33344430", + "name": "Python M\u00e1laga" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26178960", + "name": "La T\u00e9rmica", + "address": "Av. de los Guindos, 48", + "city": "M\u00e1laga", + "postalCode": "29004", + "lng": -4.445437, + "lat": 36.68937 + }, + "onlineVenue": null, + "dateTime": "2025-06-20T16:30+02:00", + "duration": "PT45M", + "timezone": "Europe/Madrid", + "endTime": "2025-06-20T17:15+02:00" +} \ No newline at end of file diff --git "a/events/python-malaga/2025-06-20_\360\237\223\242-No-es-magia,-es-Python:-Tejiendo-una-red-para-atrapar-las-APIs-del-Catastro_308010222.json" "b/events/python-malaga/2025-06-20_\360\237\223\242-No-es-magia,-es-Python:-Tejiendo-una-red-para-atrapar-las-APIs-del-Catastro_308010222.json" new file mode 100644 index 0000000..91b489b --- /dev/null +++ "b/events/python-malaga/2025-06-20_\360\237\223\242-No-es-magia,-es-Python:-Tejiendo-una-red-para-atrapar-las-APIs-del-Catastro_308010222.json" @@ -0,0 +1,28 @@ +{ + "id": "308010222", + "title": "\ud83d\udce2 No es magia, es Python: Tejiendo una red para atrapar las APIs del Catastro", + "eventUrl": "https://www.meetup.com/python_malaga/events/308010222", + "description": "**\u00bfAlguna vez has visto en vivo c\u00f3mo tus t\u00edos se pelean por las tierras o la casa de tu abuelo pero no saben bien d\u00f3nde est\u00e1n, la superficie que tienen...?** En estas situaciones lo mejor es ir **al Catastro**, donde tienen la info p\u00fablica siempre que tengas al menos una Referencia, pero navegar por ella se hace tedioso. **\u00bfY si tu sentido ar\u00e1cnido (o de programador) se activase de pronto y decidieras automatizar el c\u00f3mo conseguir toda la info que tengan?** Supongo que todo poder conlleva una responsabilidad...\n\n**Acompa\u00f1a a tu amigo y vecino... \u00a1*Spiderman*!** (vale, no, soy Iv\u00e1n, ten\u00eda que hacer la gracia) en esta aventura scrapenado y tratando de entender las redes y APIs del Catastro para poder concentrarlo todo en un s\u00f3lo paquete de Python disponible en pip. Veremos en esta historia que acab\u00f3 en la creaci\u00f3n de [ESCatastroLib](https://pypi.org/project/ESCatastroLib/) c\u00f3mo se encontraron esas APIs, tratar de usar requests para conseguir la informaci\u00f3n, meterlo todo en un paquete de pip usando Hatch (como nuestro lanza telara\u00f1as particular) para subirlo a PyPI e incluso usar una librer\u00eda como Folium para poder ver la informaci\u00f3n geogr\u00e1fica en un mapa desde Python.\n\n**Sala:** Sala Benalm\u00e1dena\n**Conferencia:** [OpenSouthCode 2025](https://www.opensouthcode.org/conferences/opensouthcode2025)\n**Idioma:** Espa\u00f1ol\n**Dificultad:** F\u00e1cil\n\nEsta charla pertenece al congreso [OpenSouthCode 2025](https://www.opensouthcode.org/conferences/opensouthcode2025/). Recomendamos registrarse a [trav\u00e9s del formulario web](https://www.opensouthcode.org/conferences/opensouthcode2025/register) del evento. Durante el d\u00eda se desarrollar\u00e1n m\u00e1s actividades, no s\u00f3lo de Python, las cuales pueden interesarte y [recomendamos leer](https://www.opensouthcode.org/conferences/opensouthcode2025/schedule).", + "shortDescription": null, + "group": { + "id": "33344430", + "name": "Python M\u00e1laga" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26178960", + "name": "La T\u00e9rmica", + "address": "Av. de los Guindos, 48", + "city": "M\u00e1laga", + "postalCode": "29004", + "lng": -4.445437, + "lat": 36.68937 + }, + "onlineVenue": null, + "dateTime": "2025-06-20T15:30+02:00", + "duration": "PT45M", + "timezone": "Europe/Madrid", + "endTime": "2025-06-20T16:15+02:00" +} \ No newline at end of file diff --git "a/events/python-malaga/2025-06-20_\360\237\223\242-Pruebas-Unitarias-con-Pytest:-DDT,-TDD-y-BDD_308010304.json" "b/events/python-malaga/2025-06-20_\360\237\223\242-Pruebas-Unitarias-con-Pytest:-DDT,-TDD-y-BDD_308010304.json" new file mode 100644 index 0000000..eec65c3 --- /dev/null +++ "b/events/python-malaga/2025-06-20_\360\237\223\242-Pruebas-Unitarias-con-Pytest:-DDT,-TDD-y-BDD_308010304.json" @@ -0,0 +1,28 @@ +{ + "id": "308010304", + "title": "\ud83d\udce2 Pruebas Unitarias con Pytest: DDT, TDD y BDD", + "eventUrl": "https://www.meetup.com/python_malaga/events/308010304", + "description": "En esta charla exploraremos el mundo de las pruebas unitarias en Python utilizando **Pytest**, uno de los frameworks m\u00e1s populares y potentes. Comenzaremos por entender la importancia de las **pruebas unitarias** en el desarrollo de software moderno y c\u00f3mo contribuyen a la creaci\u00f3n de c\u00f3digo m\u00e1s robusto y mantenible.\n\nIntroduciremos tres metodolog\u00edas clave: **Data-Driven Testing** *(DDT)*, **Test-Driven Development** (TDD) y **Behavior-Driven Development** *(BDD)*. Veremos c\u00f3mo cada una de ellas aborda las pruebas desde una perspectiva diferente, y c\u00f3mo Pytest nos facilita su implementaci\u00f3n.\n\nA trav\u00e9s de ejemplos pr\u00e1cticos y concisos, los asistentes descubrir\u00e1n c\u00f3mo escribir sus primeras pruebas con *Pytest*, **ejecutar tests**, **interpretar los resultados** y aprovechar algunas de las funcionalidades b\u00e1sicas del framework. Esta charla es ideal para desarrolladores que se inician en el testing con Python o que desean conocer las ventajas de Pytest.\n\n**Sala:** Sala Benalm\u00e1dena\n**Conferencia:** [OpenSouthCode 2025](https://www.opensouthcode.org/conferences/opensouthcode2025)\n**Idioma:** Espa\u00f1ol\n**Dificultad:** F\u00e1cil\n\nEsta charla pertenece al congreso [OpenSouthCode 2025](https://www.opensouthcode.org/conferences/opensouthcode2025/). Recomendamos registrarse a [trav\u00e9s del formulario web](https://www.opensouthcode.org/conferences/opensouthcode2025/register) del evento. Durante el d\u00eda se desarrollar\u00e1n m\u00e1s actividades, no s\u00f3lo de Python, las cuales pueden interesarte y [recomendamos leer](https://www.opensouthcode.org/conferences/opensouthcode2025/schedule).", + "shortDescription": null, + "group": { + "id": "33344430", + "name": "Python M\u00e1laga" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26178960", + "name": "La T\u00e9rmica", + "address": "Av. de los Guindos, 48", + "city": "M\u00e1laga", + "postalCode": "29004", + "lng": -4.445437, + "lat": 36.68937 + }, + "onlineVenue": null, + "dateTime": "2025-06-20T17:30+02:00", + "duration": "PT45M", + "timezone": "Europe/Madrid", + "endTime": "2025-06-20T18:15+02:00" +} \ No newline at end of file diff --git "a/events/python-malaga/2025-06-21_\360\237\223\242-Acelera-tu-c\303\263digo-Python-con-Rust_308010349.json" "b/events/python-malaga/2025-06-21_\360\237\223\242-Acelera-tu-c\303\263digo-Python-con-Rust_308010349.json" new file mode 100644 index 0000000..b1e8f32 --- /dev/null +++ "b/events/python-malaga/2025-06-21_\360\237\223\242-Acelera-tu-c\303\263digo-Python-con-Rust_308010349.json" @@ -0,0 +1,28 @@ +{ + "id": "308010349", + "title": "\ud83d\udce2 Acelera tu c\u00f3digo Python con Rust", + "eventUrl": "https://www.meetup.com/python_malaga/events/308010349", + "description": "Combinar Python con lenguajes compilados est\u00e1 m\u00e1s visto que el tebeo. Y sin embargo, Rust ha demostrado ser un acompa\u00f1amiento especialmente s\u00f3lido para Python, gracias en parte a las excelentes herramientas de desarrollo disponibles. En esta charla hablaremos en detalle de c\u00f3mo puedes crear tu primera extensi\u00f3n Rust para Python.\n\n**Sala:** Sala Fuengirola\n**Conferencia:** [OpenSouthCode 2025](https://www.opensouthcode.org/conferences/opensouthcode2025)\n**Idioma:** Espa\u00f1ol\n**Dificultad:** F\u00e1cil\n\nEsta charla pertenece al congreso [OpenSouthCode 2025](https://www.opensouthcode.org/conferences/opensouthcode2025/). Recomendamos registrarse a [trav\u00e9s del formulario web](https://www.opensouthcode.org/conferences/opensouthcode2025/register) del evento. Durante el d\u00eda se desarrollar\u00e1n m\u00e1s actividades, no s\u00f3lo de Python, las cuales pueden interesarte y [recomendamos leer](https://www.opensouthcode.org/conferences/opensouthcode2025/schedule).", + "shortDescription": null, + "group": { + "id": "33344430", + "name": "Python M\u00e1laga" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26178960", + "name": "La T\u00e9rmica", + "address": "Av. de los Guindos, 48", + "city": "M\u00e1laga", + "postalCode": "29004", + "lng": -4.445437, + "lat": 36.68937 + }, + "onlineVenue": null, + "dateTime": "2025-06-21T11:00+02:00", + "duration": "PT45M", + "timezone": "Europe/Madrid", + "endTime": "2025-06-21T11:45+02:00" +} \ No newline at end of file diff --git a/events/python-sevilla/2023-09-27_PyBirras-Septiembre-2023_296185692.json b/events/python-sevilla/2023-09-27_PyBirras-Septiembre-2023_296185692.json new file mode 100644 index 0000000..09477e4 --- /dev/null +++ b/events/python-sevilla/2023-09-27_PyBirras-Septiembre-2023_296185692.json @@ -0,0 +1,28 @@ +{ + "id": "296185692", + "title": "PyBirras Septiembre 2023", + "eventUrl": "https://www.meetup.com/python-sevilla/events/296185692", + "description": "Tras el par\u00f3n veraniego, ya es momento de la vuelta a la rutina, volver a vernos y empezar a planificar actividades para este nuevo curso.\n\n\u00bfNos vemos un rato, bebida en mano, para hablar del verano, de la PyconEs que ya est\u00e1 aqu\u00ed y de los eventos futuros? \u00bfEchamos un rato hablando de tecnolog\u00eda y Python?\n\nLas PyBeers es un evento que consiste en reunirnos en el sitio indicado para conocer a personas dentro de la comunidad Python, intercambiar opiniones y experiencias a cerca de Python y/o la tecnolog\u00eda en general.\n\nTodas las personas est\u00e1n invitadas a acercarse y participar tanto si eres especialista en Python, una persona reci\u00e9n llegada a la comunidad o si no has tenido ning\u00fan contacto con ella anteriormente.\n\nOs esperamos en Corral de Esquivel, Alameda de H\u00e9rcules, 38 Sevilla\n\nTenemos un [c\u00f3digo de conducta](https://github.com/python-sevilla/meetups/blob/code_of_conduct/code_of_conduct.md) y aprovechamos para recordar, que todos las personas que asistan a los eventos de Python Sevilla deben aceptarlo y respetarlo durante todas las actividades y comunicaciones relacionadas con el grupo.\n\nPara m\u00e1s informaci\u00f3n pod\u00e9is contactar con nosotros por Telegram en el canal https://t.me/pythonsevilla", + "shortDescription": null, + "group": { + "id": "18959885", + "name": "Python Sevilla" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27123395", + "name": "Corral de Esquivel", + "address": "Alameda de H\u00e9rcules, 38", + "city": "Sevilla", + "postalCode": "41002", + "lng": -5.994058, + "lat": 37.399857 + }, + "onlineVenue": null, + "dateTime": "2023-09-27T19:00+02:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2023-09-27T20:30+02:00" +} \ No newline at end of file diff --git a/events/python-sevilla/2023-12-12_Vamos-a-explorar-IA-con-AutoGen_297536739.json b/events/python-sevilla/2023-12-12_Vamos-a-explorar-IA-con-AutoGen_297536739.json new file mode 100644 index 0000000..b33866c --- /dev/null +++ b/events/python-sevilla/2023-12-12_Vamos-a-explorar-IA-con-AutoGen_297536739.json @@ -0,0 +1,28 @@ +{ + "id": "297536739", + "title": "Vamos a explorar IA con AutoGen", + "eventUrl": "https://www.meetup.com/python-sevilla/events/297536739", + "description": "\u00a1Traigan sus laptops y exploremos c\u00f3mo desarrollar aplicaciones de Inteligencia Artifical multi-agente!\n\nEste taller se organiza de forma conjunta con el grupo [IA Generativa Sevilla](https://www.meetup.com/es-ES/ia-generativa-sevilla/).\n\nEn este taller exploraremos [AutoGen](https://github.com/microsoft/autogen/); un framework para construir aplicaciones alrededor de m\u00faltiples agentes de IA. Esto les permite resolver problemas complejos teniendo varios agentes trabajando juntos.\n\nDaremos un repaso muy breve del framework y sus componentes clave, pero la gran mayor\u00eda del tiempo ser\u00e1 dedicada para que cada uno lo pruebe y vea lo que puede obtener de \u00e9l.\n\nPrepararemos algunos ejemplos para usar como punto de partida, y traigan algunas ideas sobre cosas que pueden intentar construir, \u00a1pero realmente depende de ustedes! \u00a1Vengan con curiosidad y entusiasmo y aprendamos a construir cosas geniales juntos!\n\n**Requisitos:**\n\n* Trae tu port\u00e1til. Es un taller pr\u00e1ctico, as\u00ed que es necesario para participar en el taller.\n* Es interesante tener una clave de OpenIA API. Puedes generar la tuya siguiendo este documento: https://help.openai.com/en/articles/4936850-where-do-i-find-my-api-key\n\nTe esperamos en las oficinas de CARTO en Sevilla\n\nLas plazas son muy limitadas, as\u00ed que, os rogamos que si por alg\u00fan motivo no pueden asistir, dejen libre su reserva para que otra persona pueda asistir.", + "shortDescription": null, + "group": { + "id": "18959885", + "name": "Python Sevilla" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27706404", + "name": "Carto", + "address": "C. Ebro, 1", + "city": "Sevilla", + "postalCode": "41012", + "lng": -5.982989, + "lat": 37.35537 + }, + "onlineVenue": null, + "dateTime": "2023-12-12T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-12-12T21:00+01:00" +} \ No newline at end of file diff --git a/events/python-sevilla/2024-02-22_ONLINE:-Aplicaciones-de-vision-por-computador-con-un-par-de-funciones-de-Python_298913015.json b/events/python-sevilla/2024-02-22_ONLINE:-Aplicaciones-de-vision-por-computador-con-un-par-de-funciones-de-Python_298913015.json new file mode 100644 index 0000000..e297177 --- /dev/null +++ b/events/python-sevilla/2024-02-22_ONLINE:-Aplicaciones-de-vision-por-computador-con-un-par-de-funciones-de-Python_298913015.json @@ -0,0 +1,28 @@ +{ + "id": "298913015", + "title": "ONLINE: Aplicaciones de vision por computador con un par de funciones de Python", + "eventUrl": "https://www.meetup.com/python-sevilla/events/298913015", + "description": "**EVENTO ONLINE**\n\nEn la charla \"Creando aplicaciones de vision por computador con un par de funciones de Python\" comentaremos los distintos sistemas que deben desarrollarse e integrarse cuando creamos una aplicaci\u00f3n de visi\u00f3n por computador para que pueda procesar video en tiempo real.\n\nIntroduciremos [Pipeless](https://www.pipeless.ai/), un framework de desarrollo que nos permite crear estas aplicaciones con tan solo un par de funciones Python. Finalmente, mostraremos y comentaremos algunos ejemplos pr\u00e1cticos.\n\nEste evento es impulsado por [IA Generativa Sevilla ](https://www.meetup.com/es-ES/ia-generativa-sevilla/)y organizado conjuntamente con Python Sevilla.", + "shortDescription": null, + "group": { + "id": "18959885", + "name": "Python Sevilla" + }, + "isNetworkEvent": false, + "isOnline": true, + "eventType": "ONLINE", + "venue": { + "id": "26906060", + "name": "Online event", + "address": "", + "city": "", + "postalCode": "", + "lng": 179.1962, + "lat": -8.521147 + }, + "onlineVenue": null, + "dateTime": "2024-02-22T19:00+01:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2024-02-22T20:30+01:00" +} \ No newline at end of file diff --git a/events/python-sevilla/2024-09-20_PyBirras-Septiembre-2024_303334284.json b/events/python-sevilla/2024-09-20_PyBirras-Septiembre-2024_303334284.json new file mode 100644 index 0000000..32c74c0 --- /dev/null +++ b/events/python-sevilla/2024-09-20_PyBirras-Septiembre-2024_303334284.json @@ -0,0 +1,28 @@ +{ + "id": "303334284", + "title": "PyBirras Septiembre 2024", + "eventUrl": "https://www.meetup.com/python-sevilla/events/303334284", + "description": "Aprovechamos que la calor nos da un poco de tregua para volver a vernos las caras.\n\nEn el canal de Telegram hemos hablado sobre la posibilidad de proponer a la Asociaci\u00f3n de Python Espa\u00f1a que la PyConEs 2025 se celebre en nuestra ciudad.\n\nAntes de liarnos la manta en la cabeza nos gustar\u00eda saber cuantos estar\u00edais dispuesto a ayudar, un evento de este tipo necesita ayuda de muchos tipos de perfiles y durante periodos de tiempo muy diferentes, as\u00ed que queremos hablar con vosotros para que entend\u00e1is lo que implica y en que grado pod\u00e9is ayudar. No hace falta experiencia previa y hay diferentes tipos de trabajo para cada uno.\n\nTodas las personas est\u00e1n invitadas a acercarse y participar tanto si eres especialista en Python, una persona reci\u00e9n llegada a la comunidad o si no has tenido ning\u00fan contacto con ella anteriormente.\n\nOs esperamos en Corral de Esquivel, Alameda de H\u00e9rcules, 38 Sevilla\n\nTenemos un [c\u00f3digo de conducta](https://github.com/python-sevilla/meetups/blob/code_of_conduct/code_of_conduct.md) y aprovechamos para recordar, que todos las personas que asistan a los eventos de Python Sevilla deben aceptarlo y respetarlo durante todas las actividades y comunicaciones relacionadas con el grupo.\n\nPara m\u00e1s informaci\u00f3n pod\u00e9is contactar con nosotros por Telegram en el canal https://t.me/pythonsevilla", + "shortDescription": null, + "group": { + "id": "18959885", + "name": "Python Sevilla" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27123395", + "name": "Corral de Esquivel", + "address": "Alameda de H\u00e9rcules, 38", + "city": "Sevilla", + "postalCode": "41002", + "lng": -5.994058, + "lat": 37.399857 + }, + "onlineVenue": null, + "dateTime": "2024-09-20T18:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-09-20T20:00+02:00" +} \ No newline at end of file diff --git a/events/python-sevilla/2024-11-27_PyBirras-Noviembre-2024_304673357.json b/events/python-sevilla/2024-11-27_PyBirras-Noviembre-2024_304673357.json new file mode 100644 index 0000000..842ca5b --- /dev/null +++ b/events/python-sevilla/2024-11-27_PyBirras-Noviembre-2024_304673357.json @@ -0,0 +1,28 @@ +{ + "id": "304673357", + "title": "PyBirras Noviembre 2024", + "eventUrl": "https://www.meetup.com/python-sevilla/events/304673357", + "description": "Aprovechamos las buenas noticias para volver a vernos las caras.\n\nTras plantear la posibilidad de proponer Sevilla como sede de la PyConES 2025, tenemos la gran noticia de que Sevilla ha sido elegida como la sede de la pr\u00f3xima edici\u00f3n.\n\nAprovecharemos estas Pybirras para hablar de todo el proceso realizado y de todo lo que viene a partir de ahora.\n\nTodas las personas est\u00e1n invitadas a acercarse y participar tanto si eres especialista en Python, una persona reci\u00e9n llegada a la comunidad o si no has tenido ning\u00fan contacto con ella anteriormente.\n\nOs esperamos en Corral de Esquivel, Alameda de H\u00e9rcules, 38 Sevilla\n\nTenemos un [c\u00f3digo de conducta](https://github.com/python-sevilla/meetups/blob/code_of_conduct/code_of_conduct.md) y aprovechamos para recordar, que todos las personas que asistan a los eventos de Python Sevilla deben aceptarlo y respetarlo durante todas las actividades y comunicaciones relacionadas con el grupo.\n\nPara m\u00e1s informaci\u00f3n pod\u00e9is contactar con nosotros por Telegram en el canal https://t.me/pythonsevilla", + "shortDescription": null, + "group": { + "id": "18959885", + "name": "Python Sevilla" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27123395", + "name": "Corral de Esquivel", + "address": "Alameda de H\u00e9rcules, 38", + "city": "Sevilla", + "postalCode": "41002", + "lng": -5.994058, + "lat": 37.399857 + }, + "onlineVenue": null, + "dateTime": "2024-11-27T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-11-27T21:00+01:00" +} \ No newline at end of file diff --git a/events/python-sevilla/2025-01-28_PyBirras-Enero-2025_305628596.json b/events/python-sevilla/2025-01-28_PyBirras-Enero-2025_305628596.json new file mode 100644 index 0000000..99e17d5 --- /dev/null +++ b/events/python-sevilla/2025-01-28_PyBirras-Enero-2025_305628596.json @@ -0,0 +1,28 @@ +{ + "id": "305628596", + "title": "PyBirras Enero 2025", + "eventUrl": "https://www.meetup.com/python-sevilla/events/305628596", + "description": "\u00a1Buenas! \u00a1Y feliz a\u00f1o!, Pythonista (todav\u00eda se puede decir, suponemos)\n\nVolvemos a convocar la habitual PyBirra mensual para volver a vernos las caras.\n\nEsta vez nos gustar\u00eda hablar de prop\u00f3sitos para este a\u00f1o que reci\u00e9n comienza. \u00bfQu\u00e9 esper\u00e1is de la comunidad? \u00bfC\u00f3mo podeis ayudar? \u00bfQuer\u00e9is impartir una charla o taller? \u00bfNecesit\u00e1is feedback o colaboraci\u00f3n con alg\u00fan pet project?\n\nTambi\u00e9n quisi\u00e9ramos compartir algunos detalles de la pr\u00f3xima PyConES 2025 que, si no te has despistado demasiado, sabr\u00e1s que es en Sevilla y se realizar\u00e1 del 17 al 19 de Octubre.\n\nTodas las personas est\u00e1n invitadas a acercarse y participar tanto si eres especialista en Python, una persona reci\u00e9n llegada a la comunidad o si no has tenido ning\u00fan contacto con ella anteriormente.\n\nPero presta atenci\u00f3n, sobre todo si eres un ser de la tierra media. Esta vez os esperamos en la Taberna del Drag\u00f3n Verde, en la calle Avicena 17, 41009 de Sevilla.\n\nTenemos un [c\u00f3digo de conducta](https://github.com/python-sevilla/meetups/blob/code_of_conduct/code_of_conduct.md) y aprovechamos para recordar, que todos las personas que asistan a los eventos de Python Sevilla deben aceptarlo y respetarlo durante todas las actividades y comunicaciones relacionadas con el grupo.\n\nPara m\u00e1s informaci\u00f3n pod\u00e9is contactarnos en [nuestro canal de Telegram](https://t.me/+RDW8HGGszK6AO8f4).", + "shortDescription": null, + "group": { + "id": "18959885", + "name": "Python Sevilla" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "24531126", + "name": "Taberna del Drag\u00f3n Verde", + "address": "Calle Avicena 17", + "city": "Sevilla", + "postalCode": "", + "lng": -5.9939, + "lat": 37.405468 + }, + "onlineVenue": null, + "dateTime": "2025-01-28T19:00+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-01-28T21:00+01:00" +} \ No newline at end of file diff --git a/events/python-valencia/2023-05-26_Desarrollando-con-ChatGPT:-Optimizando-Prompts-y-Abrazando-el-Software-2.0_293611597.json b/events/python-valencia/2023-05-26_Desarrollando-con-ChatGPT:-Optimizando-Prompts-y-Abrazando-el-Software-2.0_293611597.json new file mode 100644 index 0000000..ee303ce --- /dev/null +++ b/events/python-valencia/2023-05-26_Desarrollando-con-ChatGPT:-Optimizando-Prompts-y-Abrazando-el-Software-2.0_293611597.json @@ -0,0 +1,28 @@ +{ + "id": "293611597", + "title": "Desarrollando con ChatGPT: Optimizando Prompts y Abrazando el Software 2.0", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/293611597", + "description": "## Descripci\u00f3n de la charla\n\nEn la era de la inteligencia artificial y el aprendizaje autom\u00e1tico, los programas del futuro estar\u00e1n escritos no s\u00f3lo en c\u00f3digo, sino tambi\u00e9n en los pesos de las redes neuronales. \u00danete a nosotros en esta fascinante charla donde desvelaremos c\u00f3mo estas estructuras de datos est\u00e1n redefiniendo el paisaje de la programaci\u00f3n y como sacarles el mayor partido posible.\n\n## Breve resumen de trayectoria laboral\n\nHian Ca\u00f1izares, graduado de ciencias de la Computaci\u00f3n en la Universidad de la Habana. Trabaj\u00f3 como profesor e investigador en la misma: Como docente ense\u00f1ando sistemas Operativos, Redes y Sistemas distribuidos mientras investigaba en temas de Natural Language Procesing y AutoML. Despu\u00e9s del Covid se mud\u00f3 a Espa\u00f1a, trabajando en diferentes compa\u00f1\u00edas como [swagup.com](https://buttondown.email/python-valencia/archive/novedades-de-octubre-2022-python-valencia/swagup.com) y [Revolut](https://www.revolut.com/?utm_source=python-valencia&utm_medium=email&utm_campaign=novedades-de-octubre-2022-python-valencia) donde he desepe\u00f1ado el rol de desde programador backend en Django, programador Serverless y coordinar un peque\u00f1o equipo de IA.", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26105137", + "name": "Wayco", + "address": "Carrer de l'Almirall Cadarso, 26", + "city": "Val\u00e8ncia", + "postalCode": "46005", + "lng": -0.367519, + "lat": 39.46443 + }, + "onlineVenue": null, + "dateTime": "2023-05-26T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-05-26T21:00+02:00" +} \ No newline at end of file diff --git a/events/python-valencia/2023-06-29_Autodeployment-de-aplicaciones-Python-en-Kubernetes_294116744.json b/events/python-valencia/2023-06-29_Autodeployment-de-aplicaciones-Python-en-Kubernetes_294116744.json new file mode 100644 index 0000000..bd5a205 --- /dev/null +++ b/events/python-valencia/2023-06-29_Autodeployment-de-aplicaciones-Python-en-Kubernetes_294116744.json @@ -0,0 +1,28 @@ +{ + "id": "294116744", + "title": "Autodeployment de aplicaciones Python en Kubernetes", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/294116744", + "description": "\\#\\# Charla\n\nEn esta charla, exploraremos c\u00f3mo optimizar el despliegue de aplicaciones Python en Kubernetes a trav\u00e9s de la automatizaci\u00f3n. Comenzaremos discutiendo la importancia del autodeployment en la eficiencia de los equipos de desarrollo y proporcionaremos una visi\u00f3n general de los conceptos de integraci\u00f3n continua y despliegue continuo (CI/CD). Pasaremos a explicar c\u00f3mo configurar un pipeline de CI/CD con GitLab para una aplicaci\u00f3n Python, que incluir\u00e1 la construcci\u00f3n de la aplicaci\u00f3n y su despliegue en un entorno Kubernetes. Adem\u00e1s, mostraremos c\u00f3mo manejar diferentes entornos como staging y producci\u00f3n. Nuestro foco principal ser\u00e1 la configuraci\u00f3n de Kubernetes, donde explicaremos c\u00f3mo definir y aplicar los recursos necesarios, como despliegues y servicios, para nuestra aplicaci\u00f3n. Para concluir, introduciremos Helm, un gestor de paquetes para Kubernetes, que puede simplificar a\u00fan m\u00e1s el despliegue de nuestra aplicaci\u00f3n. A lo largo de la charla, proporcionaremos fragmentos de c\u00f3digo y demostraremos su funcionamiento. Esta presentaci\u00f3n est\u00e1 dise\u00f1ada para aquellos con un conocimiento b\u00e1sico de Python, Docker, Kubernetes y GitLab que est\u00e9n buscando mejorar su flujo de trabajo de despliegue\n\n\\#\\# Ponente: Antony R\\. Goetzschel\n\nComo Administrador de Sistemas por formaci\u00f3n y desarrollador por pasi\u00f3n, he hallado mi utop\u00eda en el mundo de DevOps y SRE. Poseo m\u00e1s de 12 a\u00f1os de experiencia trabajando en el sector de Tecnolog\u00edas de la Informaci\u00f3n, experiencias adquiridas en dos continentes y tres pa\u00edses distintos. En mi trabajo diario, me dedico a ayudar a las empresas a resolver sus problemas en la nube y a orientarlas en la compleja selva de las tecnolog\u00edas modernas.\nDesde su nacimiento, Docker capt\u00f3 mi total atenci\u00f3n, fascin\u00e1ndome su simplicidad y eficacia a la hora de implementar y desplegar servicios en el entorno actual. Considero a Kubernetes como la evoluci\u00f3n y transformaci\u00f3n natural en este campo.\nEn la actualidad, me desempe\u00f1o como CEO de [CCSolutions.io](http://ccsolutions.io/) y [CCSTech.io](http://ccstech.io/), donde nuestra visi\u00f3n es asistir a las empresas en su transformaci\u00f3n digital aprovechando el poder del c\u00f3digo en la nube. Como apasionado del Python, estoy seguro de que podemos afrontar cualquier reto que se nos presente en este emocionante viaje hacia el futuro digital.", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26105137", + "name": "Wayco", + "address": "Carrer de l'Almirall Cadarso, 26", + "city": "Val\u00e8ncia", + "postalCode": "46005", + "lng": 0, + "lat": 0 + }, + "onlineVenue": null, + "dateTime": "2023-06-29T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-06-29T21:00+02:00" +} \ No newline at end of file diff --git a/events/python-valencia/2023-07-27_Web-Scrapping-con-Python_293993243.json b/events/python-valencia/2023-07-27_Web-Scrapping-con-Python_293993243.json new file mode 100644 index 0000000..9c24482 --- /dev/null +++ b/events/python-valencia/2023-07-27_Web-Scrapping-con-Python_293993243.json @@ -0,0 +1,28 @@ +{ + "id": "293993243", + "title": "Web Scrapping con Python", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/293993243", + "description": "\\#\\# Charla\n\nTodas las p\u00e1ginas web est\u00e1n construidas con c\u00f3digo HTML. El Web Scrapping lo que hace como t\u00e9cnica es obtener el c\u00f3digo HTML de la p\u00e1gina web de la que queremos extraer la informaci\u00f3n y procesar dicho contenido para extraer del mismo \u00fanicamente los apartados que nos interesen y de una forma lo m\u00e1s automatizada posible. Pero el Scrapping no siempre es f\u00e1cil, hay toda una pl\u00e9tora de problemas con los que nos podemos encontrar cuando intentamos extraer la informaci\u00f3n de una p\u00e1gina web. Informaci\u00f3n que est\u00e1 detr\u00e1s de un login, webs que se renderizan mediante javascript o APIs que intentan impedir que las consumas son algunos de los problemas con los que nos encontramos frecuentemente. En mi trabajo como programador, he pasado gran cantidad de mi tiempo de trabajo scrappeando informaci\u00f3n. En esta charla, compartir\u00e9 todas las lecciones aprendidas de mi d\u00eda a d\u00eda scrappeando informaci\u00f3n.\n\n\\#\\# Ponente: David Hern\u00e1ndez\n\nDespu\u00e9s de trabajar en varias empresas nacionales e internacionales, decid\u00ed dar un giro a mi carrera profesional y he dedicado los \u00faltimos dos a\u00f1os y medio a trabajar para una ONG, haciendo seguimiento parlamentario y proyectos de transparencia. Ahora, despu\u00e9s de cerrar esta etapa, estoy montando un equipo de desarrollo junto con unos compa\u00f1eros, centrado en el desarrollo y la automatizaci\u00f3n de procesos.", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": 0, + "lat": 0 + }, + "onlineVenue": null, + "dateTime": "2023-07-27T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-07-27T21:00+02:00" +} \ No newline at end of file diff --git a/events/python-valencia/2023-09-28_Encontrando-un-trabajo-en-un-pajar_296209738.json b/events/python-valencia/2023-09-28_Encontrando-un-trabajo-en-un-pajar_296209738.json new file mode 100644 index 0000000..57d009b --- /dev/null +++ b/events/python-valencia/2023-09-28_Encontrando-un-trabajo-en-un-pajar_296209738.json @@ -0,0 +1,28 @@ +{ + "id": "296209738", + "title": "Encontrando un trabajo en un pajar", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/296209738", + "description": "Los desarrolladores somos unos privilegiados: hay innumerables ofertas de trabajo tocando a nuestra puerta. Sin embargo, \u00bfc\u00f3mo podemos encontrar la empresa ideal? \u00bfy la mejor oferta? En esta charla veremos ideas y m\u00e9todos para buscar el puesto que m\u00e1s se acerque a nuestro ideal.\n\n## Breve resumen de trayectoria laboral\n\nJulio Mart\u00ednez, Ingeniero en Inform\u00e1tica con master en NLP, lleva 20 a\u00f1os trabajando en la industria. Empez\u00f3 como desarrollador web, para especializarse en backend y m\u00e1s tarde en big data. Ha trabajado en compa\u00f1\u00edas como Ulabox (Barcelona), Hybrid Theory (Londres) y Datamaran (Valencia - Londres).", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": -0.334373, + "lat": 39.464138 + }, + "onlineVenue": null, + "dateTime": "2023-09-28T19:00+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2023-09-28T21:00+02:00" +} \ No newline at end of file diff --git a/events/python-valencia/2023-10-26_Headless-WordPress-con-Nuxtjs-y-Vuejs.-En-la-mente-de-un-Front-end_296768950.json b/events/python-valencia/2023-10-26_Headless-WordPress-con-Nuxtjs-y-Vuejs.-En-la-mente-de-un-Front-end_296768950.json new file mode 100644 index 0000000..87e9fd7 --- /dev/null +++ b/events/python-valencia/2023-10-26_Headless-WordPress-con-Nuxtjs-y-Vuejs.-En-la-mente-de-un-Front-end_296768950.json @@ -0,0 +1,28 @@ +{ + "id": "296768950", + "title": "Headless WordPress con Nuxtjs y Vuejs. En la mente de un Front-end", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/296768950", + "description": "Mostraremos la visual que tiene un Front-end a la hora de desarrollar una p\u00e1gina web. La din\u00e1mica actual del mercado, donde requiere cada vez m\u00e1s la creaci\u00f3n de componentes independientes, requiere que seamos capaces de trabajar a trav\u00e9s de APIs y crear contenido din\u00e1mico.\nTrataremos de mostrar como montar componentes para despu\u00e9s usarlos en un Back como WordPress, y el beneficio que esto nos supone. Haremos uso de Nuxtjs y de Vuejs.\n\n\\#\\# Pau Ferrandis\n\nLanzado al mundo laboral desde mi joven, igual te monto una p\u00e1gina web como te hago un caf\u00e9 con leche de lo m\u00e1s delicioso. Tras finalizar mis estudios de Dise\u00f1o Gr\u00e1fico y Desarrollo Web en la escuela de Idecrea, he trabajado en diferentes agencias montando webs con WordPress, y en la actualidad trabajo en una tecnol\u00f3gica del sector de belleza como Front-end adem\u00e1s de realizar trabajos independientes con el sello de suquet.studio", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": -0.334373, + "lat": 39.464138 + }, + "onlineVenue": null, + "dateTime": "2023-10-26T19:00+02:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2023-10-26T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-valencia/2023-11-30_Principios-b\303\241sicos-para-hacer-un-buen-dise\303\261o-de-visualizaci\303\263n-de-datos_297136322.json" "b/events/python-valencia/2023-11-30_Principios-b\303\241sicos-para-hacer-un-buen-dise\303\261o-de-visualizaci\303\263n-de-datos_297136322.json" new file mode 100644 index 0000000..6d08fad --- /dev/null +++ "b/events/python-valencia/2023-11-30_Principios-b\303\241sicos-para-hacer-un-buen-dise\303\261o-de-visualizaci\303\263n-de-datos_297136322.json" @@ -0,0 +1,28 @@ +{ + "id": "297136322", + "title": "Principios b\u00e1sicos para hacer un buen dise\u00f1o de visualizaci\u00f3n de datos", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/297136322", + "description": "A caballo entre el dise\u00f1o, el desarrollo web y de aplicaciones, el periodismo o la investigaci\u00f3n cient\u00edfica, se encuentra la visualizaci\u00f3n de datos, una especializaci\u00f3n que desde el 2010 no deja de crecer y que en estos \u00faltimos a\u00f1os ha acelerado su presencia y crecimiento gracias a la aparici\u00f3n de herramientas interactivas, la evoluci\u00f3n de la velocidad del procesamiento de datos y la evoluci\u00f3n de la inteligencia artificial.\n\nAdem\u00e1s, la importancia de afrontar un buen dise\u00f1o en la visualizaci\u00f3n de datos cobra cada vez con mayor importancia en la realizaci\u00f3n de cuadros de mando para herramientas de an\u00e1lisis o en dise\u00f1os de cualquier interfaz de usuario sea tanto para escritorio, m\u00f3vil o web.\n\nUna oportunidad para adentrarse en el mundo de las visualizaciones y descubrir cu\u00e1l es su potencial informativo y su importancia tanto para grandes corporaciones como en peque\u00f1as empresas.\n\n\\#\\# Trayectoria laboral\n\nMar\u00eda Us\u00e1n Porta cuenta con m\u00e1s de 15 a\u00f1os de experiencia como dise\u00f1adora gr\u00e1fica y de producto. Tras unos inicios en el mundo del dise\u00f1o gr\u00e1fico y editorial en varias editoriales y empresas de publicidad, se especializ\u00f3 en dise\u00f1o web y marketing digital para adentrarse finalmente en el mundo del dise\u00f1o de producto trabajando en experiencia de usuario y dise\u00f1o de interfaces (UX / UI), actividad que desempe\u00f1a plenamente desde 2019 como freelance.\n\nActualmente compagina su actividad como directora creativa y dise\u00f1adora de producto en Sapps Studio con la de docencia en Idecrea - escuela de dise\u00f1o y creaci\u00f3n digital y VIU (Universidad Internacional de Valencia).", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": -0.334373, + "lat": 39.464138 + }, + "onlineVenue": null, + "dateTime": "2023-11-30T18:30+01:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2023-11-30T19:30+01:00" +} \ No newline at end of file diff --git a/events/python-valencia/2023-12-28_PyBeers_297995126.json b/events/python-valencia/2023-12-28_PyBeers_297995126.json new file mode 100644 index 0000000..f71b5e7 --- /dev/null +++ b/events/python-valencia/2023-12-28_PyBeers_297995126.json @@ -0,0 +1,28 @@ +{ + "id": "297995126", + "title": "PyBeers", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/297995126", + "description": "Las PyBeers es un evento que consiste en reunirnos en el sitio indicado para conocer a personas dentro de la comunidad Python, intercambiar opiniones y experiencias a cerca de Python y/o la tecnolog\u00eda en general.\n\nTodas las personas est\u00e1n invitadas a acercarse y participar tanto si eres especialista en Python, una persona reci\u00e9n llegada a la comunidad o si no has tenido ning\u00fan contacto con ella anteriormente.\n\n\u00a1Te esperamos!", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": -0.334373, + "lat": 39.464138 + }, + "onlineVenue": null, + "dateTime": "2023-12-28T18:30+01:00", + "duration": "PT1H30M", + "timezone": "Europe/Madrid", + "endTime": "2023-12-28T20:00+01:00" +} \ No newline at end of file diff --git a/events/python-valencia/2024-01-25_De-irrelevante-a-esencial:-Mi-viaje-por-el-universo-del-testing_298525737.json b/events/python-valencia/2024-01-25_De-irrelevante-a-esencial:-Mi-viaje-por-el-universo-del-testing_298525737.json new file mode 100644 index 0000000..a4f26e3 --- /dev/null +++ b/events/python-valencia/2024-01-25_De-irrelevante-a-esencial:-Mi-viaje-por-el-universo-del-testing_298525737.json @@ -0,0 +1,28 @@ +{ + "id": "298525737", + "title": "De irrelevante a esencial: Mi viaje por el universo del testing", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/298525737", + "description": "## Descripci\u00f3n de la charla\n\nCuando cualquier persona se adentra en el mundo de la programaci\u00f3n, se centra en el desarrollo de software, en c\u00f3mo a\u00f1adir m\u00e1s l\u00edneas de c\u00f3digo para que lo que est\u00e1 programando sea capaz de hacer m\u00e1s y m\u00e1s cosas. **Vemos el testing como algo ajeno al desarrollo**, algo poco gratificante y una p\u00e9rdida de tiempo.\nYo sol\u00eda pensar de esta manera, pero me he dado cuenta, que mientras m\u00e1s complejo ha sido lo que he intentado construir, mayor relevancia ha tenido el testing a la hora de poder llevarlo a cabo.\nEn este charla **voy a contar mi experiencia con el testing** en proyectos y empresas muy diferentes; desde peque\u00f1os proyectos de cuatro personas o startups d\u00f3nde los requisitos cambian en un instante, a proyectos gigantes de 15 a\u00f1os en los que hay que coordinarse con empresas de otros pa\u00edses.\nSi te he suscitado un poco de inter\u00e9s y/o te has visto reflejada/o, p\u00e1sate a saludar. En el peor de los casos, te llevar\u00e1s un pu\u00f1ado de an\u00e9cdotas. En el mejor, te abrir\u00e9 los ojos y\u2026 **\u00a1no sabr\u00e1s c\u00f3mo has podido trabajar sin testing hasta ahora!**\n\n## Breve resumen de trayectoria laboral\n\nFran es Ingeniero Inform\u00e1tico por la Universidad de Granada y tiene 10 a\u00f1os de experiencia en el sector. Ha trabajado como Desarrollador Backend, Ingeniero de Calidad (QA), Ingeniero de datos y Cient\u00edfico de datos. Los proyectos en los que ha participado son muy variopintos, podemos destacar el **proyecto** **Galileo** (sistema global de navegaci\u00f3n europeo), reconocimiento de patrones en ropa para **Inditex** u optimizaci\u00f3n de rutas de reparto para **Paack**.\nActualmente est\u00e1 como **L\u00edder de equipo** en el departamento de IoT en **Alfred Smart**, desarrollando una soluci\u00f3n tanto software como hardware para la digitalizaci\u00f3n de cualquier espacio f\u00edsico.", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": -0.334373, + "lat": 39.464138 + }, + "onlineVenue": null, + "dateTime": "2024-01-25T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-01-25T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-valencia/2024-02-27_Debian:-una-comunidad-para-todos,-m\303\241s-all\303\241-de-la-tecnolog\303\255a_299136811.json" "b/events/python-valencia/2024-02-27_Debian:-una-comunidad-para-todos,-m\303\241s-all\303\241-de-la-tecnolog\303\255a_299136811.json" new file mode 100644 index 0000000..ee15433 --- /dev/null +++ "b/events/python-valencia/2024-02-27_Debian:-una-comunidad-para-todos,-m\303\241s-all\303\241-de-la-tecnolog\303\255a_299136811.json" @@ -0,0 +1,28 @@ +{ + "id": "299136811", + "title": "Debian: una comunidad para todos, m\u00e1s all\u00e1 de la tecnolog\u00eda", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/299136811", + "description": "La comunidad Debian es una de las comunidades de software libre m\u00e1s grandes y activas del mundo. Con m\u00e1s de 1200 miembros activos y colaboradores de todo el planeta, Debian se encarga de desarrollar y mantener la distribuci\u00f3n GNU/Linux Debian, una de las m\u00e1s populares y estables del mercado.\nEn esta charla, exploraremos la organizaci\u00f3n y estructura de la comunidad Debian. Descubriremos c\u00f3mo se toman las decisiones, c\u00f3mo se organiza el trabajo y c\u00f3mo se resuelven los conflictos. Tambi\u00e9n conoceremos los diferentes roles y equipos que existen dentro de la comunidad, y las diversas formas en que puedes participar.\n\n## Breve resumen de trayectoria laboral\n\nMi pasi\u00f3n por la tecnolog\u00eda me llev\u00f3 a estudiar Ingenier\u00eda de Telecomunicaciones con especialidad en electr\u00f3nica. Comenc\u00e9 mi carrera desarrollando hardware para sistemas de bloqueo de trenes via sat\u00e9lite, y en mi tiempo libre exploraba el mundo de los microcontroladores y FPGA.\nEn 2005, me un\u00ed a Emdebian, empaquetando utilidades para el desarrollo de sistemas embebidos. Esta experiencia me abri\u00f3 las puertas a una comunidad apasionada por el software libre. Mi compromiso con Debian creci\u00f3 con el tiempo. Organic\u00e9 talleres, me un\u00ed al equipo de administradores de la infrastructura de Debian, ayude en la organizacion de la conferencia anual de Debian, adquiri compromisos como tesorero de la organizaci\u00f3n, etc.En resumen, mi trayectoria profesional ha estado marcada por la pasi\u00f3n por la tecnolog\u00eda y el compromiso con el software libre. A trav\u00e9s de mi participaci\u00f3n en Debian, he tenido la oportunidad de aprender, colaborar y contribuir a un proyecto global que beneficia a miles de personas y empresas alrededor del mundo.", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": -0.334373, + "lat": 39.464138 + }, + "onlineVenue": null, + "dateTime": "2024-02-27T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-02-27T20:30+01:00" +} \ No newline at end of file diff --git a/events/python-valencia/2024-03-26_PyBeers_299829376.json b/events/python-valencia/2024-03-26_PyBeers_299829376.json new file mode 100644 index 0000000..fb807a7 --- /dev/null +++ b/events/python-valencia/2024-03-26_PyBeers_299829376.json @@ -0,0 +1,28 @@ +{ + "id": "299829376", + "title": "PyBeers", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/299829376", + "description": "Las PyBeers es un evento que consiste en reunirnos en el sitio indicado para conocer a personas dentro de la comunidad Python, intercambiar opiniones y experiencias a cerca de Python y/o la tecnolog\u00eda en general.\n\nTodas las personas est\u00e1n invitadas a acercarse y participar tanto si eres especialista en Python, una persona reci\u00e9n llegada a la comunidad o si no has tenido ning\u00fan contacto con ella anteriormente.\n\n\u00a1Te esperamos!", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": -0.334373, + "lat": 39.464138 + }, + "onlineVenue": null, + "dateTime": "2024-03-26T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-03-26T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-valencia/2024-04-30_Linters-en-Python-(con-ejemplo-pr\303\241ctico)_300608083.json" "b/events/python-valencia/2024-04-30_Linters-en-Python-(con-ejemplo-pr\303\241ctico)_300608083.json" new file mode 100644 index 0000000..cbade97 --- /dev/null +++ "b/events/python-valencia/2024-04-30_Linters-en-Python-(con-ejemplo-pr\303\241ctico)_300608083.json" @@ -0,0 +1,28 @@ +{ + "id": "300608083", + "title": "Linters en Python (con ejemplo pr\u00e1ctico)", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/300608083", + "description": "Entre las diferentes herramientas que disponemos en python para mejorar la calidad de nuestro c\u00f3digo, los linters destacan por su inmediatez y sencillez. En esta charla hablaremos de nuestra experiencia real instalando y usando Ruff, el linter de moda. Adem\u00e1s, veremos un caso pr\u00e1ctico de mejora de c\u00f3digo gracias al uso del linter.\n\n## Breve resumen de trayectoria laboral\n\n* Julio Mart\u00ednez: Staff Engineer en Datamaran. Lleva desde 2004 trabajando en la industria. Empez\u00f3 como desarrollador web, para especializarse en backend y m\u00e1s tarde en big data. Ha trabajado en compa\u00f1\u00edas como Ulabox (Barcelona), Hybrid Theory (Londres) y Datamaran (Valencia - Londres).\n* Elena M. Codonyer : Software Engineer en Datamaran. Lleva desde 2020 trabajando en Datamaran, donde empez\u00f3 como Data Scientist. M\u00e1s tarde se ha especializado en backend, con un inter\u00e9s en la mejora de la calidad de c\u00f3digo.", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": -0.334373, + "lat": 39.464138 + }, + "onlineVenue": null, + "dateTime": "2024-04-30T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-04-30T20:30+02:00" +} \ No newline at end of file diff --git "a/events/python-valencia/2024-05-28_Descubriendo-c\303\263mo-gestionar-en-Django-el-ciclo-de-vida-de-un-modelo_301017471.json" "b/events/python-valencia/2024-05-28_Descubriendo-c\303\263mo-gestionar-en-Django-el-ciclo-de-vida-de-un-modelo_301017471.json" new file mode 100644 index 0000000..265ab44 --- /dev/null +++ "b/events/python-valencia/2024-05-28_Descubriendo-c\303\263mo-gestionar-en-Django-el-ciclo-de-vida-de-un-modelo_301017471.json" @@ -0,0 +1,28 @@ +{ + "id": "301017471", + "title": "Descubriendo c\u00f3mo gestionar en Django el ciclo de vida de un modelo", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/301017471", + "description": "En esta charla descubriremos c\u00f3mo realizar acciones asociadas al ciclo de vida (creaci\u00f3n, modificaci\u00f3n y eliminaci\u00f3n) de un modelo de Django usando la librer\u00eda [django-lifecycle](https://github.com/rsinger86/django-lifecycle).", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": -0.334373, + "lat": 39.464138 + }, + "onlineVenue": null, + "dateTime": "2024-05-28T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-05-28T20:30+02:00" +} \ No newline at end of file diff --git a/events/python-valencia/2024-06-25_Desbloqueando-el-Poder-del-VPS.-Trucos-y-Magia-para-Hacer-Brillar-tu-VPS_301700919.json b/events/python-valencia/2024-06-25_Desbloqueando-el-Poder-del-VPS.-Trucos-y-Magia-para-Hacer-Brillar-tu-VPS_301700919.json new file mode 100644 index 0000000..1d198e2 --- /dev/null +++ b/events/python-valencia/2024-06-25_Desbloqueando-el-Poder-del-VPS.-Trucos-y-Magia-para-Hacer-Brillar-tu-VPS_301700919.json @@ -0,0 +1,28 @@ +{ + "id": "301700919", + "title": "Desbloqueando el Poder del VPS. Trucos y Magia para Hacer Brillar tu VPS", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/301700919", + "description": "\u00bfQu\u00e9 es un VPS? Si no lo sabes, \u00a1est\u00e1s en el lugar correcto! Acomp\u00e1\u00f1anos en esta sesi\u00f3n llena de trucos ingeniosos y magia t\u00e9cnica para hacer que tu servidor privado virtual sea m\u00e1s r\u00e1pido, seguro y eficiente. Empezaremos desde lo b\u00e1sico, as\u00ed que tanto principiantes como expertos podr\u00e1n aprender c\u00f3mo desbloquear el poder oculto de su VPS y sacarle el maximo partido. \u00a1Te esperamos!", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26441708", + "name": "Wayco Abastos | Coworking Val\u00e8ncia", + "address": "C/ de l'Historiador Diago, 3", + "city": "Val\u00e8ncia", + "postalCode": "46003", + "lng": -0.383667, + "lat": 39.467403 + }, + "onlineVenue": null, + "dateTime": "2024-06-25T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-06-25T20:30+02:00" +} \ No newline at end of file diff --git a/events/python-valencia/2024-07-30_PyBeers_302192335.json b/events/python-valencia/2024-07-30_PyBeers_302192335.json new file mode 100644 index 0000000..24d925a --- /dev/null +++ b/events/python-valencia/2024-07-30_PyBeers_302192335.json @@ -0,0 +1,28 @@ +{ + "id": "302192335", + "title": "PyBeers", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/302192335", + "description": "Las PyBeers es un evento que consiste en reunirnos en el sitio indicado para conocer a personas dentro de la comunidad Python, intercambiar opiniones y experiencias a cerca de Python y/o la tecnolog\u00eda en general.\n\nTodas las personas est\u00e1n invitadas a acercarse y participar tanto si eres especialista en Python, una persona reci\u00e9n llegada a la comunidad o si no has tenido ning\u00fan contacto con ella anteriormente.\n\n\u00a1Te esperamos!", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26441708", + "name": "Wayco Abastos | Coworking Val\u00e8ncia", + "address": "C/ de l'Historiador Diago, 3", + "city": "Val\u00e8ncia", + "postalCode": "46003", + "lng": -0.383667, + "lat": 39.467403 + }, + "onlineVenue": null, + "dateTime": "2024-07-30T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-07-30T20:30+02:00" +} \ No newline at end of file diff --git a/events/python-valencia/2024-10-29_La-vida-es-muy-corta-para-espera-por-pip-install_304040547.json b/events/python-valencia/2024-10-29_La-vida-es-muy-corta-para-espera-por-pip-install_304040547.json new file mode 100644 index 0000000..8d3d049 --- /dev/null +++ b/events/python-valencia/2024-10-29_La-vida-es-muy-corta-para-espera-por-pip-install_304040547.json @@ -0,0 +1,28 @@ +{ + "id": "304040547", + "title": "La vida es muy corta para espera por pip install", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/304040547", + "description": "**Primero la charla**\nSi estas cansado de esperar esos eternos minutos que toma instalar tus paquetes usando pip. De tener 500 virtualenv para gestionar tus proyectos y herramientas. O de que poetry se ponga un poco espcialito en la configuraci\u00f3n siendo igual de lento. Ven a la charla y descubre el terremoto que ha causado uv en la comunidad de Python en unos pocos meses.\n\n**Despu\u00e9s conocerse**\nTras la charla os invitamos a quedaros un poco mas para conocer a los miembros de la comunidad y hacer un poco de networking. En esta ocasi\u00f3n os invitamos a la primera ronda, simplemente di que vienes de Python Valencia en el Caf\u00e9 de CO.", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26441708", + "name": "Wayco Abastos | Coworking Val\u00e8ncia", + "address": "C/ de l'Historiador Diago, 3", + "city": "Val\u00e8ncia", + "postalCode": "46003", + "lng": -0.383667, + "lat": 39.467403 + }, + "onlineVenue": null, + "dateTime": "2024-10-29T18:30+01:00", + "duration": "PT2H30M", + "timezone": "Europe/Madrid", + "endTime": "2024-10-29T21:00+01:00" +} \ No newline at end of file diff --git a/events/python-valencia/2024-10-29_La-vida-es-muy-corta-para-esperar-por-pip-install_304040547.json b/events/python-valencia/2024-10-29_La-vida-es-muy-corta-para-esperar-por-pip-install_304040547.json new file mode 100644 index 0000000..a000947 --- /dev/null +++ b/events/python-valencia/2024-10-29_La-vida-es-muy-corta-para-esperar-por-pip-install_304040547.json @@ -0,0 +1,28 @@ +{ + "id": "304040547", + "title": "La vida es muy corta para esperar por pip install", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/304040547", + "description": "**Primero la charla**\nSi estas cansado de esperar esos eternos minutos que toma instalar tus paquetes usando pip. De tener 500 virtualenv para gestionar tus proyectos y herramientas. O de que poetry se ponga un poco espcialito en la configuraci\u00f3n siendo igual de lento. Ven a la charla y descubre el terremoto que ha causado uv en la comunidad de Python en unos pocos meses.\n\n**Despu\u00e9s conocerse**\nTras la charla os invitamos a quedaros un poco mas para conocer a los miembros de la comunidad y hacer un poco de networking. En esta ocasi\u00f3n os invitamos a la primera ronda, simplemente di que vienes de Python Valencia en el Caf\u00e9 de CO.", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26441708", + "name": "Wayco Abastos | Coworking Val\u00e8ncia", + "address": "C/ de l'Historiador Diago, 3", + "city": "Val\u00e8ncia", + "postalCode": "46003", + "lng": -0.383667, + "lat": 39.467403 + }, + "onlineVenue": null, + "dateTime": "2024-10-29T18:30+01:00", + "duration": "PT2H30M", + "timezone": "Europe/Madrid", + "endTime": "2024-10-29T21:00+01:00" +} \ No newline at end of file diff --git a/events/python-valencia/2024-11-26_PyBeers_304581352.json b/events/python-valencia/2024-11-26_PyBeers_304581352.json new file mode 100644 index 0000000..4fa7cc9 --- /dev/null +++ b/events/python-valencia/2024-11-26_PyBeers_304581352.json @@ -0,0 +1,28 @@ +{ + "id": "304581352", + "title": "PyBeers", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/304581352", + "description": "Las **PyBeers** son la excusa perfecta para reunirnos, compartir experiencias y conocer a personas apasionadas por Python y la tecnolog\u00eda. Un espacio distendido para aprender unos de otros y disfrutar de la comunidad.\n\nNo importa si eres desarrollador, dise\u00f1ador, especialista en Python, est\u00e1s dando tus primeros pasos en el mundo tech o simplemente tienes curiosidad por descubrir de qu\u00e9 va esta gran comunidad. \u00a1Todas las personas son bienvenidas!\n\nEn esta ocasi\u00f3n tambi\u00e9n os invitamos a la primera ronda, simplemente di que vienes de Python Valencia en el Caf\u00e9 de CO.\n\n\ud83d\udccd No faltes, te esperamos con ganas de charlar y pasarlo genial.", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "26441708", + "name": "Wayco Abastos | Coworking Val\u00e8ncia", + "address": "C/ de l'Historiador Diago, 3", + "city": "Val\u00e8ncia", + "postalCode": "46003", + "lng": -0.383667, + "lat": 39.467403 + }, + "onlineVenue": null, + "dateTime": "2024-11-26T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2024-11-26T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-valencia/2025-01-29_Microservicios:-Una-nueva-esperanza-(y-cu\303\241ndo-dejar-al-monolito-tranquilo)_305574457.json" "b/events/python-valencia/2025-01-29_Microservicios:-Una-nueva-esperanza-(y-cu\303\241ndo-dejar-al-monolito-tranquilo)_305574457.json" new file mode 100644 index 0000000..3546321 --- /dev/null +++ "b/events/python-valencia/2025-01-29_Microservicios:-Una-nueva-esperanza-(y-cu\303\241ndo-dejar-al-monolito-tranquilo)_305574457.json" @@ -0,0 +1,28 @@ +{ + "id": "305574457", + "title": "Microservicios: Una nueva esperanza (y cu\u00e1ndo dejar al monolito tranquilo)", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/305574457", + "description": "\u00a1Nos vemos en la primera charla del a\u00f1o de Python Valencia!\n\nEn la charla se hablar\u00e1 de buenas pr\u00e1cticas al momento del dise\u00f1o de la arquitectura, considerando la migraci\u00f3n de arquitectura monolito a micro servicios, an\u00e1lisis y dise\u00f1o nuevo, y cuando considerar que no es necesario.\n\nComo en otras ocasiones, despu\u00e9s de la charla nos quedaremos a tomar algo y seguir haciendo networking.", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": -0.334373, + "lat": 39.464138 + }, + "onlineVenue": null, + "dateTime": "2025-01-29T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-01-29T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-valencia/2025-02-27_PerfStep:-Performance-360\302\272.-Integrando-Locust-con-Behave_306014145.json" "b/events/python-valencia/2025-02-27_PerfStep:-Performance-360\302\272.-Integrando-Locust-con-Behave_306014145.json" new file mode 100644 index 0000000..c301dda --- /dev/null +++ "b/events/python-valencia/2025-02-27_PerfStep:-Performance-360\302\272.-Integrando-Locust-con-Behave_306014145.json" @@ -0,0 +1,28 @@ +{ + "id": "306014145", + "title": "PerfStep: Performance 360\u00ba. Integrando Locust con Behave", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/306014145", + "description": "**Primero la charla**\nEn esta charla hablaremos del fascinante mundo de las pruebas de rendimiento.\n\nEn base a un ciclo normal de pruebas, descubriremos qu\u00e9 ventajas nos ofrece el uso de Locust como una librer\u00eda python a diferencia del resto de herramientas para pruebas de rendimiento.\n\nPor \u00faltimo, desarrollaremos un ejemplo de prueba de capacidad desde el manejo de Locust en su formato web hasta la completa integraci\u00f3n con la herramienta PerfStep de desarrollo propio.\n\n**Despu\u00e9s conocerse**\nTras la charla os invitamos a quedaros un poco mas para conocer a los miembros de la comunidad y hacer un poco de networking.", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": -0.334373, + "lat": 39.464138 + }, + "onlineVenue": null, + "dateTime": "2025-02-27T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-02-27T20:30+01:00" +} \ No newline at end of file diff --git a/events/python-valencia/2025-03-25_twtxt,-la-red-social-en-texto-plano,-descentralizada-y-minimalista_306769708.json b/events/python-valencia/2025-03-25_twtxt,-la-red-social-en-texto-plano,-descentralizada-y-minimalista_306769708.json new file mode 100644 index 0000000..0c76462 --- /dev/null +++ b/events/python-valencia/2025-03-25_twtxt,-la-red-social-en-texto-plano,-descentralizada-y-minimalista_306769708.json @@ -0,0 +1,28 @@ +{ + "id": "306769708", + "title": "twtxt, la red social en texto plano, descentralizada y minimalista", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/306769708", + "description": "**Primero la charla**\nHoy por hoy es dif\u00edcil que te sorprenda una red social. Tenemos sabores y colores para todos los gustos, pasando por algunas donde se centran en el contenido multimedia (Instagram, TikTok), las que se enfocan en el microblogging (Mastodon, Pleroma, X, Bluesky\u2026), foros (Reddit, Discourse), mensajer\u00eda instant\u00e1nea (WhatsApp, Telegram) o incluso en \u00e1reas como puede ser la programaci\u00f3n (GitHub, GitLab) o la b\u00fasqueda de empleo (Linkedin).\n\nTodo el pescado est\u00e1 vendido. Son plataformas complejas con sus curvas de aprendizaje. \u00bfPuede existir una red social basada en el texto plano? Es decir, en la que para publicar un post solo necesites un editor de texto similar al bloc de notas. La respuesta es s\u00ed, y Python tiene mucho que ver en ello.\n\n**Despu\u00e9s conocerse**\nTras la charla os invitamos a quedaros un poco m\u00e1s para conocer a los miembros de la comunidad y hacer un poco de networking.", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": -0.334373, + "lat": 39.464138 + }, + "onlineVenue": null, + "dateTime": "2025-03-25T18:30+01:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-03-25T20:30+01:00" +} \ No newline at end of file diff --git "a/events/python-valencia/2025-04-29_C\303\263mo-pasar-de-la-placa-al-script-sin-ser-programador_307182961.json" "b/events/python-valencia/2025-04-29_C\303\263mo-pasar-de-la-placa-al-script-sin-ser-programador_307182961.json" new file mode 100644 index 0000000..1b5f660 --- /dev/null +++ "b/events/python-valencia/2025-04-29_C\303\263mo-pasar-de-la-placa-al-script-sin-ser-programador_307182961.json" @@ -0,0 +1,28 @@ +{ + "id": "307182961", + "title": "C\u00f3mo pasar de la placa al script sin ser programador", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/307182961", + "description": "**Primero la charla**\nEn esta ocasi\u00f3n Guillermo nos hablar\u00e1 de su experiencia en el proceso de creaci\u00f3n de robots, partiendo del primer prototipo hasta el segundo, y c\u00f3mo herramientas como Cursor o Windsurf pueden facilitar el trabajo de desarrollar la l\u00f3gica necesaria, incluso sin ser programador.\n\nNo os perd\u00e1is esta ocasi\u00f3n para hablar de Python, robots y aprendizaje asistido por IA.\n\n**Despu\u00e9s conocerse**\nTras la charla os invitamos a quedaros un poco m\u00e1s para conocer a los miembros de la comunidad y hacer un poco de networking.", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": -0.334373, + "lat": 39.464138 + }, + "onlineVenue": null, + "dateTime": "2025-04-29T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-04-29T20:30+02:00" +} \ No newline at end of file diff --git a/events/python-valencia/2025-05-28_Agentes-y-el-Futuro-de-la-Interoperabilidad-(MCP-y-A2A)_307718807.json b/events/python-valencia/2025-05-28_Agentes-y-el-Futuro-de-la-Interoperabilidad-(MCP-y-A2A)_307718807.json new file mode 100644 index 0000000..eab7c2f --- /dev/null +++ b/events/python-valencia/2025-05-28_Agentes-y-el-Futuro-de-la-Interoperabilidad-(MCP-y-A2A)_307718807.json @@ -0,0 +1,28 @@ +{ + "id": "307718807", + "title": "Agentes y el Futuro de la Interoperabilidad (MCP y A2A)", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/307718807", + "description": "**Primero la charla**\nEn esta charla introductoria exploraremos el papel de los agentes de inteligencia artificial en la interoperabilidad y c\u00f3mo protocolos emergentes como MCP (Model Context Protocol) y A2A (Agent2Agent) est\u00e1n transformando la forma en que los modelos de IA colaboran y acceden a informaci\u00f3n. Se dar\u00e1 una visi\u00f3n general de estos conceptos y su impacto en la colaboraci\u00f3n entre modelos de IA. Finalmente se mostrar\u00e1 un ejemplo pr\u00e1ctico para ilustrar su funcionamiento en un escenario real.\n\n**Despu\u00e9s conocerse**\nTras la charla os invitamos a quedaros un poco m\u00e1s para conocer a los miembros de la comunidad y hacer un poco de networking.", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27591803", + "name": "wayCO Cabanyal | Coworking Val\u00e8ncia", + "address": "Carrer de Mari\u00e0 Cuber, 17", + "city": "Val\u00e8ncia", + "postalCode": "46011", + "lng": -0.334373, + "lat": 39.464138 + }, + "onlineVenue": null, + "dateTime": "2025-05-28T18:30+02:00", + "duration": "PT1H", + "timezone": "Europe/Madrid", + "endTime": "2025-05-28T19:30+02:00" +} \ No newline at end of file diff --git a/events/python-valencia/2025-07-16_PyBeersTest_308976310.json b/events/python-valencia/2025-07-16_PyBeersTest_308976310.json new file mode 100644 index 0000000..e64681d --- /dev/null +++ b/events/python-valencia/2025-07-16_PyBeersTest_308976310.json @@ -0,0 +1,28 @@ +{ + "id": "308976310", + "title": "PyBeersTest", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/308976310", + "description": "\u00a1Vuelven las PyBeers!\n\nVolvemos en esta ocasi\u00f3n para despedir el curso hasta Septiembre junto con nuestros amigos de la comunidad de testing. Compartiremos una tarde de networking, ideas y experiencias.\n\nNo importa si eres desarrollador, dise\u00f1ador, especialista en Python, est\u00e1s empezando en el mundo tech o solo tienes curiosidad por conocer m\u00e1s. Este evento es para todas las personas que quieran pasar un buen rato y aprender juntos.\n\n\u00a1Te esperamos!", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "23657115", + "name": "Ruzanuvol Cerveceria Artesenal ", + "address": "Calle Luis Santangel 3", + "city": "Valencia", + "postalCode": "", + "lng": -0.367908, + "lat": 39.46326 + }, + "onlineVenue": null, + "dateTime": "2025-07-16T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-07-16T20:30+02:00" +} \ No newline at end of file diff --git a/events/python-valencia/2025-09-30_La-magia-de-Streamlit:-de-scripts-de-Python-a-web-apps_311098830.json b/events/python-valencia/2025-09-30_La-magia-de-Streamlit:-de-scripts-de-Python-a-web-apps_311098830.json new file mode 100644 index 0000000..51abf7e --- /dev/null +++ b/events/python-valencia/2025-09-30_La-magia-de-Streamlit:-de-scripts-de-Python-a-web-apps_311098830.json @@ -0,0 +1,28 @@ +{ + "id": "311098830", + "title": "La magia de Streamlit: de scripts de Python a web apps", + "eventUrl": "https://www.meetup.com/python-valencia-meetup/events/311098830", + "description": "**Primero la charla**\n\u00bfTe gustar\u00eda transformar esos scripts dif\u00edciles de entender en aplicaciones web con una interfaz bonita, funcional y mobile-friendly?\n\n\u00danete a esta charla para descubrir c\u00f3mo Streamlit convierte tu c\u00f3digo en herramientas que cualquiera puede usar: desde tu jefe hasta tu pareja.\n\nCon Streamlit no necesitas saber HTML, CSS ni JavaScript. Podr\u00e1s crear formularios, paneles interactivos y hasta chats para probar los \u00faltimos modelos de inteligencia artificial. Su componente de chat te permitir\u00e1 interactuar f\u00e1cilmente con tus agentes de IA y sacarles el m\u00e1ximo provecho.\n\nSi trabajas con datos, aqu\u00ed te sentir\u00e1s como en casa. Streamlit se integra perfectamente con bibliotecas como Pandas, Matplotlib, Plotly, Bokeh o Folium, y hasta puedes mostrar mapas interactivos con Mapbox. Explora tus dataframes, ord\u00e9nalos, b\u00fascalos e interact\u00faa con ellos sin complicaciones.\n\nSi ya sabes Python y quieres empezar a construir sin enredarte con el frontend, esta charla te dar\u00e1 una visi\u00f3n clara, pr\u00e1ctica e inspiradora de todo lo que puedes lograr con Streamlit.\n\n**Despu\u00e9s conocerse**\nTras la charla os invitamos a quedaros un poco m\u00e1s para conocer a los miembros de la comunidad y hacer un poco de networking.\n\n**D\u00f3nde:**\nOficinas de GuruSup: Calle de Guillem de Castro 9, piso 7\nhttps://www.linkedin.com/company/gurusup/", + "shortDescription": null, + "group": { + "id": "16514622", + "name": "Python Valencia" + }, + "isNetworkEvent": false, + "isOnline": false, + "eventType": "PHYSICAL", + "venue": { + "id": "27925152", + "name": "C/Guillem de Castro 9,", + "address": "C/Guillem de Castro 9, 7\u00aa Planta", + "city": "Valencia", + "postalCode": "meetup3", + "lng": -0.380725, + "lat": 39.467945 + }, + "onlineVenue": null, + "dateTime": "2025-09-30T18:30+02:00", + "duration": "PT2H", + "timezone": "Europe/Madrid", + "endTime": "2025-09-30T20:30+02:00" +} \ No newline at end of file diff --git a/justfile b/justfile deleted file mode 100644 index 030befc..0000000 --- a/justfile +++ /dev/null @@ -1,18 +0,0 @@ -events_branch := "events" -git_committer_name := "Python España" -git_committer_email := "contacto@es.python.org" - -clean-future: - pyevents clean-after -v -l $(date -I) - -fetch-upcoming: - pyevents fetch-upcoming -v -c communities.toml - -commit-events: - git fetch - # This assumes the branch does not exist yet - git switch -c {{events_branch}} --track origin/{{events_branch}} - cp -r _events/* events/ - git add ./events - git commit --allow-empty -m "Update events $(date -I)" - git push origin {{events_branch}} diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index efbe3bd..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,28 +0,0 @@ -[build-system] -requires = ["flit_core >=3.2,<4"] -build-backend = "flit_core.buildapi" - -[project] -name = "pyevents" -authors = [{name = "Equipo PyCamp España", email = "pycampes@gmail.com"}] -readme = "README.md" -dynamic = ["version", "description"] -requires-python = ">=3.11" -dependencies = [ - "click", - "httpx", - "python-dateutil", - "PyJWT", - "cryptography==39.0.0", - "structlog", - "tenacity>=8.0.0", -] - -[project.urls] -Home = "https://pycamp.es/" - -[project.scripts] -pyevents = "pyevents.cli:cli" - -[tools.isort] -profile = "black" diff --git a/requirements.in b/requirements.in deleted file mode 100644 index 1605b97..0000000 --- a/requirements.in +++ /dev/null @@ -1 +0,0 @@ --e file:. diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 1791476..0000000 --- a/requirements.txt +++ /dev/null @@ -1,47 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.11 -# by the following command: -# -# pip-compile --resolver=backtracking -# --e file:. - # via -r requirements.in -anyio==3.6.2 - # via httpcore -certifi==2022.12.7 - # via - # httpcore - # httpx -cffi==1.15.1 - # via cryptography -click==8.1.3 - # via telegram-python-es -cryptography==39.0.0 - # via telegram-python-es -h11==0.14.0 - # via httpcore -httpcore==0.16.3 - # via httpx -httpx==0.23.3 - # via telegram-python-es -idna==3.4 - # via - # anyio - # rfc3986 -pycparser==2.21 - # via cffi -pyjwt==2.6.0 - # via telegram-python-es -python-dateutil==2.8.2 - # via telegram-python-es -rfc3986[idna2008]==1.5.0 - # via httpx -six==1.16.0 - # via python-dateutil -sniffio==1.3.0 - # via - # anyio - # httpcore - # httpx -tenacity==8.2.2 - # via telegram-python-es diff --git a/src/pyevents/__init__.py b/src/pyevents/__init__.py deleted file mode 100644 index 7c6ec51..0000000 --- a/src/pyevents/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -""" -Automation of Meetup events on Telegram. -""" - -__version__ = "0.1.dev0" diff --git a/src/pyevents/cli.py b/src/pyevents/cli.py deleted file mode 100644 index 653e12b..0000000 --- a/src/pyevents/cli.py +++ /dev/null @@ -1,102 +0,0 @@ -import datetime as dt -import json -import logging -import tomllib -from pathlib import Path - -import click -import structlog -from dateutil.parser import parse as parse_date - -from .graphql_query import collect_upcoming_events - -logger = structlog.get_logger() - - -def event_name_from_data(event): - event_start_time = parse_date(event["dateTime"]) - return ( - f"{event_start_time:%Y-%m-%d}_{event['title'].replace(' ', '-')}_{event['id']}" - ) - - -@click.group() -def cli(): - pass - - -@cli.command() -@click.option( - "--cutoff-date", - "-l", - "cutoff_datetime", - type=click.DateTime(["%Y-%m-%d"]), - default=dt.date.today().strftime("%Y-%m-%d"), -) -@click.option("--destination-dirname", "-d", type=click.Path(), default="_events") -@click.option("--verbose", "-v", is_flag=True) -def clean_after(cutoff_datetime, destination_dirname, verbose): - structlog.configure( - wrapper_class=structlog.make_filtering_bound_logger( - logging.DEBUG if verbose else logging.INFO - ), - ) - - cutoff_date = cutoff_datetime.date() - logging.debug("Cutoff date set", cutoff_date=cutoff_date) - - for event_path in Path(destination_dirname).glob("**/*.json"): - event_date = dt.datetime.strptime( - event_path.name.split("_")[0], "%Y-%m-%d" - ).date() - logger.debug("Event file found", event_path=event_path, event_date=event_date) - if event_date > cutoff_date: - logger.info( - "Deleting event file", event_path=event_path, event_date=event_date - ) - event_path.unlink() - else: - logger.info("No event files deleted") - - -@cli.command() -@click.option( - "--communities", "-c", "communities_path", type=click.Path(), required=True -) -@click.option("--destination-dirname", "-d", type=click.Path(), default="_events") -@click.option("--verbose", "-v", is_flag=True) -def fetch_upcoming(communities_path, destination_dirname, verbose): - structlog.configure( - wrapper_class=structlog.make_filtering_bound_logger( - logging.DEBUG if verbose else logging.INFO - ), - ) - - with open(communities_path, "rb") as f: - communities_data = tomllib.load(f) - communities = communities_data["communities"] - - if not (destination_dir := Path(destination_dirname)).is_dir(): - destination_dir.mkdir() - - upcoming_events = collect_upcoming_events(communities) - - for community_slug, events in upcoming_events.items(): - if not (community_dir := (destination_dir / community_slug)).is_dir(): - community_dir.mkdir() - - for event_data in events: - event = event_data["data"]["event"] - logger.debug("Saving new event", event_title=event["title"]) - with open(community_dir / f"{event_name_from_data(event)}.json", "w") as fh: - json.dump(event, fh, indent=2) - else: - logger.debug( - "No new events found for this community", community_slug=community_slug - ) - else: - logger.info("No new events found") - - -if __name__ == "__main__": - cli() diff --git a/src/pyevents/event/domain/__init__.py b/src/pyevents/event/domain/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/src/pyevents/event/domain/event.py b/src/pyevents/event/domain/event.py deleted file mode 100644 index 0a31119..0000000 --- a/src/pyevents/event/domain/event.py +++ /dev/null @@ -1,25 +0,0 @@ -from dateutil.parser import parse - - -class Event: - def __init__(self, community_name, title, date, venue, description, link): - self.community_name = community_name - self.title = title - self.date = self.__parse_date(date) - self.venue = venue - self.description = description - self.link = link - - @staticmethod - def from_json(json_dict): - return Event( - json_dict["community_name"], - json_dict["title"], - json_dict["date"], - json_dict["venue"], - json_dict["description"], - json_dict["link"], - ) - - def __parse_date(self, date): - return parse(date) diff --git a/src/pyevents/graphql_query.py b/src/pyevents/graphql_query.py deleted file mode 100644 index 4be6084..0000000 --- a/src/pyevents/graphql_query.py +++ /dev/null @@ -1,175 +0,0 @@ -import datetime as dt -import os - -import httpx -import jwt -import structlog -from tenacity import retry -from tenacity.retry import retry_if_exception_type -from tenacity.stop import stop_after_attempt -from tenacity.wait import wait_exponential_jitter - -logger = structlog.get_logger() - - -class MeetupAuthenticationError(RuntimeError): - pass - - -class MeetupQueryError(RuntimeError): - pass - - -@retry( - stop=stop_after_attempt(10), - wait=wait_exponential_jitter(initial=1, max=15, exp_base=2, jitter=0.2), - retry=retry_if_exception_type(httpx.ConnectTimeout), -) -def auth(): - # TODO: Convert to function parameters - meetup_client_key = str(os.environ["MEETUP_CLIENT_KEY"]) - meetup_member_id = str(os.environ["MEETUP_MEMBER_ID"]) - private_key = os.environ["MEETUP_JWT_KEY"].encode() - - with httpx.Client(base_url="https://secure.meetup.com/oauth2/") as cli: - # private_key = b"""-----BEGIN RSA PRIVATE KEY----- - data = { - "sub": meetup_member_id, - "iss": meetup_client_key, - "aud": "api.meetup.com", - "exp": dt.datetime.utcnow() + dt.timedelta(seconds=120), - } - signed_jwt = jwt.encode(data, private_key, algorithm="RS256") - r = cli.post( - "/access", - headers={"content-type": "application/x-www-form-urlencoded"}, - data={ - "grant_type": "urn:ietf:params:oauth:grant-type:jwt-bearer", - "assertion": signed_jwt, - }, - ) - if not r.is_success: - raise MeetupAuthenticationError( - f"Could not perform authentication: {r.json()}" - ) - - return r.json() - - -def query_event(event_id: str, token: str): - query = """ - query ($eventId: ID) { - event(id: $eventId) { - id - title - eventUrl - description - shortDescription - group { - id - name - } - isNetworkEvent - isOnline - eventType - venue { - id - name - address - city - postalCode - lng - lat - } - onlineVenue { - url - } - dateTime - duration - timezone - endTime - } - } - """ - # TODO: There are supposedly networkEvent and series subfields, - # but they are completely undocumented - - with httpx.Client() as cli: - response = cli.post( - "https://api.meetup.com/gql", - headers={ - "content_type": "application/json", - "authorization": f"Bearer {token}", - }, - json={"query": query, "variables": {"eventId": event_id}}, - ) - if not response.is_success: - raise MeetupQueryError(f"{response.json()['errors']}") - - return response.json() - - -def query_group_events(urlname: str, token: str): - query = """ - query ($urlname: String!) { - groupByUrlname(urlname: $urlname) { - urlname - upcomingEvents(input: {}) { - count - edges { - node { - id - } - cursor - } - } - } - }""" - with httpx.Client() as cli: - response = cli.post( - "https://api.meetup.com/gql", - headers={ - "content_type": "application/json", - "authorization": f"Bearer {token}", - }, - json={"query": query, "variables": {"urlname": urlname}}, - ) - return response.json() - - -@retry( - stop=stop_after_attempt(10), - wait=wait_exponential_jitter(initial=1, max=15, exp_base=2, jitter=0.2), - retry=retry_if_exception_type(httpx.ConnectTimeout), -) -def collect_group_upcoming_events(urlname: str, token: str): - logger.info("Collecting upcoming events for group: %s", urlname) - result = query_group_events(urlname=urlname, token=token) - upcoming_events = result["data"]["groupByUrlname"]["upcomingEvents"] - count = upcoming_events["count"] - if count == 0: - logger.info("There isn't any upcoming event for: %s", urlname) - return {} - events = [ - query_event(item["node"]["id"], token) for item in upcoming_events["edges"] - ] - logger.info("Collected upcoming events for group: %s", urlname) - return events - - -def collect_upcoming_events(communities): - token = auth()["access_token"] - communities_upcoming_events = {} - for community in communities: - try: - slug = community["slug"] - url = community["url"] - urlname = url.rstrip("/").split("/")[-1] - upcoming_events = collect_group_upcoming_events(urlname, token) - if upcoming_events: - communities_upcoming_events[slug] = upcoming_events - except Exception as e: - logger.exception( - f"Could not collect upcoming_events of community {url}", exc_info=e - ) - return communities_upcoming_events diff --git a/src/pyevents/telegram/__init__.py b/src/pyevents/telegram/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/src/pyevents/telegram/application/__init__.py b/src/pyevents/telegram/application/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/src/pyevents/telegram/application/telegram_message_builder.py b/src/pyevents/telegram/application/telegram_message_builder.py deleted file mode 100644 index f93184c..0000000 --- a/src/pyevents/telegram/application/telegram_message_builder.py +++ /dev/null @@ -1,29 +0,0 @@ -import datetime -import locale -import re - - -from pyevents.event.domain.event import Event - - -class TelegramMessageBuilder: - def execute(self, event: Event): - return ( - f"🐍 {self.__clean_chars(event.community_name)}\n\n" - f"*Título:* [{self.__clean_chars(event.title)}]({event.link})\n" - f"*Fecha:* {self.__get_day(event.date)}\n" - f"*Hora:* {self.__get_hour(event.date)}\n" - f"*Lugar:* {self.__clean_chars(event.venue)}\n" - f"*Descripción:* {self.__clean_chars(event.description)}" - ) - - def __clean_chars(self, text): - return re.sub(r"[_()*~`>#+-=|{}.!\[\]]", r"\\\g<0>", text) - - def __get_hour(self, date): - return f"{date.hour}:{date.minute}" - - def __get_day(self, date): - spanish_locale = locale.setlocale(locale.LC_ALL, "es_ES.UTF-8") - formatted_date = date.strftime("%A %d de %B") - return formatted_date diff --git a/src/pyevents/telegram/infrastructure/__init__.py b/src/pyevents/telegram/infrastructure/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/src/pyevents/telegram/infrastructure/telegram_sender.py b/src/pyevents/telegram/infrastructure/telegram_sender.py deleted file mode 100644 index 6de2563..0000000 --- a/src/pyevents/telegram/infrastructure/telegram_sender.py +++ /dev/null @@ -1,23 +0,0 @@ -import os -import httpx -from dotenv import load_dotenv - - -load_dotenv() -URL = os.getenv("TELEGRAM_API_URL") -TOKEN = os.getenv("TELEGRAM_BOT_TOKEN") -CHANNEL_ID = os.getenv("TELEGRAM_CHANNEL_ID") - - -class TelegramSender: - def send_message(self, message): - request = URL + TOKEN + "/sendMessage" - data = {"chat_id": CHANNEL_ID, "text": message, "parse_mode": "MarkdownV2"} - response = httpx.post(request, data=data) - self.__message_sent_log(response.status_code) - - def __message_sent_log(self, status_code): - if 200 == status_code: - print("Message sent succesfully") - else: - print("There was a problem sending this message")