473,748 Members | 2,470 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1678
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.c omwrote:
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.c omwrote:
>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**********@g mail.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.dyn dns.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
3685
by: Sticks | last post by:
i'm new to python and i was wondering what editors people prefer to use and why.
11
3549
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 text editor clients to make changes to a specified file on the server, and have the text editor clients update their local copies of the file based on local user input or input entered from other users, relayed via the server. Jabber compatibility...
15
2146
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
6495
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 a step beyond Notepad (not a WYSIWYG tool). Thanks.
9
8925
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. But they come out grossly unalligned and ugly when I try to directly copy and paste into microsoft frontpage 2000. Few things I could do is place them directly using x/y coord (which i don't know how to do), or just taking screenshots and use...
25
3914
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
1352
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 choice would be PHP but I hear from many people that asp.net is better and more stable. So I ask you what your experience with asp.net and PHP is. Thank you already,
63
3960
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 the features for coding, such as syntax highlighting, etc.) but not a full IDE with all the fancy jazz (GUI developer, UML diagrams, etc.). Ideally, it would be something I could even put on a flash drive and move from computer to computer, but...
25
2840
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 topics-oriented assignments supplied by Moodle, you want to build an online text editor into the course, so students can type their PHP programs and HTML directly into files on the server, so they don't have to fight with NotePad on Windows PCs in a lab, and...
0
8831
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9555
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9376
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9250
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6796
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6076
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4607
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3315
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2787
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.