What would you want the most in Python 4?

sonnk

Nguyen Kim Son

Posted on September 13, 2019

What would you want the most in Python 4?

Now that python 3 has hit 3.8 we can expect that python 4 will come out pretty soon.

Please put in the comment the most important single feature that you wish python 4 will have.

To start, for me it would be a stricter typing: typing is currently just a hint and not enforced in runtime. In a big project it helps a lot to have typing for everything (variables, functions).

Would be perfect if python can have a static typing mode that enforces this.

💖 💪 🙅 🚩
sonnk
Nguyen Kim Son

Posted on September 13, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Lower bound on unitarity
jupyter Lower bound on unitarity

November 29, 2024

Thursday Quiz
python Thursday Quiz

October 31, 2024

List Comprehension and Regae
python List Comprehension and Regae

September 26, 2024

Elif or If; that is my question.
webdev Elif or If; that is my question.

October 26, 2024