Wing Python Improves Code Analysis
Written by Kay Ewbank   
Wednesday, 10 September 2025

Wing Python IDE version 11.0.4 has been released. It adds debugger and code analysis support for Python 3.14, improves Python code analysis and code warnings, and makes a number of other minor improvements.

Wing Python is an IDE with 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, and a free Python IDE for students and hobbyists that omits the more advanced features of Wing Pro.

wingwlogo

Wing 11 split the AI-based tools in the UI into two separate tools,  AI Coder and AI Chat. AI Coder can be used to write, redesign, or extend code in the current editor. AI Chat can be used to ask about code or iterate in creating a design or new code without directly modifying the code in an editor.

wingpyth

The update to Wing 11 includes substantial improvements to Python code analysis, with better support for literals such as dicts and sets, parametrized type aliases, typing.Self, and type of variables on the def or class line that declares them. Generic classes with [...], __all__ in *.pyi files are handled better, as are  subscripts in typing.

The latest release also provides fixes forproblems debugging Django templates, avoids duplicate evaluations of values in the Watch tool, and fixes ruff as an external code checker in the Code Warnings tool, 

This update to Wing Python also adds support for Python 3.14. It also improves the custom key binding assignment user interface, and adds a preference to autosave files when Wing loses focus. 

Wing Python 11.04 is available for download now.

wingwlogo

More Information

Wingware

Related Articles

Wing Python 11 Increases AI Use

Wing Python 10 Adds AI Code Suggestions

Wing Python Improves Async Handling

Wing Python Improves Remote Development

Wing Python Offers Better Remote Dev Connections 

Wing Python Improves VI Mode 

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


PostgreSQL Conferences In 2025
05/09/2025

Two great PostgreSQL conferences, PGConf.dev and Posette, took place during May and June this year. We take a look at the key talks of each of them.



ReSharper Update Cuts Visual Studio Startup Freezes By 61%
08/09/2025

The latest update to JetBrains ReSharper has been reworked so that code analysis runs in a separate 64-bit worker, meaning long analyses no longer stall Visual Studio's UI thread. The JetBrains team s [ ... ]


More News

pico book

 

Comments




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

 

Last Updated ( Wednesday, 10 September 2025 )