Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > The best, friendly and easy use Python Editor.

Reply
Thread Tools

The best, friendly and easy use Python Editor.

 
 
Dave Angel
Guest
Posts: n/a
 
      01-25-2013
On 01/25/2013 12:54 PM, Neil Cerutti wrote:
> On 2013-01-25, Leonard, Arah <> wrote:
>> Though, that said, I have used Notepad and Wordpad any number
>> of times in the past to edit Python files, all without bringing
>> the universe to an untimely end. Even used DOS Edit once. You
>> use what you have at the time. A good craftsman never blames
>> the tools.

>
> DOS Edit was great for quick edits. The file size limit is a
> pity, though.
>


I once had to write a text editor that would run in a 32k machine
without a disk drive. The editor had to fit in RAM with the data, so
the text files were limited to 320 lines.

--
DaveA
 
Reply With Quote
 
 
 
 
Tetsuya
Guest
Posts: n/a
 
      01-25-2013
On 01/25/2013 06:47 PM, Michael Torrie wrote:
> On 01/24/2013 02:14 PM, Tetsuya wrote:
>> Vim has everything, you just need a bunch of plugins.

[...]
>> jedi (*awesome* python smart autocompletion)

[...]
>> supertab (autocomplete everything with TAB, smartly depending on
>> language and context).

>
> Awesome. I'm checking out these plugins right now, especially jedi and
> supertab. Thanks so much!
>


you're welcome!
 
Reply With Quote
 
 
 
 
rusi
Guest
Posts: n/a
 
      01-29-2013
On Jan 25, 10:35*pm, "Leonard, Arah" <Arah.Leon...@bruker-axs.com>
wrote:
> >> It's just a text file after all.

>
> > True indeed, let's not worry about trivial issues like indentation, mixing tabs and spaces or whatever. *Notepad anybody?

>
> Hey, I didn't say Notepad was the *best* tool for the job, just that Python scripts are merely
> text files.


"text files" ok. "Merely text files" needs some rebuttal
http://blog.languager.org/2012/10/ht...ng-syntax.html
Yeah its a bit tongue-in-cheek and does not directly answer the OP (to
which anyway I said: interpreter is more important than editor)
 
Reply With Quote
 
Wayne Werner
Guest
Posts: n/a
 
      01-31-2013
On Thu, 24 Jan 2013, Tim Chase wrote:

> On 01/24/13 13:34, Leonard, Arah wrote:
>>> All true (especially the holy wars bit!). OP didn't (as far as
>>> I can see) even say which OS he is using. Anyway, my suggestion
>>> is generally that people use the editor with which they are
>>> already comfortable.

>>
>> Sound advice. [snip] Whatever works is what works. It's just a
>> text file after all.

>
> So even "ed" or "edlin" or even "cat" would do
> ?
> -tkc
> ?
> wq


ed *is* the standard editor.

Also, I see what you did there

-w
..
wq
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it poss. to use alt. stylesheet switching and still bebookmark-friendly? Dave Rado Javascript 1 05-08-2008 08:01 PM
Is it reasonably easy easy to something like this with python? Bruno Desthuilliers Python 5 08-29-2007 07:40 AM
User Friendly Easy To Install Unit For Voip Like Vonage Unit SuggestionsPlease? Heidy UK VOIP 1 06-22-2007 09:53 AM
Any easy way to get more RE-friendly error messages from Python? Kenneth McDonald Python 1 06-15-2004 11:23 PM
easy to look at and easy to maintain web page menuing system. Hazzard ASP .Net 2 04-06-2004 03:51 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57