Does Python or van Rossum really have anything interesting to say on the future of programming? Python has libraries and lots of users and hype, and those are really its only outstanding "features". Python really does nothing interesting when I think of pushing the boundaries of programming.
And yet it is one of the top 10 most popular languages. There might be something to learn from the discipline and balance of not pushing the boundaries of programming too hard?
Guido van Rossum: Python and the Future of Programming – Lex Fridman Podcast
11–20 of 44 posts
Re: Guido van Rossum: Python and the Future of Programming – Lex Fridman Podcast
#12Does Python or van Rossum really have anything interesting to say on the future of programming? Python has libraries and lots of users and hype, and those are really its only outstanding "features". Python really does nothing interesting when I think of pushing the boundaries of programming.
It's worth pointing out that Python is 30ish years old at this point. It's "outstanding features" were creating a syntax that a lot of people can quickly grok (not just programmers) and the way they allowed for extensions to be written in C. I believe it also popularized the concept of "there should be one obvious way of doing things", in stark contrast with Perl; "there's more than one way to skin a cat". It's easy…
All that being said, Python's age is irrelevant when discussing the future of programming.
Re: Guido van Rossum: Python and the Future of Programming – Lex Fridman Podcast
#13Does Python or van Rossum really have anything interesting to say on the future of programming? Python has libraries and lots of users and hype, and those are really its only outstanding "features". Python really does nothing interesting when I think of pushing the boundaries of programming.
It's worth pointing out that Python is 30ish years old at this point. It's "outstanding features" were creating a syntax that a lot of people can quickly grok (not just programmers) and the way they allowed for extensions to be written in C. I believe it also popularized the concept of "there should be one obvious way of doing things", in stark contrast with Perl; "there's more than one way to skin a cat". It's easy…
This. We tend to underestimate what it takes to create something easy to use.
Re: Guido van Rossum: Python and the Future of Programming – Lex Fridman Podcast
#14Does Python or van Rossum really have anything interesting to say on the future of programming? Python has libraries and lots of users and hype, and those are really its only outstanding "features". Python really does nothing interesting when I think of pushing the boundaries of programming.
Re: Guido van Rossum: Python and the Future of Programming – Lex Fridman Podcast
#15Does Python or van Rossum really have anything interesting to say on the future of programming? Python has libraries and lots of users and hype, and those are really its only outstanding "features". Python really does nothing interesting when I think of pushing the boundaries of programming.
Python did introduce more love, kindness, and empathy into the world.
Re: Guido van Rossum: Python and the Future of Programming – Lex Fridman Podcast
#16Does Python or van Rossum really have anything interesting to say on the future of programming? Python has libraries and lots of users and hype, and those are really its only outstanding "features". Python really does nothing interesting when I think of pushing the boundaries of programming.
Personally, as long as I have a good linter, I prefer JavaScript for general purpose programming but there are some areas where other languages just dominate.
Re: Guido van Rossum: Python and the Future of Programming – Lex Fridman Podcast
#17anybody got a tl;dw?
Re: Guido van Rossum: Python and the Future of Programming – Lex Fridman Podcast
#18Re: Guido van Rossum: Python and the Future of Programming – Lex Fridman Podcast
#19Earlier quoted context omitted.
And yet it is one of the top 10 most popular languages. There might be something to learn from the discipline and balance of not pushing the boundaries of programming too hard?
I don't think that conclusion follows. Yes, it's popular. No, Python is not disciplined nor balanced. Popularity is really more about social dynamics than anything.
Re: Guido van Rossum: Python and the Future of Programming – Lex Fridman Podcast
#20Does Python or van Rossum really have anything interesting to say on the future of programming? Python has libraries and lots of users and hype, and those are really its only outstanding "features". Python really does nothing interesting when I think of pushing the boundaries of programming.