Fix io.UnsupportedOperation: not writable

Fix io.UnsupportedOperation not writable Python file mode error

Fix io.UnsupportedOperation: not writable by opening the file with a compatible mode, checking writable(), and separating read and write operations.

Fix Invalid isoformat String in Python

Fix invalid isoformat string errors in Python datetime parsing

Fix invalid isoformat string errors by inspecting exact input, choosing date, datetime, or time parsing, and handling custom formats safely.