Data Science Portfolio

Describes all my data science experience, with links to individual projects.

January 1, 2019 · 0 min · Greg Hilston

How to Dockerize JupyterLab

A full example of this repository can be found on my Github here. I often find myself exploring data using Python, Jupyter Lab, Pandas and various graphing programs. This has caused me to want to have a light weight, easy to use, and portable approach to standing up these tools. In the past, I have found myself using tools like pyenv to install a desired version of python for each project....

April 2, 2024 · 4 min · Greg Hilston

Generating Images Using Diffusion Models (Similar To DALL-E 2)

Learn how to self host your very own Diffusion Model to generate images

August 9, 2022 · 2 min · Greg Hilston

Creating and Printing A Custom Word Search Book

How I created a custom physical word search book

March 27, 2022 · 2 min · Greg Hilston

How I Automated Checking That Our Truck Is Plugged In

A simple script granting us a greater peace of mind

February 21, 2022 · 3 min · Greg Hilston

Python Interactive Mode On Exit

How to run a Python script, but immediately drop into an interactive shell on exit

December 22, 2021 · 3 min · Greg Hilston

How To Share Files With Python

A simple approach to share files using Python’s standard library

October 2, 2021 · 2 min · Greg Hilston

Python Debugging

How to debug Python programs, the smart way!

September 15, 2021 · 2 min · Greg Hilston

Python Cookiecutter

Built a Python repository with all my favorite tools installed and preconfigured. Useful as a starting point for new Python projects.

May 20, 2021 · 0 min · Greg Hilston

How To Use Plotly/Plotly Express & Dash With JupyterLab

Walks through required steps to use Plotly/Plotly express and Dash with Jupyter Lab

April 4, 2021 · 2 min · Greg Hilston