[Tutor] Quick Pythonic Style Tips

Danny Yoo dyoo at hashcollision.org
Sat Jul 22 17:59:26 EDT 2017


> I'd like to contibute a rather different sort of tidbit to what Alan
> wrote: be really careful about using mutable data types in function
> calls, as class variables, and just in general.

By the way, there are some tools known as "linters" that can help
catch these kind of errors.  https://www.pylint.org/ is one of them,
and it is worth using.


More information about the Tutor mailing list