Wing Python Improves Async Handling
Written by Alex Denham   
Tuesday, 21 December 2021

Wing Python has been updated with improvements including better debug stepping & exception handling in async coroutines & generators and better debugging, analysis and project creation for Django.

The Wing Python IDE has an intelligent editor and debugger that is designed to make interactive Python development fast, accurate, and fun. Wing comes in three versions, a paid-for version with extra features, a free Python IDE for students and hobbyists that omits the more advanced features of Wing Pro but provides a simplified debugger and editor, limited code inspection and navigation features, and project management.

wingwlogo

Wing 8 added a number of major features, starting with support for containers and clusters, so you can develop, test and debug Python code that runs inside containers, such as those provided by Docker and LXC/LXD, and clusters of containers managed by a container orchestration system like Docker Compose. The new Containers tool can be used to start, stop, and monitor container services, and new Docker container environments may be created during project creation.

Wing 8 also added a new Packages tool for installing, removing, and updating packages found in the Python environment used by your project. This supports pipenv, pip, and conda as the underlying package manager.

The release also expanded Wing's static analysis engine, improving its support for f-strings, named tuples, and other language constructs. 

This latest update, Wing 8.1.2, has improved debug stepping and exception handling in async coroutines & generators. Specifically, the debug stepping will now step over 'yield', and you can use Step Into to step to the return event, so the yielded value can be viewed, or Step Out to step directly to the enclosing frame.

It also has a fix meaning that it correctly detects package manager type on remote hosts, and several fixes for previous problems with debugging, analysis & project creation for Django.

Wing Python 8.1.2 is available for download.

wingwlogo

More Information

Wingware

Related Articles

Wing Python Offers Better Remote Dev Connections 

Wing Python Improves VI Mode  

Visual Studio Python Gets AI-Based IntelliCode

IPython 5.0-LTS Released

Python Development Trends

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


.NET 9 Preview 6 Improves ARM64 Code Generation
16/07/2024

.NET 9 Preview 6 is now available with a wide range of improvements to the runtime, SDK and ASP.NET Core.



Amazon Updates Q Family And Previews App Studio
15/07/2024

Amazon made multiple announcements at its AWS Summit in New York, including a preview of AWS App Studio, the addition of Q Developer to SageMaker Studio, and an Amazon Q Apps API.


More News

kotlin book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 21 December 2021 )