Obstore: Efficient streaming object store operations in Python
Simple, fast integration with Amazon S3, Google Cloud Storage, Azure Storage, and S3-compliant APIs like Cloudflare R2 - developmentseed/obstore... (more…)
Read more »
Next time you’re in your IPython console and you get an error somewhere deep in your stack, run %debug. It’s a post-mortem debugger, and it’ll drop you in an interpreter right where the error happened. You can inspect all the variables, go up and down the… Read more