新增功能和改进:
1. IPython Notebook
PyCharm now supports IPython Notebook functionality! Everything you’re used to with your ordinary IPython Notebook is now available inside PyCharm.
2. BDD Support
PyCharm 4 supports Behave and Lettuce, two of the most popular tools for behavior-driven development. Try them out!
3. Improved Debugger
PyCharm’s debugger is much enhanced after merging with the PyDev debugger. It also supports a brand-new attach to process, referring objects view, Jinja2 template debugging, and more.
4. NumPy Array Viewer
Use NumPy array viewer to easily get a graphical view of a NumPy array and its parts using slicing, formatting and coloring tools. It is available from PyCharm’s debugger and the integrated Python console. Additionally we improved code insight for the NumPy package and added support for matplotlib in the integrated Python console.
......
详见: https://www.jetbrains.com/pycharm/whatsnew/
1. IPython Notebook
PyCharm now supports IPython Notebook functionality! Everything you’re used to with your ordinary IPython Notebook is now available inside PyCharm.
2. BDD Support
PyCharm 4 supports Behave and Lettuce, two of the most popular tools for behavior-driven development. Try them out!
3. Improved Debugger
PyCharm’s debugger is much enhanced after merging with the PyDev debugger. It also supports a brand-new attach to process, referring objects view, Jinja2 template debugging, and more.
4. NumPy Array Viewer
Use NumPy array viewer to easily get a graphical view of a NumPy array and its parts using slicing, formatting and coloring tools. It is available from PyCharm’s debugger and the integrated Python console. Additionally we improved code insight for the NumPy package and added support for matplotlib in the integrated Python console.
......
详见: https://www.jetbrains.com/pycharm/whatsnew/
