Subscribe to my newsletter and never miss my upcoming articles
In python data science/engineering most of our data is in the form of some sort of table, typically a DataFrame from a library like pandas, spark, or dask. DataFrames are the heart of most pipelines These containers for data contain many convenient m...
cover: /static/minimal-python-package-xmas2020.png cover_image: https://waylonwalker.com//static/minimal-python-package.png published: true status: published tags: python templateKey: blog-post title: Minimal Python Package What does it take to cr...
I wanted a super simple way to cross-link blog posts that require as little effort as possible, yet still looks good in vanilla markdown in GitHub. I have been using a snippet that puts HTML into the markdown. While this works, it's more manual/dif...
As projects grow patterns that worked early on break and we need to change things to make the project easier to work with, and more welcoming to new developers. git Before you start mucking up a project with wild commands at the terminal check that y...
Changing conda environments is a bit verbose, I use a function with fzf that both lists environments and selects the one I want in one go. Conda I have used conda as a virtual environment tool for years now. I started using conda for its simplicity ...
cover: /static/vim-replace-visual-star-xmas2020.png cover_image: https://waylonwalker.com//static/vim-replace-visual-star.png published: true status: published tags: vim linux bash templateKey: blog-post title: Vim Replace Visual Star Replacing te...