Live data from Hacker News

Guido van Rossum: Python and the Future of Programming – Lex Fridman Podcast

youtube.com

41–44 of 44 posts

Re: Guido van Rossum: Python and the Future of Programming – Lex Fridman Podcast

#41
post #38
post #4

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.

Somewhere I read a quote that has stuck with me: Python is not the number one language in any aspect, but it is often the second best language. This sums it up very nicely, I think. Without switching a language I can automate deployments, do machine learning tasks, implement ideas quickly, create backends, interface with most C libs easily and query apis.

Yep - I had some issues on the last network I was responsible for which ended up being trivial to solve thanks to Python. In a world without it... there would be a language with the same features and a different name by now. It opens up the world to mediocre programmers.

Re: Guido van Rossum: Python and the Future of Programming – Lex Fridman Podcast

#43

Earlier quoted context omitted.

Of course you have these issues in other languages lol.

No, i've not seen such issues in other languages. Because in other languages, there's always better way to do things !

Homie, I've seen it in JavaScript, C#, C, Haskell...

You can create dumb code in any language.

Re: Guido van Rossum: Python and the Future of Programming – Lex Fridman Podcast

#44
I was surprised to hear that he uses GitHub Copilot. I'd assumed that with his understanding of the language that it would be easier/faster to just type what he wanted, but he said that 1) he's not a very good typist and so it can safe him some time and 2) Copilot can help fill in code for concepts that he's learned but would need to look up as a refresher.
Post reply on HN