DEV Community

Humberto A Sanchez II
Humberto A Sanchez II

Posted on

1 1

What I am looking forward to in Python 3.9

  • Strings get removeprefix() and removesuffix()
  • New ways to merge or update dicts with the '|' (merge) and '|=' (update) operators

Ambivalent on

  • I use type hinting a lot. So I have to import typing.List in order to do types like List[str]. 3.9 will let you use the built in so the above will look like list[str];

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay