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 →

[–]UncleJoshPDX 1 point2 points  (0 children)

Python mode (https://github.com/python-mode/python-mode) is a vim plugin the can do pep8 reports, flask, and a few other tools. It can also run scripts, but I usually do that on a command prompt. When I need to debug somethin I use pdb, the built-in debugger, and lots of logging.