[Tutor] Good Text Editor/IDE for Python

Juan Christian juan0christian at gmail.com
Tue Sep 2 04:36:19 CEST 2014


Forget guys, we have the true winner, Anaconda (
https://sublime.wbond.net/packages/Anaconda)

Anaconda turns your Sublime Text 3 in a full featured Python development
IDE including autocompletion, code linting, IDE features, autopep8
formating, McCabe complexity checker and Vagrant for Sublime Text 3 using
Jedi, PyFlakes, pep8, PyLint, pep257 and McCabe that will never freeze your
Sublime Text 3.

All I want in one place, better than that only if it codes for me. =p


On Mon, Sep 1, 2014 at 9:25 PM, Juan Christian <juan0christian at gmail.com>
wrote:

> 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/da86530a/attachment-0001.html>


More information about the Tutor mailing list