This repository holds various automation scripts I've written over the years. My goal has been to use this as a repository for knowledge retention as well knowledge sharing. I plan to continue to grow ...
Python 3.14 is officially here, and brings a mix of changes to the core language, the interpreter's guts, and the standard library. These are major updates like template string literals, deferred ...
When calling cursor.execute to select a json column from a table you receive a runtime error RuntimeError: [Microsoft][ODBC Driver 18 for SQL Server]The connection is ...