Skip to main content

4 docs tagged with "python"

View All Tags

Google Cloud Platform requirements.txt

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.

Python Falsy Values

One of the simplest, yet more common comparisons that engineers make is to check whether a value is True or False.