BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//pretalx//programme.europython.eu//europython-2026//talk//KFQN3X
BEGIN:VTIMEZONE
TZID:CET
BEGIN:STANDARD
DTSTART:20001029T040000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20000326T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:pretalx-europython-2026-KFQN3X@programme.europython.eu
DTSTART;TZID=CET:20260717T101000
DTEND;TZID=CET:20260717T104000
DESCRIPTION:Have you ever needed to debug a live Python process but couldn'
 t restart it? Didn't want to redeploy with debug flags or manage sidecar c
 ontainers just to debug your application?\n\nIn this talk\, I'll show you 
 why `sys.remote_exec()` is one of the coolest features of Python 3.14! I'l
 l cover the basics of Python's new remote debugging capabilities and demon
 strate how `sys.remote_exec()` can be combined with debugpy (an implementa
 tion of the Debug Adapter Protocol) to provide full IDE debugging experien
 ces for live processes. I'll share what I learned building a tool that use
 s these primitives to attach debuggers to FastAPI applications running in 
 local Kubernetes clusters.\n\nBeyond debugging\, we'll explore other use c
 ases for `sys.remote_exec()` and how you can apply the feature to solve pr
 oblems in your own work!
DTSTAMP:20260524T131129Z
LOCATION:Auditorium Hall (S1)
SUMMARY:The coolest feature in Python 3.14: sys.remote_exec() - Savannah Os
 trowski
URL:https://programme.europython.eu/europython-2026/talk/KFQN3X/
END:VEVENT
END:VCALENDAR
