This demo calculates the next 10 solar eclipses that are visible from a given location on the Earth, after a given date.
Updated CodeQL config to ignore source templates, because they are not syntactically valid source code. Ignore other stuff that is irrelevant to published code quality. Made various fixes based on helpful CodeQL analysis.
Fixed bug in demo utility function ParseArgs. Added README.md for Python demos.