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

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.
Apr 7, 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.1. The full source
Aug 15, 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 [https://truveris.github.io/articles/configuring-pypirc/] If you have any questions or feedback
Aug 27, 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 [https://www.python.org/] code. In this code was a function that parsed a CSV file and returned all the rows with columns matching some
Dec 15, 2016 2 min read
Page 1 of 1
from brodan import Blog © 2025
Powered by Ghost