pep8 Re: Posting warning message

Tamara Berger brgrt2 at gmail.com
Thu Jun 14 02:35:43 EDT 2018


On Thu, Jun 14, 2018 at 1:49 AM Cameron Simpson <cs at cskk.id.au> wrote:

> Just as you can run your code before you install it, you can lint your code
> beforehand also. In fact, you should be doing both: run and test the code
> _before_ installing it, and also lint it (when you care) and test again
> (because if you made lint changes you want to check they haven't done something
> unwanted).

Great. So I'm using three interfaces: in my case, the text editor, the
Python shell, and the UNIX terminal. Is that right?

Tamara



More information about the Python-list mailing list