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

python

A collection of 3 posts

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

  • Christopher Hranj
Christopher Hranj Aug 15, 2021 • 5 min read
Configuring a .pypirc File for Easier Python Packaging
python

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 out to

  • Christopher Hranj
Christopher Hranj Aug 27, 2018 • 1 min read
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 values. The

  • Christopher Hranj
Christopher Hranj Dec 15, 2016 • 2 min read
from brodan import Blog © 2023
Powered by Ghost