本文介绍了Komodo Edit和Notepad ++ :::优点和优点缺点::: Python开发人员的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Notepad ++进行python开发,几天前,我发现了有关免费的Komodo Edit的信息.

I'm using Notepad++ for python development, and few days ago I found out about free Komodo Edit.

我需要在这两个编辑器之间进行Python开发的利与弊...

I need Pros and Cons for Python development between this two editors...

推荐答案

我在Google App Engine的Python编程方面做了一些工作,我从Notepad ++开始,然后最近使用两个出色的入门教程转移到了Komodo-两者通过此博客帖子(直接:此处在此处).

I have worked a bit with Python programming for Google App Engine, which I started out in Notepad++ and then recently shifted over to Komodo using two excellent startup tutorials - both of which are conveniently linked from this blog post (direct: here and here).

  • Komodo支持基本将您的工作组织成项目,而Notepad ++没有(除了物理文件夹组织).
  • 自定义命令工具栏可用于跟踪众多常用命令甚至链接到网址(例如在线文档等).
  • 它可以正常工作(有时笨拙)代码完成机制.
  • Komodo supports the basicorganization of your work intoProjects, which Notepad++ does not(apart from physical folderorganization).
  • The custom commandstoolbar is useful to keep track ofnumerous frequently-used commandsand even link to URLs (like onlinedocumentation and the like).
  • It has a working (if sometimes clunky)code-completion mechanism.

简而言之,它是一个提供所有好处的IDE.

In short, it's an IDE which provides all the benefits thereof.

Notepad ++更简单,加载速度要快得多,并且确实支持一些基本的可配置运行命令.如果您希望直接在命令行或Python Shell中执行所有执行和调试操作,那么这是一个不错的选择.我的建议是尝试两者!

Notepad++ is simpler, much MUCH faster to load, and does support some basic configurable run commands; it's a fine choice if you like doing all your execution and debugging right in the commandline or Python shell. My advice is to try both!

这篇关于Komodo Edit和Notepad ++ :::优点和优点缺点::: Python开发人员的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-26 08:44