Pyzo -- 好用的 Python 轻量级 IDE

近期 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工具。

Pyzo: A free distribution based on Anaconda and the IEP interactive development environment. Supports Linux, Windows and Mac.

其 IDE 是继承 IEP的工具,包管理主要依托 conda。

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

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

时间: 2024-10-10 09:32:51

Pyzo -- 好用的 Python 轻量级 IDE的相关文章

(四)mac安装与配置 python的IDE

mac上安装一个python的IDE,方便进行py脚本编写: 建议安装 pycharm 社区版,免费,功能基本够用了. 下载地址:https://www.jetbrains.com/pycharm/download/#  (下载os x版,community版,免费) 打开pycharm,配置上python PYcharm>Perferences>Project untitled>Project Interpreter,选择系统对应的 python安装目录即可,下框中会对应地显示安装上的

python轻量级ORM---peewee

peewee是一个轻量级的ORM.用的是大名鼎鼎的sqlalchemy内核,采用纯python编写,显得十分轻便.为了后续方便查看,在这里简单记录下~~ peewee不仅轻量级,还提供了多种数据库的访问,如SqliteDatabase(file or memory).MYSQLDatabase.PostgresqlDatabase: 接下来就从API上路吧~~~ 1. class  fn---To express functions in peewee, use the fn object. F

【整理】各种Python的IDE(集成开发环境)的总结和对比

原地址:http://www.tuicool.com/articles/rMVJNn 原文  http://www.crifan.com/summary_common_python_ide_pyscripter_ulipad_eclipse_pydev_eric/ 背景 之前已经写帖子,解释了关于Python的开发环境: [整理][多图详解]如何在Windows下开发Python:在cmd下运行Python脚本,如何使用Python Shell(command line模式和GUI模式),如何使

python轻量级ORM---peewee之API

1.classmethods such as select/update/insert/delete queries. # Example: class User(Model): username = CharField() join_date = DateTimeField() is_admin = BooleanField() u = User(username='charlie', is_admin=True) <span style="background-color: rgb(2

dotfiles for linux/unix users automatically! (python Vim IDE)

Here is a brief introduction and package of dotfiles for linux/unix user. I think there are enough informative description about the package. Here is the link: https://github.com/xros/dotfiles Mostly it is very neat for python programming within Vim.

如何用Sublime text 3搭建Python 的IDE

如何用Sublime text 3搭建Python 的IDE? 说明:不知道为什么,写博客时,图片上传不了,无奈,将文章在本地做成PDF,放在附件里了,大家可以下载PDF,给你带来阅读的不便,还望谅解. 首先下载Sublime text 3.对于Windows 7,Sublime text 3提供了两种版本,一种是安装版,一种是绿色解压版这里仅以解压版为例.(我喜欢绿色解压版,因为它随带随走,方便~)访问http://www.sublimetext.com/3进行Sublime text 3的官

在windows下改装gvim为python的IDE

在windows下改装gvim为python的IDE Reference: http://blog.csdn.net/chain2012/article/details/7445061 http://www.pythonclub.org/linux/vim/pydiction 需要下载的vim编辑器与python vim download:http://www.vim.org/download.php#pc python download: https://www.python.org/down

关于 python 的 IDE

关于 python 的 IDE 之前一直在用sublime text 3,界面风格简洁,但是debug很不方便(需要加插件). 各大论坛一大部分的网友力挺pycharm,于是乎下载了官网的专业版并激活了. 安装流程参考网址:http://blog.csdn.net/yctjin/article/details/70307933?locationNum=11&fps=1 这个IDE确实不错,但是有一个致命的问题,就是如果你的电脑设备配置太低,就会卡死卡死,占内存很厉害. 在这里解决卡死的问题:要么

Python基础入门一文通 | Python2 与Python3及VSCode下载和安装、PyCharm激活与安装、Python在线IDE、Python视频教程 &#625877;

原文: http://blog.gqylpy.com/gqy/481 置顶:来自一名75后老程序员的武林秘籍--必读(博主推荐) 来,先呈上武林秘籍链接:http://blog.gqylpy.com/gqy/401/ 你好,我是一名极客!一个 75 后的老工程师! 我将花两分钟,表述清楚我让你读这段文字的目的! 如果你看过武侠小说,你可以把这个经历理解为,你失足落入一个山洞遇到了一位垂暮的老者!而这位老者打算传你一套武功秘籍! 没错,我就是这个老者! 干研发 20 多年了!我也年轻过,奋斗过!我