Skip to content

Commit 3a7f5a7

Browse files
authored
Update index.md
1 parent ab43986 commit 3a7f5a7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ author_profile: true
1919

2020
## 🎤 Conference Talks
2121

22-
- **EuroPython 2025: Exploring the CPython JIT**
23-
[Slides](https://github.com/diegorusso/diegorusso/blob/main/2025/ep2025_exploring_the_cpython_jit.pdf) | Recording: _coming soon_
22+
- **EuroPython 2025/PyCon UK 2025: Exploring the CPython JIT**
23+
[Slides](https://github.com/diegorusso/diegorusso/blob/main/2025/ep2025_exploring_the_cpython_jit.pdf) | [PyCon UK 2025](https://youtu.be/5-AA7-fHYYM?si=3jILxr9B1Coeq3-F), _EuroPython 2025 coming soon_
2424
- **Microsoft Build 2024: Run PyTorch natively on Windows on Arm using GitHub runners**
2525
[Session page](https://build.microsoft.com/en-US/sessions/ODFP974) | [YouTube](https://www.youtube.com/watch?v=uhGg7wb6jV4)
2626
- **EuroPython 2023: Python on Arm Architecture**
2727
[Slides](https://github.com/diegorusso/diegorusso/blob/main/2023/ep2023_python_on_arm.pdf) | [Recording](https://www.youtube.com/watch?v=nYf7r0lkTIs)
2828

29+
2930
## 🎧 Podcasts
3031

3132
- **2025 - Intervista Pythonista: Runtime e Interpreter con un Core Developer! #66 ( :it: )**
@@ -37,7 +38,7 @@ author_profile: true
3738
```python
3839
>>> import diegorusso as diegor
3940
>>> diegor.talks()
40-
['EuroPython', 'Microsoft Build', 'Podcast']
41+
['PyCon UK', 'EuroPython', 'Microsoft Build', 'Podcast']
4142
>>> diegor.smile()
4243
😄
4344
```

0 commit comments

Comments
 (0)