Sujet : Re: Book recommendation? For getting up to date
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : comp.lang.pythonDate : 16. Feb 2025, 22:18:42
Autres entêtes
Message-ID : <m1f31iF70ugU3@mid.individual.net>
References : 1 2 3 4
User-Agent : Pan/0.160 (Toresk; )
On Sun, 16 Feb 2025 22:00:11 +0100, Jan Erik Moström wrote:
I have done so ... to be really honest, it was when I couldn't remember
how to create an iterator for a class I was writing, that I realized
that I needed a refresher.
Most of my Python was related to Esri's ArcGIS version. Up until a few
years ago installing their product would install Python 2.7. With Esri 11,
they moved to Python 3. Modifying my scripts wasn't difficult but I
thought I should expand my Python knowledge. There were quite a few
features like list comprehensions I'd never used. I also appreciated f
strings when they were introduced, the walrus operator, and other
enhancements.
Another part of my renewed interest was the advent of many
microcontrollers capable of running MicroPython, which is a subset of
Python 3.x.