Python

A collection of 12 posts

Load to Teradata with a Python wrapper for TPT cover image
Data Engineering,  Python,  Teradata

Load to Teradata with a Python wrapper for TPT

PyTPT: A Python Wrapper for High-Performance Teradata Data Loading This blog post is paired with the associated Github repository https…

Quackpipe, running DuckDB local and on AWS Glue cover image
Cloud Infrastructure,  Data Engineering,  Python,  DuckDB

Quackpipe, running DuckDB local and on AWS Glue

Quackpipe Stop waiting for AWS Glue jobs while in development by using a local-first workflow with DuckDB and deploy with Terraform. Your…

Query Salesforce with Python cover image
Cloud Infrastructure,  Data Engineering,  Python,  Salesforce

Query Salesforce with Python

Query SalesForce objects with Python Ever found yourself exporting data from Salesforce using the Web UI over and over again. Ever wished…

Publishing a Python Streamlit app to Posit Connect cover image
Python,  Data Science,  Software Development

Publishing a Python Streamlit app to Posit Connect

Python applications published to Posit Connect This is a simple Streamlit application structured as a modular project and managed using…

Making Machine Learning predictions from BigQuery Dataform cover image
Cloud Infrastructure,  Data Engineering,  GCP,  Machine Learning,  Python,  Software Engineering

Making Machine Learning predictions from BigQuery Dataform

NFL Touchdown Prediction with Dataform and BigQuery ML This blog post demonstrates how to build an end-to-end ML pipeline using Google Cloud…

The Tale of Two Routes: A Love Story Between BigQuery and Vertex AI for Machine Learning predictions cover image
Cloud Infrastructure,  Data Engineering,  GCP,  Machine Learning,  Python,  Software Engineering

The Tale of Two Routes: A Love Story Between BigQuery and Vertex AI for Machine Learning predictions

This blog post is the first, and probably last where I thought I would see what the Github Copilot VSCode extension could do with writing a…

GCP Serverless prediction service using Cloud Run from a Vertex AI model cover image
Cloud Infrastructure,  MLOps,  Machine Learning,  Python

GCP Serverless prediction service using Cloud Run from a Vertex AI model

Deploying ML Models on Cloud Run: From Placeholder to Production This guide walks through deploying a machine learning model on Google Cloud…

Flask application with custom package deployed to GCP Artifact Registry and Cloud Run cover image
Software Development,  Data Science,  Python

Flask application with custom package deployed to GCP Artifact Registry and Cloud Run

Flask application with custom package deployed to GCP Artifact Registry and Cloud Run What we are looking to do in this example is…

Hip-hop collaboration network graph cover image
Analysis,  EDA,  Graph,  Python

Hip-hop collaboration network graph

Introduction As a Hip-hop fan (and other genres of music) it is obvious that certain artists are more alike than others. I was interested to…

Connecting to Teradata from Python cover image
Data Engineering,  Python

Connecting to Teradata from Python

Reading and Writing data between Python and Teradata This blog post is paired with the associated Github repository https://github.com…

Python mono repo for Data Science with Poetry cover image
Software Development,  Data Science,  Python

Python mono repo for Data Science with Poetry

Mono repo with Python Poetry What we are looking to do is create a code repository that can be used as the source for many Python…

How I develop Python in VSCode cover image
Software Development,  Python

How I develop Python in VSCode

Why Working on Javascript code in Visual Studio Code (VSCode) for the best part of last year got me use to all the good stuff…