6 ms·
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 plugi
by azharkhan 11y 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.
- mjhea0 11y agoSublime 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-for-full-stack-python-development/ https://realpython.com/blog/python/setting-up-sublime-text-3...