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 <c...@zip.com.au> wrote:

> On 01Sep2014 23:59, Steven D'Aprano <st...@pearwood.info> wrote:
>
>> On Mon, Sep 01, 2014 at 11:57:08AM +1000, Cameron Simpson wrote:
>>
>>> On 01Sep2014 11:13, Steven D'Aprano <st...@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 <c...@zip.com.au>
>
> Microsoft Mail: as far from RFC-822 as you can get and still pretend to
> care.
>         - Abby Franquemont-Guillory <abb...@tezcat.com>
>
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to