Hello Rolf,
thank you for that issue!
It's really great!
You asked, if this makes any sense to the viewers.
Yes it does to me.
Very clear and straight forward way of explanation.
Thanks for the F-Spot stuff. Looks quite simple to use;
this was good for me, you showed where F-Spot provides
it's add-ons and how they can be activated. I normally avoid
looking at all the menues... because I don't like to open them all
( I prefer language based attempts / scripting and so on,
and be rather a GUI-avoider) and it seems I have underestimated
the usefulness of F-Spot.
A question on the Modes for the ocatave-sharpening.
You mentioned the VALUE-mode. Why is it better?
Is it explained in the show on octave sharpening, or is it
some common knowledge on sharpening, which I missed?
Floating-Point vs. Integer: Well, I thought this is irrelevant in Python.
Seems to be important. So I may review all my Python-code
( which is not much at the moment

).
Why did you used img.width and img.height, and not drw.width and drw.height?
Thanks for the Links (Instant Python and so on).
Seems to be a good starting point to see what's important,
when starting with python.
Really great show, thank you again!
GIMPel
P.S.: The stuff on using variables instead of spagetthi code is not new to me
(I'm programming since the eighties :-)), but I like that you explained it,
and how you did it. The copy&paste of already written lines of code
is one of the biggest sources of ugly code from beginners, and you
explained it very clear and understandable, how to do it better and why.