Komodo: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Komodo''' from [http://www.activestate.com/ ActiveState]  
'''Komodo''' from [http://www.activestate.com/ ActiveState]  
is the IDE that I use when writing Python and Javascript.
was the IDE that I used when writing Python and Javascript.
It does support other languages. PHP for example. I just
It does support other languages. PHP for example. I just
don't do much programming in the other languages it supports.
don't do much programming in the other languages it supports.


I want to try it for pair programming, it is supposed to support that.
I am using [[Microsoft Visual Studio]] Community Edition now when working on Windows.
Hopefully one team member can use the free version, '''Komodo Edit''', since I don't intend
 
to force my preference on someone AND make them pay in advance to
On Linux I have switched to using [[Spyder]].
work with me!
Spyder is not better than Komodo, just a different approach.
The debugger in Komodo is better than Spyder.
 
Spyder does not require administrative rights to install on Windows,
which is a big plus because that's frequently an obstacle for me.
 
[[Category: Python]]

Latest revision as of 03:32, 8 July 2018

Komodo from ActiveState was the IDE that I used when writing Python and Javascript. It does support other languages. PHP for example. I just don't do much programming in the other languages it supports.

I am using Microsoft Visual Studio Community Edition now when working on Windows.

On Linux I have switched to using Spyder. Spyder is not better than Komodo, just a different approach. The debugger in Komodo is better than Spyder.

Spyder does not require administrative rights to install on Windows, which is a big plus because that's frequently an obstacle for me.