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
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
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
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
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
>
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
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
>>
>> 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
> 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
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
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
> 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
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
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
>>>
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
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
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
>> 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
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
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
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
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
> 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
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
I think PyCharm is ideal for you.
http://www.jetbrains.com/pycharm/
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
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
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
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
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
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://
35 matches
Mail list logo