[Tutor] Coming from R, what's a good IDE editor? I've tried PyCharm and Spyder
Cameron Simpson
cs at zip.com.au
Thu Jun 8 21:00:12 EDT 2017
On 02Jun2017 18:14, Mats Wichmann <mats at wichmann.us> wrote:
>Sadly, vim, which is The Best Editor Ever (see 23 million flamewars for
>why such statement can only be a feeble attempt at humor, not reality),
>is now trying to behave like an IDE, and it's doing things badly wrong.
>For example, if I type import in a "from" line, it helpfully inserts the
>word import... meaning those end up with syntax errors, "from foo import
>import bar". I don't know who is responsible for that idiocy and
>haven't taken the time to figure out how to shut off the misbehavior.
I'm sure it can be turned off; mine doesn't do this. I also turned off the
auto-comment-continuation.
Anyway, somewhat off topic.
-- Cameron Simpson <cs at zip.com.au>
More information about the Tutor
mailing list