---
title: "💭 python 3.14 highlights! - YouTube"
description: "!https://www.youtube.com/watch?v=-Z-BDux-TRk"
date: 2025-10-03
published: true
tags:
  - python
  - thought
template: link
---


<div class="embed-card embed-card-external embed-card-provider-youtube">
  <div class="embed-card-rich">
<lite-youtube videoid="-Z-BDux-TRk" title="YouTube video" playlabel="Play: YouTube video"></lite-youtube>
  </div>
</div>


anthony has some of the best python highlight videos each year.  This might be a good sign, but each year there seems to be less and less that I am chomping at the bit to get to.  I thought the remote debugger looked every interesting, his use case for `babi` seemed very interesting.  I wonder what textual would look like built in a 3.14 world, would it still have built its own debugger/console?

``` bash
uv tool run --python=3.14 babi
```

Without a process flag you need sudo permissions to attach a pdb debugger similar to gdb.

``` bash
ps -ef | grep babi
uv tool run --python=3.14 python -m pdb -p8605
```

![screenshot-2025-10-03T01-11-02-918Z.png](https://dropper.wayl.one/api/file/b5e1a34d-c198-440a-ab30-4498bfa6962a.png)


!!! note

    This post is a <a href="/thoughts/" class="wikilink" data-title="Thoughts" data-description="These are generally my thoughts on a web page or some sort of url, except a rare few don&#39;t have a link. These are dual published off of my..." data-date="2024-04-01">thought</a>. It's a short note that I make
    about someone else's content online <a href="/tags/thoughts/" class="hashtag-tag" data-tag="thoughts" data-count=2 data-reading-time=3 data-reading-time-text="3 minutes">#thoughts</a>
