📄️ Python Falsy Values
One of the simplest, yet more common comparisons that engineers make is to check whether a value is True or False.
📄️ 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.