Skip to main content
Python

Python

High-level programming languagewww.python.org

Search complete. 3462 mentions across 1361 episodes found for "Python".

Sep 11, 2026

Charlie O'NeillGUEST
47:28
So, like, maybe an example of a cumulative task might be RSI.
Charlie O'NeillGUEST
47:31
Like, it's theoretically possible to maybe, like, have a less than a million token, like, you know, Python file which, like, from scratch trains a model that is capable of recursive self-improvement.
Charlie O'NeillGUEST
47:41
And, like, every discovery that you make is kind of a line in the sand that you hold.
Charlie O'NeillGUEST
47:44
Like, if it's true that, you know, for RSI, we don't need to discover a new attention variant or whatever.

13 MINS LATER

Charlie O'NeillGUEST
61:05
It's just, like, whether we can create the right environments to get there.
Beren MillidgeGUEST
61:08
Yeah.
Beren MillidgeGUEST
61:08
I mean, in the trivial case, we could just train it to output the Python file which, like, trains the actual superintelligence.
Beren MillidgeGUEST
61:12
Like, just have that memorized in the weights.
Christopher BaileyHOST
0:00
Welcome to the Real Python Podcast.
Christopher BaileyHOST
0:04
This is episode 311.
Christopher BaileyHOST
0:07
What are the latest trends uncovered in the 2026 Django Developers Survey? How are Django users employing LLMs in their development process? Christopher Trudeau is back on the show this week with another batch of PyCoders weekly articles and projects.
Christopher BaileyHOST
0:28
The survey draws on responses from nearly 3,500 developers across more than 40 countries.
Christopher BaileyHOST
0:34
It provides a look at how developers are adapting to AI workflows and which tools they're embracing.
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.
speaker_0HOST
28:47
That's the million-dollar question.
speaker_0HOST
28:48
If the final product, the 10-page essay on the French Revolution, the Python code, the marketing business plan, can be instantly generated flawlessly by an AI, then the product itself is entirely decoupled from the act of learning.
speaker_1GUEST
29:00
Yes.
speaker_0HOST
29:01
The artifact is no longer proof of cognition.

22 MINS LATER

speaker_1GUEST
50:46
Okay, what is it?
speaker_0HOST
50:47
We are rapidly approaching a moment where AI will be universally capable of producing flawless outputs instantly.
speaker_0HOST
50:54
Perfect academic essays, perfect Python card, perfect corporate business plans, all generated with zero friction.
speaker_0HOST
51:01
When that happens, the actual product of a higher education will no longer be those artifacts.
Crystal KitanovskiGUEST
2:39
And at that point, what do you do? Do you just not graduate or do you figure out what is the solution? Because it's definitely not graduate or not not graduate.
Crystal KitanovskiGUEST
2:50
So I ended up having to teach myself Python and coding and MATLAB and all of the things, which I didn't know at the time, but that was going to be essentially what would pave the way for me to be able to get a job in industry after grad school was that.
Crystal KitanovskiGUEST
3:10
So after grad school, I was applying for lots of different jobs.
Crystal KitanovskiGUEST
3:17
It was very throw spaghetti at the wall and see what sticks.
Steve KaramGUEST
30:33
And so Andrew basically parachuted into the Voxel project, uh, told me my code was crap, which is awesome because it is look, I'm my only ever like true blue.
Steve KaramGUEST
30:46
I was a developer as the job experience was doing Python.
Steve KaramGUEST
30:51
So you can imagine what that's done to my coding practices.
Steve KaramGUEST
30:55
I learned on Q base GW basic.
Rukaiyat AlabiGUEST
5:34
They were not what was used in the office in industry.
Rukaiyat AlabiGUEST
5:37
So I had to learn Python, Power BI, Tableau and all those other tools.
Rukaiyat AlabiGUEST
5:41
And that helped me to secure my first role in the UK as a senior finance analyst in another bank.
Rukaiyat AlabiGUEST
5:46
So for me, it was so like the fact that I didn't even go back in my career.

29 MINS LATER

Faloh JagabanHOST
34:30
Now, the reason why I did those courses and those professional courses, some of them, is not because I intentionally, I want to go into tech.
Faloh JagabanHOST
34:37
I prefer to be in the social media space.
Faloh JagabanHOST
34:41
So when they're having conversations like this, now that you're saying Pi, what's it called, Python, I won't be looking like you and me.
Faloh JagabanHOST
34:51
So, yeah.
speaker_0HOST
0:14
And it confidently hands you this snippet.
speaker_0HOST
0:16
It's got a function from a Python library that sounds perfectly logical.
speaker_0HOST
0:21
So you plug it in, you hit run and bam, fatal error.
speaker_1HOST
0:24
Yep.

8 MINS LATER

speaker_1HOST
8:36
The model has no strong statistical reason to prefer one fake name over the other.
speaker_0HOST
8:41
Wow.
speaker_1HOST
8:42
So the sampler just picks the one that looks the most structurally correct for a Python library.
speaker_0HOST
8:46
And this is the exact reframing Shimoda is pushing for here.
AndreHOST
22:03
You have a table of contents for everything so that models can find things quickly.
AndreHOST
22:09
Applying recursive language model idea there that you just run subagents to extract so the main session is not being polluted by the unnecessary context plus like I built tons of Python scripts to simplify extraction and save the context so that was easy Then I have additional sources, like, for instance, I have a scale, a rethink scale that measures your body composition and a lot of other good stuff.
AndreHOST
22:43
Are you adding this as well? Yes.
AndreHOST
22:47
So those people also have IPI, OWASP, EZ.

10 MINS LATER

AndreHOST
33:21
And now I was able to, you know, like, I have all the data.
AndreHOST
33:24
I'm like, Mr.
AndreHOST
33:25
I, let's pull in the data, analyze it, because, like, it wrote the Python scripts.
AndreHOST
33:31
Like, you just cannot load all those files for five months into the context window.
speaker_1HOST
9:43
But in an agentic framework, the model has access to tools.
speaker_1HOST
9:47
It can run Python scripts.
speaker_1HOST
9:49
access a command line interface, or execute API calls in the background.
speaker_0HOST
9:53
So it's multi-layered.
speaker_1HOST
11:05
Yeah.
speaker_1HOST
11:06
Conduct a live test and then feed the telemetry data back to Claude for analysis and refinement.
speaker_1HOST
11:11
And Anthropic also had to disclose that one of their models eponymously uploaded live malware to the Python Package Index, or PyPI.
speaker_0HOST
11:19
OK, I want to pause here, just, you know, challenge this framing a bit, because when we use words like hijacked, forged and malicious, we are applying very human intent to lines of code.
speaker_0UNKNOWN
31:21
Yeah.
speaker_0UNKNOWN
31:22
They are aggressively adding Python, data science, and AI modules to their core curriculum.
Jack RussoHOST
31:28
Wow.
Jack RussoHOST
31:28
So the test is changing.

1,351 more episodes mention Python.

Create an account to see the whole feed, search across every transcript, and follow the entities you care about.

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.