Hacker News new | ask | show | jobs
by azharkhan 4006 days ago
If you're looking for a full-featured IDE, I don't think you need to look any further than PyCharm, however, Sublime with it's PEP 8 Linter, and CodeIntel plugins will give you a lighter-weight yet effective solution.

You can even run your tests in Sublime's console if that's something you'd want to do, or use the terminal (as I ended up doing).

Similarly, for vim as people have pointed out, if that's something you're more comfortable with.

1 comments

Sublime Text 3 is easy to use, provides core functionality needed for development, and is customizable.

https://realpython.com/blog/python/setting-up-sublime-text-3...