from brodan import Blog
  • Home
  • GitHub
  • YouTube
  • LinkedIn
  • Ko-fi
  • DEV
  • Twilio Blog

python

A collection of 4 posts
Quick Read: Improving Build Times with Docker + Python
python

Quick Read: Improving Build Times with Docker + Python

I recently found myself frustrated by how much time I was wasting waiting on Docker to rebuild my Python image anytime a dependency changed. I knew there had to be a better way.
07 Apr 2024 1 min read
Logging S3 Download Progress with Python and Boto3
python

Logging S3 Download Progress with Python and Boto3

This post demonstrates how to log the download progress of an S3 object at self-defined intervals using Python's built-in logger and without any additional third-party libraries (besides boto3). At the time of this writing I'm using boto3 version 1.18.2 and Python version 3.9.
15 Aug 2021 5 min read
Configuring a .pypirc File for Easier Python Packaging
python Featured

Configuring a .pypirc File for Easier Python Packaging

Today I published a new blog post on my Truveris's engineering blog on how to configure a .pypirc file to simplify Python packaging. You can read the post here: Configuring a .pypirc File for Easier Python Packaging If you have any questions or feedback on the post, reach
27 Aug 2018
Parsing CSV Files with Python's DictReader
python

Parsing CSV Files with Python's DictReader

I had an interview today (spoiler: I didn't get an offer), and one of the rounds of my interview involved refactoring some poorly written Python code. In this code was a function that parsed a CSV file and returned all the rows with columns matching some arbitrary input
15 Dec 2016 2 min read
Page 1 of 1
from brodan import Blog © 2026
Powered by Ghost