Waylon Walker

Waylon Walker @waylonwalker

About: 👋 Hey there, I am Waylon Walker I am a Husband, Father of two beautiful children, Senior Python Developer currently working in the Data Engineering platform space. I am a continuous learner, and sha

Location:
Peoria, Illinois
Joined:
Nov 14, 2019

Waylon Walker
articles - 250 total

Who has an website idea to build #hacktoberfest

Markata is looking for early adopters to build something with markata and submit it to he project gallery.

Learn More 6 0Oct 6 '22

Two new shell aliases for git

Recently I added two new bash/zsh aliases to make my git experience just a tad better. ...

Learn More 7 0Sep 14 '22

IPython q to exit

So many terminal applications bind q to exit, even the python debugger, its muscle memory for me. ...

Learn More 6 0Jul 14 '22

Copier Slugify | python templating | using cookiecutter

It's no secret that I love automation, and lately my templating framework of choice has been copier. ...

Learn More 7 0Jun 29 '22

gh repo create

I love getting faster in my workflow, something I have recently added in is creating GitHub repos...

Learn More 12 2Jun 24 '22

Textual has devtools

Textual has devtools in the upcoming css branch, and its pretty awesome! It's still...

Learn More 5 0Jun 17 '22

The one pip config you need to have

Whenever you are installing python packages, you should always use a virtual environment. pip makes...

Learn More 10 0Jun 1 '22

pyenv no module named '_sqlite3'

I've been trying to adopt pyenv for a few months, but have been completely blocked by this issue on...

Learn More 14 1May 31 '22

git merge ours

Sometimes you have a pretty old branch you are trying to merge into and you are absolutely sure what...

Learn More 9 3May 25 '22

What's your favorite piece of software that you built for yourself?

A post by Waylon Walker

Learn More 17 21May 22 '22

Bash function to edit scripts faster

I am often editing my own scripts as I develop them. I want to make a better workflow for working...

Learn More 10 0May 11 '22

List all git commits with GitPython

I am getting ready to do some timeseries analysis on a git repo with python, my first step is to...

Learn More 14 2May 9 '22

Review Pull Requests with git worktrees

Sometimes you get a PR on a project, but cannot review it without wrecking your current working...

Learn More 9 0May 8 '22

Using Git from Python

GitPython is a python api for your git repos, it can be quite handy when you need to work with git...

Learn More 15 0May 5 '22

Python sys.excepthook

Sometimes you just want python to do something else when you hit an exception, maybe that's fire a...

Learn More 8 0Apr 12 '22

A TTY Can Save Your Bacon

I recently was unable to boot into my home Linux Desktop, it got stuck at diskcheck fsck. I found...

Learn More 10 3Apr 9 '22

pygame events are queued | Don't make this mistake

pygame events are stored in a queue, by default the most suggested way shown in all tutorials "pumps"...

Learn More 8 0Apr 8 '22

Make it snow | Display Sprites in Pygame | Load and Blit

One of the most essential concepts of pygame to start making a game you will need to understand is...

Learn More 7 0Apr 7 '22

Dunk is my new diff pager

Dunk is a beautiful git diff tool built on top of rich. Browsing through twitter the other day I...

Learn More 18 2Apr 4 '22

Pygame Boilerplate Apr 2022

I'm poking a bit into gamedev. Partly to better understand, partly because it's stretching different...

Learn More 8 0Apr 3 '22

Unzip minecraft mods to their directory from the command line

This morning I was trying to install a modpack on my minecraft server after getting a zip file, and...

Learn More 6 0Apr 2 '22

Did my site build just go down?

My personal Site build went down last week, and I was unable to publish a new article. This is the...

Learn More 9 0Apr 1 '22

Don't inherit from python BaseException, Here's why.

I ran into a PR this week where the author was inheriting what BaseException rather than exception. ...

Learn More 10 0Mar 31 '22

How I make cache-keys from python objects

When I need a consistent key for a pythohn object I often reach for hashlib.md5 It works for me and...

Learn More 9 0Mar 30 '22

How I setup a sqlite cache in python

When I need to cache some data between runs or share a cache accross multiple processes my go to...

Learn More 10 0Mar 30 '22

Cache a python function with lru_cache

The easiest way to speed up any code is to run less code. A common technique to reduce the amount of...

Learn More 10 0Mar 29 '22

Set User Agent on pandas read_csv

I keep a small cars.csv on my website for quickly trying out different pandas operations. It's very...

Learn More 7 0Mar 28 '22

Get Webpage with python requests

Python's requests library is one of the gold standard apis, designed by Kenneth Reitz. It was...

Learn More 12 0Mar 27 '22

Ease into htmx with htmx-get

I recently attended python web conf 2022 and after seeing some incredible presentations on it I am...

Learn More 15 1Mar 25 '22

Style Lookatme Slides a bit more Personal

I recently gave a talk at python web conf 2022, and one of the things I did when I should have been...

Learn More 10 0Mar 25 '22