[Tutor] Good Text Editor/IDE for Python

Juan Christian juan0christian at gmail.com
Tue Sep 2 02:25:33 CEST 2014


So guys, I'll be using this one (
https://sublime.wbond.net/packages/SublimeLinter-flake8), why?

Because acording to Python Package Index (
https://pypi.python.org/pypi/flake8), this linter uses:

1. PyFlakes
2. pep8
3. Ned Batchelder's McCabe script

I don't have a clue what the n3 does, but the first two are familiar to me.
That's enough for code style and error checking, right?


On Mon, Sep 1, 2014 at 6:35 PM, Cameron Simpson <cs at zip.com.au> wrote:

> On 01Sep2014 23:59, Steven D'Aprano <steve at pearwood.info> wrote:
>
>> On Mon, Sep 01, 2014 at 11:57:08AM +1000, Cameron Simpson wrote:
>>
>>> On 01Sep2014 11:13, Steven D'Aprano <steve at pearwood.info> wrote:
>>> >Just recently, I've customised my interactive Python with a powerful set
>>> >of tab completion commands, similar to that provided by IPython. While
>>> >typing, if I hit tab, it will try to complete the current variable,
>>> >function, module or file name. I don't know how I programmed without it
>>> >all these years :-)
>>>
>>> I must try that sometime.
>>>
>>
>> Please do :-)
>>
>> You can get the module from here:
>> http://code.google.com/p/tabhistory/
>>
>> Or directly using Mercurial. Run this command at the shell:
>> hg clone https://code.google.com/p/tabhistory/
>>
> [...]
>
> Installed. Wow. That's really handy!
>
> Thanks!
> Cameron Simpson <cs at zip.com.au>
>
> Microsoft Mail: as far from RFC-822 as you can get and still pretend to
> care.
>         - Abby Franquemont-Guillory <abbyfg at tezcat.com>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20140901/75de7b7d/attachment.html>


More information about the Tutor mailing list