PyCharm 2022.2 Is Out Now

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.

Golems GABB: Opening Up: Sharing 9 Examples of Great Digital Experiences

Opening Up: Sharing 9 Examples of Great Digital Experiences

Editor
Wed, 07/27/2022 – 16:06

Ten years ago, to be a successful brand, you had to have a website and be present on the Internet. In 2022, this is not enough. Developing the best digital experience is the primary weapon for today.

Your Drupal development company is back in business! Here is a new guide where you can find answers to the following questions:

Parents want to keep their kids safe online. But are parental controls the answer?

Parents want to keep their kids safe online. But are parental controls the answer?

For our new series Parental Control, we’re digging into the challenges technology poses for parents and exploring all the ways that can empower them. So we looked into digital platforms and found ourselves, as many parents do, in the parental control settings.  These settings, along with services that promise to shield young people away from […]

The post Parents want to keep their kids safe online. But are parental controls the answer? appeared first on The Mozilla Blog.