Connecting a Python Docker Container to MSSQL
One of the things I've struggled with lately was connecting to a Microsoft SQL Server database using python. The following pill is the simplest way I found to solve this issue.
One of the things I've struggled with lately was connecting to a Microsoft SQL Server database using python. The following pill is the simplest way I found to solve this issue.
One of the pieces of logic I use often in my code is checking whether it's running locally or remotely.
For one reason or another, whenever I'm starting to write a new piece of code that needs to interact with the GCP or other Google services, I can't always find the libraries I want to insteall straight away.
One of the simplest, yet more common comparisons that engineers make is to check whether a value is True or False.