Pyzo -- 好用的 Python 轻量级 IDE

时间:2023-03-08 16:00:00

近期 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.

Pyzo -- 好用的 Python 轻量级 IDE

其 IDE 是继承 IEP的工具【基于Python运行】,包管理主要依托 conda。

Pyzo -- 好用的 Python 轻量级 IDE

界面使用较为简洁,运行较快。

但也有一些不足,界面可配置性友好度一般,部分信息好需要通过logger来配置。另外对workspace数据展示也比 spyder差