Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Guido van Rossum

๐Ÿ‘ค Speaker
See mentions of this person in podcasts
1189 total appearances

Appearances Over Time

Podcast Appearances

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

Maybe they're using...

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

functions that are defined by the Python 3 runtime that won't be in the Python 4 runtime, those functions will not work.

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

They'll have to find an alternative

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

But they can experiment with that and sort of write test applications.

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

And that would be a way to transition.

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

And that could be a series of releases where the Python 4 is more and more imminent.

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

We have supported more and more third-party extension modules to have solid support that works for NoGil Python for that new API application.

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

And then sort of Python 4.0 is like the official moment that the mayor comes out and cuts the ribbon.

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

And now the sort of no-guilt mode is the default and maybe the only mode there is.

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

Oh my, that

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

I should really have a standard answer for that question, but like a positive standard answer.

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

But my current standard answer is that I'm not a big user of third-party packages.

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

When I write Python code, I'm usually developing some tooling around building Python itself.

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

And the last thing we want is dependencies on third-party packages.

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

So I tend to just use the standard library.

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

That's where your focus is.

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

Well, usually when something's missing from the Standard Library, nowadays...

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

It is a relatively new idea, and there is a third-party implementation or maybe possibly multiple third-party implementations, but they evolve at a much higher rate than they could when they're in the standard library.

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

So it would be a big reduction in activity to...

Lex Fridman Podcast
#341 โ€“ Guido van Rossum: Python and the Future of Programming

incorporate things like that in the standard library.