Skip to content

Commit 32291eb

Browse files
authored
Update index.md
1 parent bf10fc2 commit 32291eb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ classes: wide
44
author_profile: true
55
---
66

7-
# >>>
8-
9-
## 👋 About Me
10-
117
- :snake: I’m a [CPython](https://github.com/python/cpython/) Core Developer
128
- :office: I work as Principal Software Engineer at [Arm Ltd](https://www.arm.com)
139
- :computer: I'm part of the Runtimes team where my main goal is to make CPython :snake: and its ecosystem work flawlessly for developers around the world on Arm platforms
@@ -34,8 +30,10 @@ author_profile: true
3430
[YouTube](https://www.youtube.com/watch?v=Xx09D359mR4) | [Spotify](https://creators.spotify.com/pod/profile/marco-santoni/episodes/Runtime-e-Interpreter-con-un-Core-Developer--66-e35gcjl) | [Apple Podcast](https://podcasts.apple.com/lu/podcast/runtime-e-interpreter-con-un-core-developer-66/id1561566952?i=1000717070862)
3531

3632

37-
```
33+
```python
3834
>>> import diegorusso as diegor
35+
>>> diegor.talks()
36+
['EuroPython', 'Microsoft Build', 'Podcast']
3937
>>> diegor.smile()
4038
😄
4139
```

0 commit comments

Comments
 (0)