473,383 Members | 1,891 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,383 software developers and data experts.

Witch editor to use!

Hello!

I'm new in wxPython and before i start doing anything I have one qustion.

Shoul I use some of editors like boa, spe or shoud i use my favorite
text editor!

i used IDLE on windows and it seamd nice. Now i have linux installed on
my mashine and boa works, spe wont start, IDLE crashes when compailinfg!

And if editor is bether choice witch one to use!
Nov 30 '07 #1
9 1663
On Nov 30, 2007 5:10 PM, SMALLp <po***@email.t-com.hrwrote:
Hello!

I'm new in wxPython and before i start doing anything I have one qustion.

Shoul I use some of editors like boa, spe or shoud i use my favorite
text editor!

i used IDLE on windows and it seamd nice. Now i have linux installed on
my mashine and boa works, spe wont start, IDLE crashes when compailinfg!

And if editor is bether choice witch one to use!
Maybe you can try UliPad.

--
I like python!
UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
meide <<wxPython UI module>>: http://code.google.com/p/meide/
My Blog: http://www.donews.net/limodou
Nov 30 '07 #2
Ant
On Nov 30, 9:10 am, SMALLp <po...@email.t-com.hrwrote:
Hello!

I'm new in wxPython and before i start doing anything I have one qustion.

Shoul I use some of editors like boa, spe or shoud i use my favorite
text editor!

i used IDLE on windows and it seamd nice. Now i have linux installed on
my mashine and boa works, spe wont start, IDLE crashes when compailinfg!

And if editor is bether choice witch one to use!
One with a spell checker would be a good start.
Nov 30 '07 #3
On Nov 30, 4:40 am, Ant <ant...@gmail.comwrote:
On Nov 30, 9:10 am, SMALLp <po...@email.t-com.hrwrote:
Hello!
I'm new in wxPython and before i start doing anything I have one qustion.
Shoul I use some of editors like boa, spe or shoud i use my favorite
text editor!
i used IDLE on windows and it seamd nice. Now i have linux installed on
my mashine and boa works, spe wont start, IDLE crashes when compailinfg!
And if editor is bether choice witch one to use!

One with a spell checker would be a good start.
Punny.
Carl Banks
Nov 30 '07 #4
Carl Banks a écrit :
On Nov 30, 4:40 am, Ant <ant...@gmail.comwrote:
>On Nov 30, 9:10 am, SMALLp <po...@email.t-com.hrwrote:
(snip)
>>And if editor is bether choice witch one to use!
One with a spell checker would be a good start.

Punny.
indeed !-)
Nov 30 '07 #5
Try the free komodo edit.
it works on both windows, Linux and Mac OS X

http://www.activestate.com/Products/komodo_edit/
It is what is drawing me away from the kde editor "kate"

and I will close my message with a linke to the features list
http://www.activestate.com/Products/.../features.plex
I sound like a commercial.
Nov 30 '07 #6
SMALLp <po***@email.t-com.hrwrites:
Shoul I use some of editors like boa, spe or shoud i use my favorite
text editor!
Any text editor will, in a minimal way, do the job, so there's nothing
to enforce "should". But since it seems you're asking for opinions:

A text editor is an indispensible tool for a programmer, and it needs
to be used very frequently, to the point of being able to use it
without conscious interruption of thought to figure out how to do
something.

I think you should learn one powerful general-purpose extensible
cross-platform popular free-software text editor, learn to use it well
over time, and use that for as much of your text editing as possible.

It seems ludicrous to me that people choose editors that are any of:

* too simple (can't increase expressiveness as you grow in
competence using it)

* too narrow-focus (can't leverage the investment of learning that
tool by using it for every text editing task)

* exclude a major operating system (can't leverage the leraning
investment when moving to a new platform)

* too little community base (can't take advantage of a user
community sharing improvements and features)

* not free software (can't install it with impunity on any
workstation one finds oneself needing an editor, and can't be
confident the software will continue to be available for as long
as users want it available)
And if editor is bether choice witch one to use!
The two main choices that meet the criteria above are Vim and Emacs.
In my opinion, either is a good choice.

--
\ "I got food poisoning today. I don't know when I'll use it." |
`\ -- Steven Wright |
_o__) |
Ben Finney
Nov 30 '07 #7
On 30 nov, 06:10, SMALLp <po...@email.t-com.hrwrote:
Hello!

I'm new in wxPython and before i start doing anything I have one qustion.

Shoul I use some of editors like boa, spe or shoud i use my favorite
text editor!

i used IDLE on windows and it seamd nice. Now i have linux installed on
my mashine and boa works, spe wont start, IDLE crashes when compailinfg!

And if editor is bether choice witch one to use!
I have spe installed and working in Ubuntu 7.10. See some feedback
here:

http://pythonide.blogspot.com/2007/0...nd-how-to.html

When I installed spe, it didn't start, but there was a previous fix
(editing a file that I can't remember now). It was a wx version
problem.

HTH

Marcelo
Nov 30 '07 #8
rm
And if editor is bether choice witch one to use!
>
The two main choices that meet the criteria above are Vim and Emacs.
In my opinion, either is a good choice.
Both Vim and Emacs are hard to learn. In other words, they will
require that you spend at least some time studying how they work and
practicing. They have a learning curve that is much larger than using
something simple like NEdit, Gedit, KWrite, etc. But, they are a lot
more powerful. One thing that I think favors Vim over Emacs, is that
Vim seems to be installed by default on almost all Linux distros. So,
if you learn Vim you will never (almost) be without an editor, even if
you just have access through a terminal. So, I recommend that you do
learn at least the basics of Vim. Just my 2 cents.
Nov 30 '07 #9
On Fri, 30 Nov 2007 12:50:06 -0800 (PST), rm <rm**********@gmail.comwrote:
....
Both Vim and Emacs are hard to learn. In other words, they will
require that you spend at least some time studying how they work and
practicing. They have a learning curve that is much larger than using
something simple like NEdit, Gedit, KWrite, etc. But, they are a lot
more powerful.
In other words: if there are no features, you don't have to work to
learn them?

I agree that learning to use an editor well is hard work -- but its
well worth it. It's the primary interface between the programmer and
the computer, and will continue to be so until you are too old to
type.
One thing that I think favors Vim over Emacs, is that
Vim seems to be installed by default on almost all Linux distros.
As I understand it, they tend to include a crippled version of vim
with many of the interesting features disabled. Doesn't help a Python
developer much. Of course, both Emacs and the full vim are
trivial to install, unless you're the sysadmin's sworn enemy.

/Jorgen

--
// Jorgen Grahn <grahn@ Ph'nglui mglw'nafh Cthulhu
\X/ snipabacken.dyndns.org R'lyeh wgah'nagl fhtagn!
Dec 2 '07 #10

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

Similar topics

32
by: Sticks | last post by:
i'm new to python and i was wondering what editors people prefer to use and why.
11
by: Ed Suominen | last post by:
I'm thinking of implementing a real-time collaborative text editor in Python using Twisted. An initial plan is to use a Twisted PB server daemon that accepts user:password:file connections from...
15
by: JC Home | last post by:
Hi all, I am just learning JavaScript and would love to find a good editor that helps with syntax and debugging. Any suggestions? Thanks!! -- Jeff Ciaccio Dallas, GA
71
by: tomy_baseo | last post by:
I'm new to HTML and want to learn the basics by learning to code by hand (with the assistance of an HTML editor to eliminate repetitive tasks). Can anyone recommend a good, basic HTML editor that's...
9
by: Stud Muffin | last post by:
Hey Basically, I'm trying to take objects created in microsoft word using equation editor (for creating clean looking math/physics equations) and putting them into some sort of webpage format....
25
by: chunhui_true | last post by:
In <<expert c>>I know the break in if wich is scoped in switch is break the switch,like: switch c case 1: if(b){ break; } ...... But like this: while(a){
12
by: warstar | last post by:
Hello all, I'm in a bit of a problem I'm given a project making an online shopping system for a professional barbershop. But I'm with a small problem in witch language to make the system. My...
63
by: John Salerno | last post by:
I know there's a request for a good IDE at least once a week on the ng, but hopefully this question is a little different. I'm looking for suggestions for a good cross-platform text editor (which...
25
by: doznot | last post by:
Let's say you want to use Moodle to teach an introductory class in PHP programming. Some of the students have little or no computer experience. In addition to background reading and...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.