
CPython
SoftwareWikipedia
21
MENTIONS
10
EPISODES
10
PODCASTS
Search complete. 21 mentions across 10 episodes found for "CPython".
Sep 11, 2026
Django Developers Survey Results & Reproducible Python Builds
C
0:40Christopher BaileyHOST
We dig into a post from Brett Cannon about reproducible builds in Python.
C
0:45Christopher BaileyHOST
It covers the importance of creating an independently verifiable, repeatable build of CPython and other associated tools.
C
0:53Christopher BaileyHOST
The post explains why Python isn't there yet, and the direction of the work still needed.
C
0:59Christopher BaileyHOST
We also share several other articles and projects from the Python community, including recent releases, upcoming PSF elections, PolarDB versus SQL differences nobody is talking about, creating Django unsubscribe links without a login, a library to make measurement units easier through Pydantic, and a tool to convert if-else code to match statements.
C
4:24Christopher TrudeauGUEST
So, uh, yeah, they're taking a very interesting approach here.
C
4:26Christopher BaileyHOST
Cool.
C
4:27Christopher TrudeauGUEST
The next bit of news is the addition of RISC-V, which is what Wikipedia says is the way to pronounce what I've always called RISC-V, as a supported architecture for CPython.
C
4:37Christopher TrudeauGUEST
If you're not familiar, RISC-V is an open source instruction set that defines how a CPU works.
CircuitPython Day 2026
P
13:05Paul CutlerHOST
And CircuitPython tries to conform as much as possible with
T
13:08Todd KurtHOST
CPython or desktop Python.
P
13:11Paul CutlerHOST
Smica shares his motivation for creating PicoGame and that he had a PicoPad that you see on the screen here, a checkmate handheld gaming device that uses an RP2040.
P
13:21Paul CutlerHOST
The PicoPad has a picture of a Defender-like game on it, and Smica tried to recreate it, but found DisplayIO too slow.
6 MINS LATER
P
19:23Paul CutlerHOST
Yeah, watch the video for sure.
P
19:25Paul CutlerHOST
And like you mentioned, I love the fact that she was able to take Python code and port it to CircuitPython.
P
19:31Paul CutlerHOST
Like I mentioned earlier, CircuitPython tries to conform as much to CPython as it can.
P
19:36Paul CutlerHOST
And that's just one of the benefits is that portability, which
CircuitPython Day 2026
P
12:49Paul CutlerHOST
This lets the programmer focus on what's important, the game design.
P
12:53Paul CutlerHOST
And the game programming is done in CircuitPython, and we all know that Python is one of the more popular languages, and CircuitPython tries to conform as much as possible with CPython or desktop Python.
P
13:04Paul CutlerHOST
Smica shares his motivation for creating PicoGame and that he had a PicoPad that you see on the screen here, a check-made handheld gaming device that uses an RP2040.
P
13:14Paul CutlerHOST
The PicoPad has a picture of a Defender-like game on it, and Smica tried to recreate it, but found DisplayIO too slow.
6 MINS LATER
P
19:16Paul CutlerHOST
Yeah, watch the video for sure.
P
19:18Paul CutlerHOST
And like you mentioned, I love the fact that she was able to take Python code and port it to CircuitPython.
P
19:23Paul CutlerHOST
Like I mentioned earlier, right? CircuitPython tries to conform as much to CPython as it can.
P
19:29Paul CutlerHOST
And that's just one of the benefits is that portability, which
CircuitPython Weekly Meeting for August 31, 2026
D
14:52Dan HalbertHOST
Blinka is our compatibility layer for CircuitPython on single board computers like Raspberry Pi.
D
14:57Dan HalbertHOST
So this is a Python packets that runs under regular Python, also known as CPython, under Linux, and it emulates CircuitPython code.
D
15:13Dan HalbertHOST
So it has things like board and digital IO in it that are not part of regular Python, but it makes the Linux computer that you're using support those things.
D
15:26Dan HalbertHOST
So it's really handy.
8.30.26 | Tether enables messaging on Linux, EVE Online transitions to Python 3, lawmakers fund Flock cameras with car insurance increase
D
12:24denolfeHOST
The community showed excitement for upcoming observations and the collaboration of multiple space telescopes, but also shared cynicism about future budget cuts and misallocated resources.
D
12:36denolfeHOST
Title, RISC-V is now officially supported by CPython.
D
12:39denolfeHOST
Python Insider.
D
12:40denolfeHOST
The news story announced that RISC-V is now a Tier 3 supported platform in CPython, marking a step forward for open instruction set architectures.
D
12:48denolfeHOST
The support came after community efforts, real hardware testing, and contributions from the RISE project and others.
D
12:54denolfeHOST
The story outlined plans to improve testing, move toward Tier 2 support, and explore architecture-specific optimizations, encouraging users with RISC-V hardware to test CPython and provide feedback.
D
13:06denolfeHOST
In the comments, the community generally viewed the move as positive, but noted that Tier 3 support still meant limited reliability and priority.
D
13:13denolfeHOST
Some questioned RISC-V's current use and fragmentation, comparing it to other architectures with diverse extensions like x86 and ARM.
HPR4715: friedcamp interviews part 2: Thomas Farstrike
C
2:40ChristopheHOST
So what is the link between Python, well you know what Python is, MicroPython and Python OS then?
T
2:46Thomas FarstrikeGUEST
Yeah, so what we know from the desktop world is CPython.
T
2:51Thomas FarstrikeGUEST
So that's Python that works on laptops and supercomputers even for scientific calculations.
T
2:59Thomas FarstrikeGUEST
That's a great programming language.
57 - Python Developer Tooling Handbook with Tim Hopper
M
29:06Mike DriscollHOST
Yeah
T
29:06Tim HopperGUEST
... as, like, the CPython interpreter, um, because they have a lot of users.
T
29:11Tim HopperGUEST
Um, and, and they're, they're very, uh, responsive and they have a-- Both Astral and, uh, Pyrefly have Discord servers that they invite people to come in-
M
29:22Mike DriscollHOST
Mm-hmm
#493 CalVer and LTS
C
15:23Calvin Hendryx-ParkerHOST
Uh, this is the one non-webby, uh, thing on here, but could have a web implication.
C
15:28Calvin Hendryx-ParkerHOST
So the Python Software Foundation has announced RISC-V support is now officially supported by CPython.
C
15:35Calvin Hendryx-ParkerHOST
Why would anyone care? Uh, so I'll get into that.
C
15:38Calvin Hendryx-ParkerHOST
Uh, so RISC-V is a, a CPU architecture, uh, and it's technically...
C
16:45Calvin Hendryx-ParkerHOST
Uh, so yeah, like the RISC-V is, is, it's an open architecture that anyone can implement, uh, unlike the x86 and ARM, which are, like, closed.
C
16:54Calvin Hendryx-ParkerHOST
Uh, but its market is projected to quadruple by 2032, so we expect to see more news about RISC-V architectures and processors, uh, especially given all the hype around GPUs and things like that right now.
C
17:06Calvin Hendryx-ParkerHOST
Uh, so what changes? Uh, the approach now maintained with a compa- compatibility target, uh, CPython changes are gonna be less likely to quietly break it.
C
17:14Calvin Hendryx-ParkerHOST
That means that they gotta take care of it.
Emily Morehouse: Becoming a CPython Core Dev, the Walrus Operator and Chairing PyCon
K
0:27Kushal DasHOST
Have you ever wondered what it takes to go from picking up Python as a college hobby to being personally mentored by Guido van Rossum and ultimately implementing one of the most controversial features in Python history? In this episode, I had a chance with Emily Morehouse.
K
0:40Kushal DasHOST
Emily is a CPython core developer, a former member of the Python steering council, ESF fellow, and the co-founder and director of Engineering at Apple's software development agency.
K
0:49Kushal DasHOST
He holds three degrees from Florida State University in Computer Science, Theater and Criminology and got started in Python just because it was more fun than C++.
E
0:58Emily MorehouseGUEST
If someone had told you 10 or 15 years
13 MINS LATER
K
13:56Kushal DasHOST
And how to get involved with core development? And someone would like to contribute either to documentation or to the code base, for example, what are the best first steps?
E
14:09Emily MorehouseGUEST
Yeah, so everyone sort of points you to like the dev guide online.
E
14:13Emily MorehouseGUEST
There's a ton of resources and how to get started, whether it's editing documentation or, you know, getting CPython built and running locally on your machine.
E
14:22Emily MorehouseGUEST
But I would really recommend if you have the opportunity to meet people in person, go to an event and just tell people what you're interested in and find folks that are working in that area.
P
Unknown podcast
EP384: How AI can finally stop forgetting
Aug 22 · 1 Mention
S
15:37speaker_1HOST
Well, they used a domain incremental protocol across 15 radically diverse text domains.
S
15:43speaker_1HOST
We're talking Wikipedia articles, CPython source code, the complete works of Shakespeare, the King James Bible, Reuters Newswire, all the way to a Hindi text corpus.
S
15:54speaker_0HOST
And the constraints are what make this test so brutal, right? Because there is absolutely zero replay allowed.
S
15:59speaker_1HOST
None.