Re: What editor shall I use?

2006-02-13 Thread Joel Hedlund
Lad wrote: > What editor shall I use if my Python script must contain utf-8 > characters? Also, don't overlook IDLE, the IDE that ships with python. I use it in my work every day. Once every three months or so I invest a day in looking for a better free python IDE/editor, and still after 3 years

Re: What editor shall I use?

2006-02-10 Thread Colin J. Williams
Peter Maas wrote: > Lad schrieb: > >> What editor shall I use if my Python script must contain utf-8 >> characters? >> I use XP > > > An extremely capable, easy to use and small editor is Neil > Hodgson's SciTE. It's my favorite editor on Windows and Linux. > There is a Windows installer at > >

Re: What editor shall I use?

2006-02-10 Thread Jaroslaw Zabiello
On 8 Feb 2006 06:48:30 -0800, Lad wrote: > What editor shall I use if my Python script must contain utf-8 > characters? > I use XP The best (and free) are: Eclipse http://www.eclipse.org/ with pydev http://pydev.sourceforge.net/ SPE http://pythonide.stani.be/ Eric3 http://www.die-offenbachs.d

Re: What editor shall I use?

2006-02-09 Thread Peter Milliken
You might want to have a look at the Python Wiki - it has lots of good information. One topic of interest is on what editors you can use with Python http://wiki.python.org/moin/PythonEditors Otherwise asking a question like "what editor should I use" will invariably generate a response based on wh

Re: What editor shall I use?

2006-02-09 Thread Colin J. Williams
Lad wrote: > What editor shall I use if my Python script must contain utf-8 > characters? > I use XP > Thank you for reply > l.b. > I like PyScripter, although it's much more than an editor. http://mmm-experts.com/Products.aspx?ProductId=4 Colin W -- http://mail.python.org/mailman/listinfo/p

Re: What editor shall I use?

2006-02-09 Thread Peter Maas
Lad schrieb: > What editor shall I use if my Python script must contain utf-8 > characters? > I use XP An extremely capable, easy to use and small editor is Neil Hodgson's SciTE. It's my favorite editor on Windows and Linux. There is a Windows installer at http://users.hfx.eastlink.ca/~gisdev/sci

Re: What editor shall I use?

2006-02-08 Thread Benji York
Dylan Moreland wrote: > I myself have just begun using vim. Does anyone have any > tips/convenient tweaks for python programming with it? EnhancedCommentify, ShowFunc, spacehi, svncommand, and pythonhelper are nice Vim plugins to use with Python. They can all be found on vim.org. Not Python-spe

Re: What editor shall I use?

2006-02-08 Thread Tim Chase
> I myself have just begun using vim. Does anyone have any > tips/convenient tweaks for python programming with it? For python programming several settings can make life far less painful (assuming you like 4-spaces-per-tab) : set ai ts=4 sw=4 et or set ai ts=4 sw=4 noet (depen

Re: What editor shall I use?

2006-02-08 Thread Dylan Moreland
Radek Kubicek wrote: > > What editor shall I use if my Python script must contain utf-8 > > characters? > > I use XP > > vim :-) > > > Thank you for reply > > l.b. > > not for all :-) I myself have just begun using vim. Does anyone have any tips/convenient tweaks for python programming with it?

Re: What editor shall I use?

2006-02-08 Thread [EMAIL PROTECTED]
I use JEdit and I like it very much. http://www.jedit.org/ Uros -- http://mail.python.org/mailman/listinfo/python-list

Re: What editor shall I use?

2006-02-08 Thread Steve Holden
Petr Jakes wrote: > http://www.pspad.com/en/ > > Petr Jakes > Windows provides the perfectly usable Notepad which, while not perfect for Python, is quite good enough to get started. The Save dialog box allows the user to select an encoding, including UTF-8. regards Steve -- Steve Holden

Re: What editor shall I use?

2006-02-08 Thread Magnus Lycka
Lad wrote: > I did not find where I can set encoding type in vim Google is your friend. http://vim.sourceforge.net/scripts/script.php?script_id=789 http://www.vim.org/tips/tip.php?tip_id=246 http://www.vim.org/htmldoc/mbyte.html -- http://mail.python.org/mailman/listinfo/python-list

RE: What editor shall I use?

2006-02-08 Thread McCann, Brian
.org > Subject: Re: What editor shall I use? > > is vim for XP? > > -- > http://mail.python.org/mailman/listinfo/python-list > > -- http://mail.python.org/mailman/listinfo/python-list

Re: What editor shall I use?

2006-02-08 Thread Petr Jakes
http://www.pspad.com/en/ Petr Jakes -- http://mail.python.org/mailman/listinfo/python-list

Re: What editor shall I use?

2006-02-08 Thread Lad
I did not find where I can set encoding type in vim -- http://mail.python.org/mailman/listinfo/python-list

Re: What editor shall I use?

2006-02-08 Thread Lad
is vim for XP? -- http://mail.python.org/mailman/listinfo/python-list

Re: What editor shall I use?

2006-02-08 Thread Radek Kubicek
> What editor shall I use if my Python script must contain utf-8 > characters? > I use XP vim :-) > Thank you for reply > l.b. not for all :-) -- http://mail.python.org/mailman/listinfo/python-list