Strong typing implementation for Python

Ian Kelly ian.g.kelly at gmail.com
Mon Oct 12 12:29:56 EDT 2015


On Mon, Oct 12, 2015 at 2:47 AM, John Michael Lafayette
<johnmichaelreedfas at gmail.com> wrote:
> Now that Python has static type checking and support for IDE auto-complete
> (PEP 484?), I beg you to please use it. In your standard library, in your
> production code, in everywhere. I cannot type without auto-complete.

*Decent* Python IDEs have had auto-complete for years -- at least for
the past decade. You don't need PEP 484 for that.

If the IDE that you're using doesn't support it well, then find
another one that does.



More information about the Python-list mailing list