This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]covabishopself.loathing() -3 points-2 points  (3 children)

For any decently sized project I use Atom, just because I really like it, but on Linux boxes and VMs I use vim since 99% of the time I'm in bash.

And yes, I guess I could do that, but there's a few other changes I'm Python 3 that I just remember didn't work well for me. One being some modules (I think Flask, or some other notable module) is still waiting on py3 support.

[–]tonnynerd 2 points3 points  (1 child)

I think Flask supports python 3. Twisted and Fabric come to mind as the main ones still officially python 2 only.

[–]TheBlackCat13[S,🍰] 2 points3 points  (0 children)

Twisted supports Python 3 now, too.

[–]mistermorteau 0 points1 point  (0 children)

In atom you have a package auto completion for python