Skip to main content
CPython

CPython

SoftwareWikipedia

Search complete. 21 mentions across 10 episodes found for "CPython".

Sep 11, 2026

Christopher BaileyHOST
0:40
We dig into a post from Brett Cannon about reproducible builds in Python.
Christopher BaileyHOST
0:45
It covers the importance of creating an independently verifiable, repeatable build of CPython and other associated tools.
Christopher BaileyHOST
0:53
The post explains why Python isn't there yet, and the direction of the work still needed.
Christopher BaileyHOST
0:59
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.
Christopher TrudeauGUEST
4:24
So, uh, yeah, they're taking a very interesting approach here.
Christopher BaileyHOST
4:26
Cool.
Christopher TrudeauGUEST
4:27
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.
Christopher TrudeauGUEST
4:37
If you're not familiar, RISC-V is an open source instruction set that defines how a CPU works.
Paul CutlerHOST
13:05
And CircuitPython tries to conform as much as possible with
Todd KurtHOST
13:08
CPython or desktop Python.
Paul CutlerHOST
13:11
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.
Paul CutlerHOST
13:21
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

Paul CutlerHOST
19:23
Yeah, watch the video for sure.
Paul CutlerHOST
19:25
And like you mentioned, I love the fact that she was able to take Python code and port it to CircuitPython.
Paul CutlerHOST
19:31
Like I mentioned earlier, CircuitPython tries to conform as much to CPython as it can.
Paul CutlerHOST
19:36
And that's just one of the benefits is that portability, which
Paul CutlerHOST
12:49
This lets the programmer focus on what's important, the game design.
Paul CutlerHOST
12:53
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.
Paul CutlerHOST
13:04
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.
Paul CutlerHOST
13:14
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

Paul CutlerHOST
19:16
Yeah, watch the video for sure.
Paul CutlerHOST
19:18
And like you mentioned, I love the fact that she was able to take Python code and port it to CircuitPython.
Paul CutlerHOST
19:23
Like I mentioned earlier, right? CircuitPython tries to conform as much to CPython as it can.
Paul CutlerHOST
19:29
And that's just one of the benefits is that portability, which
Dan HalbertHOST
14:52
Blinka is our compatibility layer for CircuitPython on single board computers like Raspberry Pi.
Dan HalbertHOST
14:57
So this is a Python packets that runs under regular Python, also known as CPython, under Linux, and it emulates CircuitPython code.
Dan HalbertHOST
15:13
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.
Dan HalbertHOST
15:26
So it's really handy.
denolfeHOST
12:24
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.
denolfeHOST
12:36
Title, RISC-V is now officially supported by CPython.
denolfeHOST
12:39
Python Insider.
denolfeHOST
12:40
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.
denolfeHOST
12:48
The support came after community efforts, real hardware testing, and contributions from the RISE project and others.
denolfeHOST
12:54
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.
denolfeHOST
13:06
In the comments, the community generally viewed the move as positive, but noted that Tier 3 support still meant limited reliability and priority.
denolfeHOST
13:13
Some questioned RISC-V's current use and fragmentation, comparing it to other architectures with diverse extensions like x86 and ARM.
ChristopheHOST
2:40
So what is the link between Python, well you know what Python is, MicroPython and Python OS then?
Thomas FarstrikeGUEST
2:46
Yeah, so what we know from the desktop world is CPython.
Thomas FarstrikeGUEST
2:51
So that's Python that works on laptops and supercomputers even for scientific calculations.
Thomas FarstrikeGUEST
2:59
That's a great programming language.
Mike DriscollHOST
29:06
Yeah
Tim HopperGUEST
29:06
... as, like, the CPython interpreter, um, because they have a lot of users.
Tim HopperGUEST
29:11
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-
Mike DriscollHOST
29:22
Mm-hmm
Calvin Hendryx-ParkerHOST
15:23
Uh, this is the one non-webby, uh, thing on here, but could have a web implication.
Calvin Hendryx-ParkerHOST
15:28
So the Python Software Foundation has announced RISC-V support is now officially supported by CPython.
Calvin Hendryx-ParkerHOST
15:35
Why would anyone care? Uh, so I'll get into that.
Calvin Hendryx-ParkerHOST
15:38
Uh, so RISC-V is a, a CPU architecture, uh, and it's technically...
Calvin Hendryx-ParkerHOST
16:45
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.
Calvin Hendryx-ParkerHOST
16:54
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.
Calvin Hendryx-ParkerHOST
17:06
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.
Calvin Hendryx-ParkerHOST
17:14
That means that they gotta take care of it.
Kushal DasHOST
0:27
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.
Kushal DasHOST
0:40
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.
Kushal DasHOST
0:49
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++.
Emily MorehouseGUEST
0:58
If someone had told you 10 or 15 years

13 MINS LATER

Kushal DasHOST
13:56
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?
Emily MorehouseGUEST
14:09
Yeah, so everyone sort of points you to like the dev guide online.
Emily MorehouseGUEST
14:13
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.
Emily MorehouseGUEST
14:22
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.

Unknown podcast

EP384: How AI can finally stop forgetting

Aug 22 · 1 Mention

speaker_1HOST
15:37
Well, they used a domain incremental protocol across 15 radically diverse text domains.
speaker_1HOST
15:43
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.
speaker_0HOST
15:54
And the constraints are what make this test so brutal, right? Because there is absolutely zero replay allowed.
speaker_1HOST
15:59
None.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.