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
 


TypeScript 5.4 Adds NoInfer Type
12/03/2024

TypeScript 5.4 has been released, with the addition of a NoInfer utility type alongside preserved narrowing in closures following last assignments. 



Pi Day - The Great Unanswered Questions
14/03/2024

It's Pi day again, again, again... Even after so many, I still have things to say about this most intriguing number. The most important things about Pi is that it is irrational and one of the few tran [ ... ]


More News

 

raspberry pi books

 

Comments




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

 

Last Updated ( Tuesday, 25 November 2014 )