Tuesday, April 2, 2019

Wingware News: Wing Python IDE 7.0 Release Candidate 2 - April 2, 2019

The second release candidate of Wing Python IDE version 7 is now available through our Early Access Program. This release fixes about 15 issues, in preparation for the final release of Wing 7.


Wing 7rc2 Screen Shot

Download Wing 7 Now


About Wing 7

Wing 7 introduces an improved code warnings and code quality inspection system that includes built-in error detection and tight integration with pylint, pep8, and mypy.

This release also improves the debugger by adding a new data frame and array viewer, easy inline debug data display with Shift-Space, improved stack data display, stepping over import internals, and support for PEP 3134 chained exceptions.

Other improvements include a MATLAB keyboard personality, callouts for search and other code navigation features, four new color palettes, improved bookmarking, a high-level configuration menu, magnified presentation mode, rewritten and expanded documentation, improved support for high DPI displays, a new update manager, simplified remote agent installation, and much more.

You can learn more about the new features in What's New in Wing 7.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...