Re: The best, friendly and easy use Python Editor.

2013-01-31 Thread Wayne Werner
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 a

Re: The best, friendly and easy use Python Editor.

2013-01-29 Thread rusi
On Jan 25, 10:35 pm, "Leonard, Arah" 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

Re: The best, friendly and easy use Python Editor.

2013-01-25 Thread Tetsuya
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). Awesom

Re: The best, friendly and easy use Python Editor.

2013-01-25 Thread Dave Angel
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

Re: The best, friendly and easy use Python Editor.

2013-01-25 Thread Neil Cerutti
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 >

Re: The best, friendly and easy use Python Editor.

2013-01-25 Thread Michael Torrie
On 01/24/2013 02:14 PM, Tetsuya wrote: > Vim has everything, you just need a bunch of plugins. > I code mainly in python and django, and I use these plugins (among others): > > powerline (status bar indicating git branch, etc..) > syntastic (support for pep8, flake8, pyflakes, etc..) > ctrlp (fuzz

Re: The best, friendly and easy use Python Editor.

2013-01-25 Thread Chris Angelico
On Sat, Jan 26, 2013 at 4:35 AM, Leonard, Arah 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

RE: The best, friendly and easy use Python Editor.

2013-01-25 Thread Leonard, Arah
>> >> 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. Though, tha

Re: The best, friendly and easy use Python Editor.

2013-01-25 Thread Wolfgang Keller
> for all senior can you suggest me the best, friendly and easy use > with nice GUI editor for me, and have many a good features such as > auto complete/auto correct. Depends on what you are used to. If you're used to bare-bones editors such as emacs, vim etc, they can be used for Python. If you

Re: The best, friendly and easy use Python Editor.

2013-01-25 Thread Miki Tebeka
On Thursday, January 24, 2013 2:34:45 AM UTC-8, mik...@gmail.com wrote: > On Thursday, January 24, 2013 9:43:31 AM UTC, Hazard Seventyfour wrote: > > for all senior can you suggest me the best, friendly and easy use with nice > > GUI editor for me, and have many a good features such as auto comple

Re: The best, friendly and easy use Python Editor.

2013-01-25 Thread Ritchie Flick
You could try ninja-ide or Sublime Text 2. This message was send from my phone Flick Ritchie On 25 Jan 2013 10:45, "Kirill Pekarov" wrote: > > I think PyCharm is ideal for you. > > http://www.jetbrains.com/pycharm/ > > +1 for PyCharm. > I used many ed

Re: The best, friendly and easy use Python Editor.

2013-01-25 Thread Kirill Pekarov
> I think PyCharm is ideal for you. > http://www.jetbrains.com/pycharm/ +1 for PyCharm. I used many editors, and PyCharm (IDEA) is just perfect. -- http://mail.python.org/mailman/listinfo/python-list

Re: The best, friendly and easy use Python Editor.

2013-01-25 Thread Mark Lawrence
On 24/01/2013 19:34, Leonard, Arah 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? :) -- Cheers. Mark Lawrence -- http://mail.python.org/mailman/listinfo/python-list

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread Chris Angelico
On Fri, Jan 25, 2013 at 7:25 AM, 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 >>>

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread Kayode Odeyemi
Simply use Netbeans On Thu, Jan 24, 2013 at 10:09 PM, llanitedave wrote: > On Thursday, January 24, 2013 7:54:55 AM UTC-8, rusi wrote: > > > > > [I personally use emacs. It would be sadistic to make that into a > > > > recommendation] > > Lol! That's just too true. It's also true for Eclipse, w

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread Tetsuya
On 01/24/2013 04:51 PM, John Gordon wrote: In Sharwan Joram writes: use vim. He said he wanted autocomplete. Does Vim have that? Vim has everything, you just need a bunch of plugins. I code mainly in python and django, and I use these plugins (among others): powerline (status bar indi

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread llanitedave
On Thursday, January 24, 2013 7:54:55 AM UTC-8, rusi wrote: > > [I personally use emacs. It would be sadistic to make that into a > > recommendation] Lol! That's just too true. It's also true for Eclipse, which I use very comfortably on Windows 7, but has proven to be a nightmare to set up o

RE: The best, friendly and easy use Python Editor.

2013-01-24 Thread Leonard, Arah
>> Sound advice. Most of the time I still use Visual Studio for editing >> Python because I also use it for C++, so it's just what I'm used to. >> No big deal, really. Whatever works is what works. It's just a text >> file after all. >> > > I assume you're using PyTools (http://pytools.code

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread Tim Chase
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 wo

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread Neil Cerutti
On 2013-01-24, Tim Chase wrote: > On 01/24/13 10:23, Thomas Heller wrote: >> Am 24.01.2013 16:54, schrieb rusi: >>> [I personally use emacs. It would be sadistic to make that into a >>> recommendation] >>> >> It would be truly sadistic to force a long-time emacs user to any >> other editor. > > I

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread Neil Cerutti
On 2013-01-24, John Gordon wrote: > In Sharwan Joram > writes: > >> use vim. > > He said he wanted autocomplete. Does Vim have that? Yes, you use its ctags support to get it working, I believe. -- Neil Cerutti -- http://mail.python.org/mailman/listinfo/python-list

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread Dave Hirschfeld
Leonard, Arah bruker-axs.com> writes: > > > 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. Most of

RE: The best, friendly and easy use Python Editor.

2013-01-24 Thread Leonard, Arah
> 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. Most of the time I still use Visual Studio for editing Python b

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread Walter Hurry
On Thu, 24 Jan 2013 22:10:21 +1100, Chris Angelico wrote: > On Thu, Jan 24, 2013 at 8:43 PM, Hazard Seventyfour > wrote: >> Hello, >> >> I new in this python and decided to learn more about it, so i can make >> an own script :), >> >> for all senior can you suggest me the best, friendly and easy

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread Andrew Gudovich
I think PyCharm is ideal for you. http://www.jetbrains.com/pycharm/ -- http://mail.python.org/mailman/listinfo/python-list

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread Tim Chase
On 01/24/13 10:23, Thomas Heller wrote: Am 24.01.2013 16:54, schrieb rusi: [I personally use emacs. It would be sadistic to make that into a recommendation] It would be truly sadistic to force a long-time emacs user to any other editor. I saw the recommendation for Vim elsewhere on the threa

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread Thomas Heller
Am 24.01.2013 16:54, schrieb rusi: [I personally use emacs. It would be sadistic to make that into a recommendation] It would be truly sadistic to force a long-time emacs user to any other editor. Thomas -- http://mail.python.org/mailman/listinfo/python-list

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread John Gordon
In Sharwan Joram writes: > use vim. He said he wanted autocomplete. Does Vim have that? -- John Gordon A is for Amy, who fell down the stairs gor...@panix.com B is for Basil, assaulted by bears -- Edward Gorey, "The Gashlycrumb

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread Chris Angelico
On Fri, Jan 25, 2013 at 2:54 AM, rusi wrote: > - last expression with _ (underscore) Small terminology quibble: That's not last expression, but last non-None result. >>> 1+2 3 >>> _ 3 >>> _,None (3, None) >>> _ (3, None) >>> _[1] >>> _ (3, None) Otherwise, agree totally. Get to know the interac

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread rusi
On Jan 24, 2:43 pm, Hazard Seventyfour wrote: > Hello, > > I new in this python and decided to learn more about it, so i can make an own > script :), > > for all senior can you suggest me the best, friendly and easy use with nice > GUI editor for me, and have many a good features such as auto co

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread Sharwan Joram
On Thursday, January 24, 2013 8:42:19 PM UTC+5:30, John Gordon wrote: > In Hazard Seventyfour > writes: > > > > > Hello, > > > > > I new in this python and decided to learn more about it, so i can make > > > an own script :), > > > > > for all senior can you suggest me the best, friend

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread John Gordon
In Hazard Seventyfour writes: > Hello, > I new in this python and decided to learn more about it, so i can make > an own script :), > for all senior can you suggest me the best, friendly and easy use with > nice GUI editor for me, and have many a good features such as auto > complete/auto cor

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread Chris Angelico
On Thu, Jan 24, 2013 at 8:43 PM, Hazard Seventyfour wrote: > Hello, > > I new in this python and decided to learn more about it, so i can make an own > script :), > > for all senior can you suggest me the best, friendly and easy use with nice > GUI editor for me, and have many a good features su

Re: The best, friendly and easy use Python Editor.

2013-01-24 Thread mikprog
On Thursday, January 24, 2013 9:43:31 AM UTC, Hazard Seventyfour wrote: > Hello, > > > > I new in this python and decided to learn more about it, so i can make an own > script :), > > > > for all senior can you suggest me the best, friendly and easy use with nice > GUI editor for me, and ha

The best, friendly and easy use Python Editor.

2013-01-24 Thread Hazard Seventyfour
Hello, I new in this python and decided to learn more about it, so i can make an own script :), for all senior can you suggest me the best, friendly and easy use with nice GUI editor for me, and have many a good features such as auto complete/auto correct. any recommend? Thanks ^_^ -- http://