Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • How do you judge whether a one-liner (or other solution) is “elegant” or complicated?

  • What does your dev setup look like?

  • On systems that don’t come with (current) Python cough macOS cough, how do you recommend installing and keeping it up-to-date?

  • How did you get into Python originally?

    • What do you continue to like about it?

  • Has python lived up to its original promise/why do you think python caught on?

  • What is your opinion of typing(type hints) in python?

    • good? bad? unnecessary? way of the future? an essential fix? or not pythonic?

  • What is your opinion of the := “walrus operator”?

  • What question do you wish we would ask already?

  • What is the thing you have encountered the most that most people think are correct but are actually wrong in Python? 

    • What are some Python things you’d like to see more widely used?

  • What would you improve about the Python community in general?

  • Is there anything you’d like to see Python adopt from other languages and communities?

  • What is your recommendation for GUI app programming in Python?

  • What’s missing from the stdlib?

...