Need max values in list of tuples, based on position

2QdxY4RzWzUUiLuE at potatochowder.com 2QdxY4RzWzUUiLuE at potatochowder.com
Sat Nov 12 11:09:28 EST 2022


On 2022-11-12 at 15:03:10 +0000,
"Weatherby,Gerard" <gweatherby at uchc.edu> wrote:

> Types are available if you want to use
> them. https://www.pythontutorial.net/python-basics/python-type-hints/

Python has always been a strongly typed language.

Recent changes have given it some level of static type checking in
addition to the dyunamic typing.

> From: Python-list <python-list-bounces+gweatherby=uchc.edu at python.org> on behalf of Pancho via Python-list <python-list at python.org>
> Date: Friday, November 11, 2022 at 6:28 PM
> To: python-list at python.org <python-list at python.org>
> Subject: Re: Need max values in list of tuples, based on position
> 
> That was one of the things I didn't like about Python. Lack of types and
> subsequent loss of intellisense is the thing I find hardest to deal with.

-- 
I can eat glass, it does not hurt me.
Dan Sommers, http://www.tombstonezero.net/dan


More information about the Python-list mailing list