PyCharm 4.0 Released
Written by Alex Armstrong   
Tuesday, 25 November 2014

IPython Notebook Support and a NumPy array viewer are two of the new features in PyCharm 4.0 and support for unit test subtests is another.

 

pycharmbanner

 

Hot on the heels of the new PyCharm Educational Edition, which bundles interactive introductory lessons for new users of Python, JetBrains has released an updated version of the IDE with a range of new features.

 

 

As explained by Hadi Hariri in this video tour, adding support for IPython Notebook was in response to demand from users for such a feature. So now you can run IPython projects from within Pycharm and have all its facilities such as code completion. 

 

pychaRMIPY

 

Another new feature for scientific users is a  NumPy array viewer, This allows you to get a graphical view of a NumPy array and its parts using slicing, formatting and coloring tools.PyCharm 4.0 also has improved code insight for the NumPy package and added support for matplotlib in the integrated Python console. 

pycharmnumpy

 

This version introduces improvements to the PyCharm debugger: By way of  an attach to process feature lets you connect the debugger with any running Python process and debug in the attached mode and a referring objects view that provides information about variables during runtime. One enhancement that is restricted to the Pro version is the ability to work with Jinja2 templates in the debugger.

Another Pro-only feature is a new tool for Behaviour-Driven development (BDD).

pycharmbdd

 

Other improvements to the IDE's tools that apply across both the Pro and Community editions are:

  • Improved Python/Django Console Tool Window that automatically detects which type of console should be run based on your project type and context.

  • The ability to leave the console open after a project run or a debug session, saving its context.

  • A method call hierarchy that intelligently analyzes your code and builds hierarchy trees for method calls in different scopes.

  • An improved package management subsystem that recognizes unmet package requirements with better accuracy.

  • Better support for testing in Python 3.4 with the test runner now recognizing the subTest() context manager for unit test.

pycharmunittest

  

More Information 

PyCharm 

PyCharm 4.0 What's New 

Related Articles

PyCharm Educational Edition 

Free Version of PyCharm Python IDE 

 

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

 

Banner
 


JConference January 2024 Sessions Now Online
23/02/2024

The talks presented at the 4th JChampions Conference which took place between Jan 25 to Jan 30, are now available for free on YouTube. Topics ranged from Code and Tech to Career Advice.



WasmCon 2023 Sessions Now Online
01/03/2024

The recorded session of the premier conference for technical developers and users interested in exploring the potential of WebAssembly are now online.


More News

 

raspberry pi books

 

Comments




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

 

Last Updated ( Tuesday, 25 November 2014 )