PyCharm 2022.2 Is Out Now

Author:
Source

Sponsored:

Atlas of AI: Power, Politics, and the Planetary Costs of Artificial Intelligence - Audiobook


Uncover the true cost of artificial intelligence.

"Atlas of AI" by Kate Crawford exposes how power, politics, and profit extract from our planet, our labor, and our freedom.

From hidden mines to massive data empires, discover how AI is reshaping who we are—and who holds control.

Listen now, and see the system behind the screens before the future listens to you. = > Atlas of AI $0.00 with trial. Read by Larissa Gallagher


PyCharm 2022.2 introduces support for several Python 3.11 features, such as exception groups and the except* operator, new notations for individual TypedDict keys, and variadic generics. With the improved HTTP Client, you can select a run environment using an icon on the gutter and send queries over HTTP and WebSocket protocols out of the box. The new Run Current File feature allows you to instantly run and debug a single file without a dedicated run configuration.

New in PyCharm

  • Code insight for exception groups and except* operator
    Get helpful warnings about forbidden combinations, like except and except* operators in the same try statement, or continue, break, and return operators inside except* clauses.
  • Code insight for marking individual TypedDict items as required or potentially missing
    Make use of the new notations instead of creating complex class hierarchies that use the total parameter. PyCharm 2022.2 understands Required[ ] and NotRequired[ ] notations for individual keys of TypedDict and provides code insight for them.
  • HTTP Client
    Enhance your productivity in web development. You can now select a run environment using an icon on the gutter and send queries over HTTP and WebSocket protocols out of the box.
  • Initial Support for PyScript
    Put new technologies to work and experiment with new things! PyCharm 2022.2 recognizes Python syntax, including NumPy and Matplotlib libraries, for code inside <py-script> tags in html files and provides proper code completion and highlighting for it.

Find more details about new features and improvements on our What’s New page.

Read more