473,396 Members | 1,853 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Komodo - Will it Lock Me In?

Hi Everybody,

If I were to use Komodo to write in Python, would it add a lot of goo to my
code such that I would not be able to switch to another IDE without having to
claw my way out of a tarpit first?

Any other thoughts on Komodo? I am considering it because I am hoping to find
a solution to the install-packages-until-you-go-blind aspect of Python.
Setting up a serious, cross-platform, gui development environment is quite a
struggle for a newbie.

Thanks,
Matt

Feb 18 '06 #1
6 1516
[Ma**@bag.python.org wrote]
Hi Everybody,

If I were to use Komodo to write in Python, would it add a lot of goo to my
code such that I would not be able to switch to another IDE without having to
claw my way out of a tarpit first?
Nope. Komodo adds no goo to your code (TM).
TM's my name, not a trademark on "Komodo adds no goo to your code" --
but I'm thinking about it. :)

Perhaps you are thinking of some of the C/C++ IDEs (like Visual Studio
on Windows and Xcode on the Mac) that will help you setup of projects
using their build systems that sometimes imply a number of standard
files. Komodo doesn't mandate a build system.
Any other thoughts on Komodo? I am considering it because I am hoping to find
a solution to the install-packages-until-you-go-blind aspect of Python.
Setting up a serious, cross-platform, gui development environment is quite a
struggle for a newbie.


Not sure about the "install-packages-until-you-go-blind" thing. Komodo
doesn't help you install packages into your Python implementation. Nor
does Komodo have front-ends to py2app or py2exe for wrapping up Python
code into standalone executables.

GUI development, however. Komodo's GUI Builder is intended to be a GUI
designer for simple Tkinter-based UIs. It does mandate a certain style
for your *GUI* code, but I believe that all GUI designers need to do
this.

Because I work on Komodo I am biased, so won't give you an opinion on it
relative to other tools out there.

Cheers,
Trent

--
Trent Mick
Tr****@ActiveState.com
Feb 18 '06 #2
> Not sure about the "install-packages-until-you-go-blind" thing. Komodo
doesn't help you install packages into your Python implementation. Nor


I think he is confusing with Visual Package Manager.
Matt, in most cases, installing packages in Python is about as easy as
it gets. As a newbie, you should stick to binary packages at first. And
installing is simple as clicking through an installer or typing "python
setup.py install" in most cases.

Feb 18 '06 #3
Le Fri, 17 Feb 2006 18:14:26 -0800, Trent Mick a écrit :

Nope. Komodo adds no goo to your code (TM).
TM's my name, not a trademark on "Komodo adds no goo to your code" --
but I'm thinking about it. :) +1 JOTW (Joke of the week)
Cheers,
Trent

Feb 18 '06 #4
Matt Trivisonno napisa³(a):
Any other thoughts on Komodo? I am considering it because I am hoping to find
a solution to the install-packages-until-you-go-blind aspect of Python.
Setting up a serious, cross-platform, gui development environment is quite a
struggle for a newbie.


Komodo is nice and plays well with programmer, although it's still an
editor with few additions, available elsewhere for free (i.e. in PyDev
or even in "advanced editors" like jEdit or Kate).

--
Jarek Zgoda
http://jpa.berlios.de/
Feb 19 '06 #5
matt> Any other thoughts on Komodo?

If you code in any other languages (Perl, Ruby) or need to edit xml,
html, php etc, Komodo will handle all of these for you with appropriate
color coding, nested loops etc.

rd
www.dooling.com

Matt wrote:
Hi Everybody,

If I were to use Komodo to write in Python, would it add a lot of goo to my
code such that I would not be able to switch to another IDE without having to
claw my way out of a tarpit first?

Any other thoughts on Komodo? I am considering it because I am hoping to find
a solution to the install-packages-until-you-go-blind aspect of Python.
Setting up a serious, cross-platform, gui development environment is quite a
struggle for a newbie.

Thanks,
Matt


Feb 20 '06 #6
Matt Trivisonno wrote:
Hi Everybody,

If I were to use Komodo to write in Python, would it add a lot of goo to my
code such that I would not be able to switch to another IDE without having to
claw my way out of a tarpit first?

Any other thoughts on Komodo? I am considering it because I am hoping to find
a solution to the install-packages-until-you-go-blind aspect of Python.
Setting up a serious, cross-platform, gui development environment is quite a
struggle for a newbie.


I work myself currently with the Kommodo IDE (but have not done an
thorough evaluation of the market before choosing it).

The "lock-in" question would be solved, if Active State would go
open-source with Kommodo.

Even a partial open-source would solve this: If the project-management
subsystems would go open-source, other IDE's could adopt them, ensuring
a cohesive standard across the dynamic communities.

-

I have made a compact review of Active State, which will possibly give
you some relevant information:

http://lazaridis.com/samples/com/ActiveState/index.html

Note that some things have changed since the review, which could
simplify the process of going open source even more:

"Active State, a Division of Sophos" has become

"ActiveState Software Inc."

http://activestate.com/Corporate/Com...140209595.html

..

--
http://lazaridis.com
Feb 22 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Dustin | last post by:
Hello, I just started programming in Python last night, and I've really enjoyed my experience so far. I would like to know if there is a Windows editor that recognizes Python and will support a...
5
by: Will McGugan | last post by:
Hi, On my dev machine (P4 1.7Ghz Win2K) debugging with Komodo is painfuly slow. There is a delay of several seconds when stepping over a single line of code. Debugging the same code with...
2
by: fortepianissimo | last post by:
This is a question to all of you who use Komodo IDE for development: when I tried to debug my script which uses __file__ to get the absolute path to the file, Komodo complained that the variable is...
4
by: swisscheese | last post by:
Using the Komodo IDE under XP I often get "python.exe has encountered a problem and needs to close". Running python direct on the same app gives a list index out of bounds error. Any ideas how to...
1
by: j_macaroni | last post by:
Hi all, I have setup PHP/MySQL (using mysqli) and works properly from the command line. Here is the code that works when run from the command line: <?php $conn = new...
29
by: John Salerno | last post by:
Just curious what users of the two big commercial IDEs think of them compared to one another (if you've used both). Wing IDE looks a lot nicer and fuller featured in the screenshots, but a...
3
by: SpreadTooThin | last post by:
Why is it that (On MAC OS X) in Komodo 3.5 Professional, if I try to find something in my script, I am unable to change the text it is searching for?
8
by: Steve Thompson | last post by:
Hello all, I was wondering the differnced there were betwee Active State's python and the open source version of python. Would I have to unistall my opend souce python? Additonally, how does...
1
by: John Dann | last post by:
I'm learning Python using the Komodo Edit freeware code editor. One thing I'm finding a little confusing is that the code completion lists (what I would call Intellisense coming from a .Net...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.