Wing Python Offers Better Remote Dev Connections
Written by Alex Denham   
Friday, 20 September 2019

Wing Python 7.1.1 has been updated with better handling of remote development connections, and fixes so that Pandas DataFrame and Series values are displayed correctly among a number of improvements.

The Wing Python IDE has an intelligent editor and debugger and the creators say it makes interactive Python development fast, accurate, and fun. Wing comes in three versions. Pro is a paid-for version with extra features in addition to the debugger and intelligent editor.  Wing Personal is a free Python IDE for students and hobbyists. It omits the more advanced features of Wing Pro but provides a simplified debugger and editor, limited code inspection and navigation features, and project management. There's also Wing 101, a very simplified Python IDE designed for teaching programmers who are just beginners.

wingwlogo

 

Wing Python 7.1 recently added support for Python 3.8, along with adding improved code warnings so that you get warnings of unused symbol warnings for imports, variables, and arguments found in Python code.

The latest release, Wing 7.1.1, has overcome some of the problems caused by remote extension module scraping that until now caused slowing and dropping of remote development connections. This update also makes OS Commands work on remote hosts with Python 3, and adds __init__ arguments to the auto-completer as shown below:

_init_ arguments in Wing Python's AutocompleterThe new release has also received work to ensure Pandas DataFrame and Series values show correctly. The ability to show debug data values as arrays was added in version 7.0 with support for numpy's ndarray, Pandas DataFrames, sqlite3 query results, and Python's internally defined data types. Other improvements to this release include better auto-completer, project tool, and code browser with redesigned icons that make use of Wing's icon color configuration. Text display on some Linux systems has also been improved, and Dark Mode support for macOS has been added.  

 

wingwlogo

More Information

Wingware

Related Articles

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


JetBrains Updates IDEs With AI Code Completion
04/04/2024

JetBrains has launched the first set of updates for 2024 of its JetBrains IDEs. The new versions include full-line code autocompletion powered by locally run AI models.



Quantum Computing Prize Awarded
05/04/2024

John Preskill, Professor of Theoretical Physics at the California Institute of Technology, is the eighth recipient of the John Stewart Bell Prize for Research on Fundamental Issues in Quantu [ ... ]


More News

raspberry pi books

 

Comments




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

Last Updated ( Friday, 20 September 2019 )