DEV Community

Cover image for ๐Ÿ Python4: What should it do differently?
James McDermott
James McDermott

Posted on

3 1

๐Ÿ Python4: What should it do differently?

Dev discussion on what Python4 should do differently from it's predecessor.

I'll start - I'm hoping that migrating from 3to4 is simpler than 2to3 was ๐Ÿคž

Top comments (9)

Collapse
 
ale_jacques profile image
Alexandre Jacques โ€ข

My take would be on performance. Saw a lot of people/companies ditching Python stating that it was not performant.

Collapse
 
theycallmemac profile image
James McDermott โ€ข

Personally would like to see some overall performance increase, unsure how much room there is left in that with Python though.

Collapse
 
waylonwalker profile image
Waylon Walker โ€ข

How does it compete with something like node that uses the v8 engine and gets orders of magnitude more development funding per year?

Collapse
 
waylonwalker profile image
Waylon Walker โ€ข

I have been falling deeper in love with type hinting in python!

Collapse
 
theycallmemac profile image
James McDermott โ€ข

I actually quite enjoy it, I never thought I'd come around to it but I'd like to see it enforced from now too!

Collapse
 
waylonwalker profile image
Waylon Walker โ€ข

I think turning on the pywright extension in vscode helped warm me up and get ready for full strict mypy.

Collapse
 
elmuerte profile image
Michiel Hendriks โ€ข

Get rid of unprintable semantics ๐Ÿ˜

Collapse
 
theycallmemac profile image
James McDermott โ€ข

Yeah in all honesty this irks me a lot, would like to see a change :P

Collapse
 
waylonwalker profile image
Waylon Walker โ€ข

I think turning on the pywright extension in vscode helped warm me up and get ready for full strict mypy.

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

๐Ÿ‘‹ Kindness is contagious

Please leave a โค๏ธ or a friendly comment on this post if you found it helpful!

Okay