Markata is looking for early adopters to build something with markata and submit it to he project gallery.
Recently I added two new bash/zsh aliases to make my git experience just a tad better. ...
So many terminal applications bind q to exit, even the python debugger, its muscle memory for me. ...
It's no secret that I love automation, and lately my templating framework of choice has been copier. ...
I love getting faster in my workflow, something I have recently added in is creating GitHub repos...
Textual has devtools in the upcoming css branch, and its pretty awesome! It's still...
Whenever you are installing python packages, you should always use a virtual environment. pip makes...
I've been trying to adopt pyenv for a few months, but have been completely blocked by this issue on...
Sometimes you have a pretty old branch you are trying to merge into and you are absolutely sure what...
A post by Waylon Walker
I am often editing my own scripts as I develop them. I want to make a better workflow for working...
I am getting ready to do some timeseries analysis on a git repo with python, my first step is to...
Sometimes you get a PR on a project, but cannot review it without wrecking your current working...
GitPython is a python api for your git repos, it can be quite handy when you need to work with git...
Sometimes you just want python to do something else when you hit an exception, maybe that's fire a...
I recently was unable to boot into my home Linux Desktop, it got stuck at diskcheck fsck. I found...
pygame events are stored in a queue, by default the most suggested way shown in all tutorials "pumps"...
One of the most essential concepts of pygame to start making a game you will need to understand is...
Dunk is a beautiful git diff tool built on top of rich. Browsing through twitter the other day I...
I'm poking a bit into gamedev. Partly to better understand, partly because it's stretching different...
This morning I was trying to install a modpack on my minecraft server after getting a zip file, and...
My personal Site build went down last week, and I was unable to publish a new article. This is the...
I ran into a PR this week where the author was inheriting what BaseException rather than exception. ...
When I need a consistent key for a pythohn object I often reach for hashlib.md5 It works for me and...
When I need to cache some data between runs or share a cache accross multiple processes my go to...
The easiest way to speed up any code is to run less code. A common technique to reduce the amount of...
I keep a small cars.csv on my website for quickly trying out different pandas operations. It's very...
Python's requests library is one of the gold standard apis, designed by Kenneth Reitz. It was...
I recently attended python web conf 2022 and after seeing some incredible presentations on it I am...
I recently gave a talk at python web conf 2022, and one of the things I did when I should have been...