I am glad Python is actively developed.
It is frustrating that there are so many moving targets and incompatibilities between versions.
I am very much dissuaded whenever I think "I might be able to do that in Python" because I so often run into roadblocks of the forms: you should upgrade to the latest version of Python, or the library you want is not available, or the library you want is not available for the current version.
I only wanted a way to list the titles of the open windows to a text file.
Winlister can't do it. Windows provides no easy way to do it.
I --eventually -- got something to work in Python.
It should not have been this difficult.