Hi,
Can one of you say to me what's the best editor for editing the python
programs ( for linux or windows ), and if you can send it to me to the
adresse Ah*******@gmail.com
Thanks 21 3048
"PythonStudent" <ah*******@gmail.com> writes: Can one of you say to me what's the best editor for editing the python programs ( for linux or windows ), and if you can send it to me to the adresse Ah*******@gmail.com
Emacs runs on both. So do Eclipe and a lot of other... What is best? The
one that solves your problems without getting in your way.
--
Jorge Godoy <go***@ieee.org>
"Quidquid latine dictum sit, altum sonatur."
- Qualquer coisa dita em latim soa profundo.
- Anything said in Latin sounds smart.
> Can one of you say to me what's the best editor for editing the python programs ( for linux or windows ), and if you can send it to me to the adresse
Hmmm...it's been almost a week since this topic came up on
the list. Good to see the topic is undead :) For plenty of
reading, check out the list archives: http://groups.google.com/group/comp....ct+OR+ideal%29
Pretty much any text editor will do. If you're developing
on both Linux and Windows, it's an advantage to have an
editor that you can use on both. I happen to use vim/vi
which is available pretty much wherever you go. About the
same sorta thing can be said for emacs, though I'm not a
user, so I can't comment on it. I'll grant that vi/vim has
a learning curve like a brick wall, but once you're over the
initial learning hurdle, it reaps heaps of rewards.
Check out http://www.python.org/moin/PythonEditors
Try 'em out and see what *you* like. In a pinch, there's
always ed: http://www.gnu.org/jokes/ed.msg.html http://www.gnu.org/software/ed/ed.html
Or edlin if you're on Dos/Win32 :) Though I think in such
an event on Dos/Win32, I'd almost rather use "copy con" as
my editor...
-tkc
PythonStudent wrote: Hi, Can one of you say to me what's the best editor for editing the python programs ( for linux or windows ), and if you can send it to me to the adresse Ah*******@gmail.com
Why donīt you try the editor wich comes with Pythoncard.
Or Notepad++ Thanks
Food for thought... I admit it would be best if you could use the same
editor for both *nix and Windows -- in that case, I'd say Scite would
be best as it is almost identical in both environments. However, my own
personal favorites are: Crimson Editor for Windows and Kate for Linux.
Yes, I know... strange choices (especially Kate) but they both do what
I need them to do. :-)
Harlin Seritt
I agree, Kate is a great linux editor!
On windows, I'd have to say notepad2- kate for windows
just to bloat this thread some more:
Am I the only one using jEdit?
(really, I never see it mentioned anywhere ...)
wildemar
Been using PyDev plugin for Eclipse for a week now... works pretty
good, and integrates well with PyLint.
Has some context-sensitive help, but not much. I wonder if writing a
script to convert Python HTML docs to Javadoc format would help?
Hmmmm.... maybe I'll ask.
Was actually going to throw in jEdit for the category of what's good on
both platforms... For someone who despises Java, I actually like it.
:-)
Harlin
Wildemar Wildenburger wrote: just to bloat this thread some more:
Am I the only one using jEdit?
I've yet to find better for developing in jython
In message <11**********************@j33g2000cwa.googlegroups .com>,
flamesrock <fl********@gmail.com> writes I agree, Kate is a great linux editor!
On windows, I'd have to say notepad2- kate for windows
Well, Notepad might be a bare-bones. I enjoy using UltraEdit, though
not UEStudio (the IDE version). You can include a "wordfile" to get
Python syntax recognition. Tools are user configurable globally or by
project - my first three global tools are Check (with pychecker), Test
and Run
Regards
Ian
--
Ian Parker
PythonStudent wrote: Hi, Can one of you say to me what's the best editor for editing the python programs ( for linux or windows )
What may be "best" for me, may not necessarily work for you nor anybody
else. Personally, I like to use Kate, Pico, or Joe on Linux, and
Notepad2 or IDLE editor for Windows.
Cheers,
-M
Just because nobody has mentioned them so far:
- SciTe is a perfect editor for Pyhton on Win and Linx
- PyScripter is a wonderful IDE (but only on Win)
- DrPython is a nice platform independent editor/mini-IDE
There is no one editor that could be called the best one, but there are
many which are far better suited for Python than the simple standard
text editors (Notepad & Co).
Maybe you prefer to have one editor that suits all your programming and
typing needs (not only Python), so you don't have to use different
editors Python, HTML, XML, config files etc. SciTe performs very well
here, and of course also Emacs...
-- Christoph
> Can one of you say to me what's the best editor for editing the python programs( for linux or windows )
The Zeus for Windows IDE has support for Python: http://www.zeusedit.com/python.html
It does Python code folding, smart indenting and syntax
highlighting. It also has features like project/workspace
mangement, ftp editing and class browsing etc.
You can even write Zeus macros in Python.
Jussi Jumppanen
Author of: Zeus for Windows
NOTE: Zeus is shareware
If you want something that won't get in your way, you should really
use /bin/ed. It's probably simpler to use then searching the archives.
/bin/ed will also run in cygwin for windows. Can one of you say to me what's the best editor for editing the python programs( for linux or windows )
---
Andrew Gwozdziewycz ap****@gmail.com http://ihadagreatview.org http://and.rovir.us
emacs
google: python-mode
----- Original Message -----
From: ju****@zeusedit.com
Date: Saturday, March 25, 2006 6:10 pm
Subject: Re: What's The Best Editor for python
To: py*********@python.org Can one of you say to me what's the best editor for editing the python programs( for linux or windows )
The Zeus for Windows IDE has support for Python:
http://www.zeusedit.com/python.html
It does Python code folding, smart indenting and syntax highlighting. It also has features like project/workspace mangement, ftp editing and class browsing etc.
You can even write Zeus macros in Python.
Jussi Jumppanen Author of: Zeus for Windows NOTE: Zeus is shareware
-- http://mail.python.org/mailman/listinfo/python-list
For myself, I use kdevelop, KDE's development environment, it handles a
multitude of languages very well, and python is one of them. It has
solid project management, and a slew of other features. If you are
looking for something solid, I would go with kdevelop.
On 2006-03-26, Andrew Gwozdziewycz <ap****@gmail.com> wrote: If you want something that won't get in your way, you should really use /bin/ed. It's probably simpler to use then searching the archives. /bin/ed will also run in cygwin for windows.
Can one of you say to me what's the best editor for editing the python programs( for linux or windows )
The best editor is the one you like best.
I'm a vim user with taglist--I'm not fully happy with how ctags does
Python, but it's more than Good Enough.
But editors are religious, and not worth arguing about, generally. This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Sticks |
last post by:
i'm new to python and i was wondering what editors people prefer to use
and why.
|
by: Chris Cioffi |
last post by:
I started writing this list because I wanted to have definite points
to base a comparison on and as the starting point of writing something
myself. After looking around, I think it would be a...
|
by: andy |
last post by:
Anybody like to comment on which editor they use for python web app
development - for both discrete and mixed python and html code, and why?
I'm comfortable with IDLE (used it for years) but of...
|
by: Lad |
last post by:
What editor shall I use if my Python script must contain utf-8
characters?
I use XP
Thank you for reply
l.b.
|
by: sushant.sirsikar |
last post by:
hi,
I want to know which is the best IDE for python.Please if
possible mention the features of the IDE.
Thank You.
Sushant
|
by: Manoj Kumar P |
last post by:
Hi,
Can anyone tell me a good python editor/IDE?
It would be great if you can provide the download link also.
Thank You,
-Manoj-
"SASKEN RATED Among THE Top 3 BEST COMPANIES TO WORK FOR...
|
by: emrahayanoglu |
last post by:
Hello Everyone,
Now, I'm working on a new web framework. I tried many test on the other
programming languages. Then i decided to use python on my web framework
project.
Now i want to listen...
|
by: JAG CHAN |
last post by:
Friends, I am trying to learn Python.
It will be of great help to me if you let me know which one would be best
editor for learning Python.
Plese note that I would like to have multiplatform...
|
by: Hakusa |
last post by:
Recently I've had some problems with PythonWin when I switched to
Py2.5, tooka long hiatus, and came back. So now I'm without my god sent
helper, and I'm looking for a cool replacement, or some...
|
by: Kemmylinns12 |
last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
|
by: AndyPSV |
last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
|
by: Matthew3360 |
last post by:
Hi,
I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
|
by: Carina712 |
last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
|
by: Rahul1995seven |
last post by:
Introduction:
In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
|
by: Ricardo de Mila |
last post by:
Dear people, good afternoon...
I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control.
Than I need to discover what...
|
by: Johno34 |
last post by:
I have this click event on my form. It speaks to a Datasheet Subform
Private Sub Command260_Click()
Dim r As DAO.Recordset
Set r = Form_frmABCD.Form.RecordsetClone
r.MoveFirst
Do
If...
|
by: ezappsrUS |
last post by:
Hi,
I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
| |