近期 yvivid 使用 Python 進行科學計算類應用(如matlab部分應用場景) 比較好的 發行版本為 Anaconda: A free distribution for the SciPy stack. Supports Linux, Windows and Mac. Enthought ...
近期 yvivid 使用 Python 進行科學計算類應用(如matlab部分應用場景)
比較好的 發行版本為
Anaconda: A free distribution for the SciPy stack. Supports Linux, Windows and Mac.
Enthought Canopy: The free and commercial versions include the core SciPy stack packages. Supports Linux, Windows and Mac.
Python(x,y) & WinPython: A free distribution including the SciPy stack. Windows only.
上面三個中,前面兩個是商業版本為主,winPython(算是 python xy的替代)則是完全的開放版本。
yvivid嘗試了 Anaconda 和 WinPython。其中預設推薦IDE為 Spyder 。
Spyder是個不錯的工具。從yvivid是使用經驗看,Spyder啟動及運行感覺還是有些慢,時常容易崩潰。
所以yvivid嘗試了 Pyzo IDE(原IEP)。
Pyzo: A free distribution based on Anaconda and the IEP interactive development environment. Supports Linux, Windows and Mac.
其 IDE 是繼承 IEP的工具【基於Python運行】,包管理主要依托 conda。
界面使用較為簡潔,運行較快。
但也有一些不足,界面可配置性友好度一般,部分信息好需要通過logger來配置。另外對workspace數據展示也比 spyder差