home-svg blog-svg projects-svg about-svg github-svg linkedin-svg search-svg location-svg call-svg mail-svg

My Blog

Budget Planner Project Update

Published Dec. 31, 2023 by mh


Hello!

This post is a short update on the progress of my new Budget Planner software. In the original version the layout was fixed and used vertical and horizontal scrollbars …

Tkinter Flexview

Published Oct. 8, 2023 by mh


Introduction

In this project we demonstrate some features of responsive design and how to implement them using Tkinter. We implement the following responsive design techniques: responsive font size, automatic text …

August 2023 CPI - Regular Unleaded

Published Sept. 23, 2023 by mh


Introduction

In this post we will examine some basic features of the 2023 CPI data. The data includes records up to August 2023. This data was obtained from the …

Excel Lessons - VLOOKUP

Published Sept. 12, 2023 by mh


Introduction

In this Excel lesson we will explain how to use Excel's VLOOKUP function. In addition, we will show an example of how to apply VLOOKUP to a fictional dataset. …

Tkinter Multiview

Published Aug. 16, 2023 by mh


Introduction

In this post we will discuss how to use Tkinter to switch between views with a hierarchical structure. This project, in particular, has a hierarchical treelike structure with a …

Tkinter Grouped Treeview

Published July 25, 2023 by mh


Introduction

In this post I discuss a Tkinter project which allows the user to group treeview row data together. This will be done by adding a column to the data …

Tkinter Organized with MVC

Published July 4, 2023 by mh


Table of contents

Introduction

In this post I will showcase a Tkinter project which allows …

Budget Planner SQL Diagram

Published April 20, 2023 by mh


Introduction

One of my major software projects includes the Budget Planner budgeting software. This was designed using Python's Tkinter package. One of the major goals I have for this project …


Introduction

In this post we will utilize a portion of the Steam Hardware & Software Survey from February 2023. The data came from https://store.steampowered.com/hwsurvey/, however this page appears …

Creating a Skill Bar with CSS

Published March 26, 2023 by mh


Introduction

In this post I will include an example of a skill bar. This is something I included in my initial site version in the About page. I decided to …