このブログの中を検索する

2013/02/11

PythonToolkit (PTK) : Python, NumPy, SciPy, Matplotlibを使って科学計算を行うためのMatlabライクなIDE

title: PythonToolkit (PTK) : Python, NumPy, SciPy, Matplotlibを使って科学計算を行うためのMatlabライクなIDE
url: http://pythontoolkit.sourceforge.net/

snippet:
-----引用-----

Main features
  • Console window with support for multiple python interpreters(Engines)
  • Engines are external processes so that each engine is completely seperated from the others and the PTK interface.
  • Interactively program with different GUI toolkits (wxPython, TkInter, pyGTK, pyQT4 and PySide).
  • Builtin python debugger integrated with tools and editor.
  • Object auto-completions and calltips.
  • Multi-line command editing.
  • Command history (previous/next and search for partially typed commands).
  • Simple editor for code testing and scripting or everyday work.
  • Set, edit and clear debugger breakpoints via the editor.
  • A matlab style namespace/workspace browser tool that can be extended to support new types and classes.
  • A path manager tool to easily change the current working directory and manage the python search paths.
  • A python object inspector tool showing object docstring, code, and values.
  • GUI viewers for python data types - more can be easily added!
  • Python object importer/exporter system to save and load data easily - new importers/exporters can be added!

-----引用-----

0 件のコメント:

コメントを投稿