Gwyneth Peña-Siguenza's Avatar

Gwyneth Peña-Siguenza

@madebygps.com

@microsoft python advocate @learntocloud core maintainer madebygps.azurewebsites.net

1,188
Followers
171
Following
67
Posts
24.04.2023
Joined
Posts Following

Latest posts by Gwyneth Peña-Siguenza @madebygps.com

Video thumbnail

Today at @github.com we're rolling out a new issues search in preview.

In internal testing, the average list position has improved by 39% with the new semantic search in addition to returning more matching results!

Check out this side-by-side comparison in this popular repo from Home Assistant:

29.01.2026 17:28 👍 99 🔁 13 💬 4 📌 1
Python + Agents banner with session listing

Python + Agents banner with session listing

Join my 6-part Python + Agents livestream series in February!

Learn to:
🤖 Build agents with Microsoft agent-framework
🛠️ Call tools and use MCP servers
🧠 Add context + memory
🔁 Create workflows with HITL

All free, on YouTube, with OSS code samples. Register:
🔗 aka.ms/PythonAgents...

14.01.2026 17:32 👍 4 🔁 1 💬 1 📌 0

hi friends

19.01.2026 16:23 👍 1 🔁 0 💬 0 📌 0
Preview
Python + Agentes: Creando agentes y flujos de IA con Agent Framework | Microsoft Reactor Attend Reactor Event Series for on-going opportunities to learn, connect, and build. Expand your skillset.

¿Habla español?
Mi colega @madebygps.com ofrece una serie en español. Regístrese en aka.ms/PythonAgente...

14.01.2026 17:44 👍 3 🔁 1 💬 0 📌 0
Post image

Day 1: Secret Entrance.What's the combination?
#AdventOfCode

01.12.2025 21:07 👍 55 🔁 3 💬 2 📌 0
slide showing session dates and titles

slide showing session dates and titles

Curso oficial Microsoft Python + MCP.

- Deployments a la nube
- Auth
- agentes + mcp y más

Regístrate ahora aquí. Todo en español. Todo gratis.
aka.ms/pythonmcp/espanol

01.12.2025 20:00 👍 4 🔁 1 💬 0 📌 0

As you cancel streaming services, here is a casual reminder that only 16% of Americans read for pleasure anymore, and your local library has hundreds or thousands of books you haven't read.

They would love to see you stop by and renew your library card.

18.09.2025 19:55 👍 13558 🔁 5484 💬 251 📌 480
Promotional graphic for a free Python + AI live class series hosted by Microsoft. On the left, a white box lists the schedule:

10/7: LLMs (brain emoji)

10/8: Vector Embeddings (arrow emoji)

10/9: Vision Models (picture frame emoji)

10/14: RAG (magnifying glass emoji)

10/15: Structured Outputs (tools emoji)

10/16: AI Quality and Safety (shield emoji)

10/21: Tool Calling (tools emoji)

10/22: AI Agents (robot emoji)

10/23: Model Context Protocol (paperclip emoji).

On the right, there is a smiling cartoon robot holding a magic wand with stars, the Python logo, and a colorful "LIVE" icon. At the bottom, the registration link is shown: aka.ms/pythonia/serie.

Promotional graphic for a free Python + AI live class series hosted by Microsoft. On the left, a white box lists the schedule: 10/7: LLMs (brain emoji) 10/8: Vector Embeddings (arrow emoji) 10/9: Vision Models (picture frame emoji) 10/14: RAG (magnifying glass emoji) 10/15: Structured Outputs (tools emoji) 10/16: AI Quality and Safety (shield emoji) 10/21: Tool Calling (tools emoji) 10/22: AI Agents (robot emoji) 10/23: Model Context Protocol (paperclip emoji). On the right, there is a smiling cartoon robot holding a magic wand with stars, the Python logo, and a colorful "LIVE" icon. At the bottom, the registration link is shown: aka.ms/pythonia/serie.

¡Regresamos con las clases de Python + IA!

Nuevo material, modelos GPT-5, y hemos agregado agentes y MCP.

9 sesiones completas: demos, entornos prácticos, diapositivas y clases en vivo.

Todo 100% GRATIS.

Regístrate: aka.ms/pythonia/serie

Y por favor, comparte con tus amigos, colegas y tu red.

29.08.2025 13:54 👍 1 🔁 0 💬 0 📌 0
Agentic Coding: Armin Ronacher
Agentic Coding: Armin Ronacher YouTube video by Microsoft Azure Developers

@marlene.bsky.social and I started a new show: Python on Azure! We had to go BIG for our first episode: our guest is the one and only @mitsuhiko.at

- Could he vibe-code Flask?
- Is the terminal the ideal UX for AI coding tools?
...and more!

youtu.be/bpWPEhO7RqE?...

25.08.2025 15:47 👍 18 🔁 3 💬 0 📌 0
Video thumbnail

✨ Big O ✨

Let me take you on a visual introduction to what big O notation is in my new blog post: samwho.dev/big-o.

With big O notation you can better understand how algorithms will perform in practice, finding orders of magnitude improvements often with very simple changes to your code.

23.08.2025 14:35 👍 418 🔁 105 💬 29 📌 21
Crea tu Primer MCP Server con Python [Curso Completo Desde Cero]
Crea tu Primer MCP Server con Python [Curso Completo Desde Cero] YouTube video by LA GPS

Nuevo curso en YouTube:
Crea tu primer MCP Server con Python 🚀

✅ Qué es MCP
✅ VS Code setup
✅ Server en Python paso a paso
✅ Tips con GitHub Copilot (AI)
✅ Prompting & context tricks

youtu.be/gIHt75GVWDo?...

22.08.2025 16:07 👍 1 🔁 0 💬 0 📌 0
Search Jobs | Microsoft Careers

I'm hiring! AI Dev Tools Advocate focused on VS Code & Copilot.

jobs.careers.microsoft.com/global/en/jo...

Do you:
💖 #vscode & #GitHubCopilot
🎉 Enjoying teaching & tech talks & presenting
📹 Creating videos, blogs, & live streaming
💬Engaging with dev communities
👨‍💻 Using the latest AI tools

21.08.2025 21:28 👍 13 🔁 7 💬 0 📌 0

From my very early experimenting, gpt-5 models are pretty good for English to Spanish especially if I provide some guidelines and examples.

Working on my findings so will share once done :)

21.08.2025 22:40 👍 1 🔁 0 💬 0 📌 0
Preview
Azure Cosmos DB Python Basics: Client Configuration and Dependency Injection with FastAPI In this video, you'll learn how to properly configure and wire up a CosmosClient using FastAPI's dependency injection system. Instead of creating new connections for every request, we'll implement a singleton pattern with connection pooling that scales efficiently and integrates seamlessly with Azure Functions. What You'll Learn: • Connection pooling fundamentals and why every CosmosClient creates its own pool • The performance difference between one connection pool versus hundreds • Singleton CosmosClient pattern using global variables and lazy initialization • Clean FastAPI dependency injection setup for database connections • Azure Functions integration patterns that work in production Presenter Gwyneth Peña-Siguenza Links: • Code Repository: https://msft.it/63322ShMAk • Azure Functions Best Practices: https://msft.it/63324ShMAw • Azure Cosmos DB Python Best Practices: https://msft.it/63325ShMAb • FastAPI Dependency Injection: https://msft.it/63326ShMAj • Subscribe to Azure Cosmos DB on YouTube – https://msft.it/63327ShMAd • Follow Azure Cosmos DB on X – https://msft.it/63329ShMA5 • Follow Azure Cosmos DB on LinkedIn – https://msft.it/63321ShMA9 #Python #AzureCosmosDB #Azure #NoSQL #DatabaseTutorial #PythonSDK

New video! 🚀 Learn how to build scalable FastAPI apps with #AzureCosmosDB + Python.

@madebygps.com shows how to:
✅ Use a singleton CosmosClient
✅ Inject it cleanly with FastAPI
✅ Prep for Azure Functions

Watch: https://msft.it/63325ShMAl
#Python #FastAPI #AzureFunctions

15.07.2025 10:00 👍 2 🔁 1 💬 0 📌 0

sushi cat! so cute

07.07.2025 19:53 👍 0 🔁 0 💬 1 📌 0

wow...

07.07.2025 19:52 👍 0 🔁 0 💬 0 📌 0

Apologies if you only follow me for technology. However, newsflash, technology is political.

03.07.2025 21:03 👍 214 🔁 10 💬 9 📌 2

It’s so frustrating that there is this illusion that we are all 49%/49% right now. Us versus them, good versus bad, and it’s all because of the BS that is the electoral system. It’s very likely 70% versus 30% and we’re just not seeing representative government.There’s just no common sense right now

03.07.2025 20:42 👍 1041 🔁 190 💬 36 📌 33
Getting Started with the PostgreSQL Extension for VS Code
Getting Started with the PostgreSQL Extension for VS Code YouTube video by Visual Studio Code

Great video from @madebygps.com showing off the new PostgreSQL extension for VS Code, which you can use with both local and Azure databases. And it'll even make a local database for you, using Docker, if you want!

www.youtube.com/watch?v=d_wp...

#postgresql #vscode

06.06.2025 16:24 👍 4 🔁 1 💬 0 📌 0
Video thumbnail

The PostgreSQL extension for VS Code is here! @madebygps.com shows you how to get started with creating a new Docker PostreSQL server, managing your connections, chatting with your database, and more.

09.06.2025 19:22 👍 18 🔁 3 💬 1 📌 1
Preview
Building a Modern Python API with Azure Cosmos DB: A 5-Part Video Series - Azure Cosmos DB Blog Explore how to use Python with Azure Cosmos DB to build a production-ready API. Watch our video series for insights.

@madebygps.com created a 5-part video series on building scalable Python APIs with FastAPI and Azure Cosmos DB. She covered key concepts in this series

devblogs.microsoft.com/cosmosdb/bui...

#python #Programming #PythonProgramming #SoftwareDevelopment #TechNews #OpenSource

17.06.2025 13:26 👍 4 🔁 1 💬 0 📌 0
Preview
How Reladiff Works, t-strings, GIL and more with some more interesting news, articles, packages and projects

Tomorrow newsletter will be out. Interesting stuff by @madebygps.com Erez Shinan, Corey Schafer @anthonypjshaw.bsky.social Yang Zhou covered

newsletter.piptrends.com/p/how-reladi...

#python #PythonProgramming #ai #ml #MachineLearning #SoftwareDevelopment #TechNews #OpenSource #DataEngineering

20.06.2025 11:09 👍 4 🔁 1 💬 0 📌 0
Video thumbnail

Kubernetes is the second-largest open-source project in the world. What does it do—and why is it so widely adopted?

@kat.lol is the Kubernetes Release Team Subproject Lead. She shared the history of Kubernetes, how it's built, when it is a good tool to use, and how you can contribute to it:

15.05.2025 16:03 👍 103 🔁 19 💬 5 📌 0
Anthony presenting at PyCon

Anthony presenting at PyCon

First up at #PyconUS, @tonybaloney is giving an AI Crash Course.

Exercises and slides in:
github.com/tonybaloney/...

14.05.2025 13:16 👍 14 🔁 4 💬 2 📌 0

omg Congrats Sav!!

28.04.2025 20:20 👍 1 🔁 0 💬 1 📌 0
Preview
PEP 751 – A file format to record Python dependencies for installation reproducibility | peps.python.org This PEP proposes a new file format for specifying dependencies to enable reproducible installation in a Python environment. The format is designed to be human-readable and machine-generated. Installe...

Was reading PEP 751 (peps.python.org/pep-0751/#ab...) this morning and it feels like a good step toward finally solving Python dependency management woes. Even better UV just added preliminary pylock.toml support 🚀 github.com/astral-sh/uv...

28.04.2025 19:11 👍 1 🔁 0 💬 0 📌 0
Preview
파이콘 한국 2025 CFP 발표자 모집(Suggestion of PyCon Korea 2025 CFP) 안녕하세요, 파이콘 한국 준비 위원회입니다. 8월 15일(금) ~ 17일(일) 진행되는 파이콘 한국 2025의 발표자를 모집합니다! ⭐️ " 파이썬으로 세상을 엮다 " ⭐️ 파이썬에 대한 열정을 가진 사람들과 함께하는 파이콘 한국 2025가 동국대학교에서 오프라인으로 진행됩니다. 여러분의 다양한 목소리로 파이썬의 멋진 매력을 많은 이에게 들려주세요! ...

PyCon KR 2025 is now waiting for amazing speakers from around the world :)
This year, PyCon KR will be held in a beautiful area in Seoul, you will enjoy it!

docs.google.com/forms/d/e/1F...

24.04.2025 12:48 👍 0 🔁 2 💬 0 📌 0
Preview
PyTorch Arm native builds now available for Windows We are excited to announce the availability of Arm native builds of PyTorch for Windows! Until now, developers and researchers had to compile PyTorch locally to support Windows Arm64. With PyTorch 2.7...

🔥 PyTorch native builds are now available for Windows on Arm!

✅ No x64 emulation
🚀 Faster performance
📦 Works on Surface Pro X, Dev Kits & GitHub Actions

Dev workflows on Arm64 just got way better.

🔗 blogs.windows.com/windowsdevel...

@microsoft.com

#PyTorch #WindowsOnArm #AI #ML #Arm64

25.04.2025 10:27 👍 5 🔁 3 💬 0 📌 0

This has been a super interesting experience; maybe I’ll do a video or explain the process at some point. I’m very proud of the result. The most challenging talk I’ve ever done. It should get chopped up on YouTube soon. #TEDxPDX (but it can be found rewinding in the livestream)

27.04.2025 02:35 👍 255 🔁 10 💬 11 📌 1

Regístrate aquí para enviarte el link de la clase en vivo, las diapositivas y los recursos: aka.ms/agentshack/p...

20.04.2025 14:44 👍 2 🔁 0 💬 0 📌 0