[Tutor] Function annotations

George Fischhof george at fischhof.hu
Mon Feb 6 07:12:39 EST 2017


2017-02-05 9:36 GMT+01:00 Steven D'Aprano <steve at pearwood.info>:

> On Sat, Feb 04, 2017 at 10:11:39PM -0600, boB Stepp wrote:
>
> > Are the people making linters implementing checking function
> > annotations?  Or is this something only gradually being adopted?
>
> Depends which linter :-)
>
> MyPy is still the reference implementation for type hinting in Python:
>
> http://mypy-lang.org/
>
> As for pychecker, pylint, jedi, pyflakes, etc you'll have to check with
> the individual application itself.
>
> > Steve, are you making use of function annotations?  If yes, are you
> > finding them worth the extra effort?
>
> Not yet.
>
>
> --
> Steve
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>



Hi,

Pycharm ide has a built-in linter, and it is very good!  It shows the
result in code writing time.

George


More information about the Tutor mailing list