Hatch has an amazing versioning cli for python packages that just works. It takes very little config to get going and...
Posts tagged: python
All posts with the tag "python"
Markata is a great python framework that allows you to go from markdown to a full website very quickly. You can get u...
Packages I Maintain
I open sourced the static site framework that I use to build my-blog among other side projects. It’s a plugins all the way down static site generator, that makes me happy to use.
{% gh_repo_list_topic “waylonwalker”, “markata” %}
my-blog is built on a number of small repos. I set it up this way so that creating content is fast and easy to do. I don’t have to worry about carrying around large images with my lightweight text files just to make some posts.
...
I spoke at python webconf in March 2022 about how I deploy this blog on a continuous basis.
I got all the pypi packages that I own behind 2 factor authentication. 💪
I was on Talk Python
After years of listening to talkpython.fm I had the honor to be part of episode-337 to talk about Kedro for maintainable data science.
I was quite nervous to talk on a show that I helped shape my career in such a profound way. I started my journey towards software engineering near Michaels first few episodes. His discussions with such great developers over the years has made an huge impact on my skill. It has always given me great advice and topics to go deeper on.
During the episode I tried my best to let Yetu and Ivan take the spotlight as the maintainer and chime in with my experience as a user of kedro.
...
I just love how some features of vim are so discoverable and memorable once you really start to grasp it. Sorting and...
Today I've been playing with py-tree-sitter a bit and I wanted to highlight match ranges, but was unable to figure ou...
{% for year in markata.map("date.year", filter='published')|unique %}
{.more-cinematic}
Running My Blog on 3.11-dev
3.10.5: 109.441 3.11-dev: 108.856
A common meta thing that I need in python is to find the version of a package. Most of the time I reach for , but tha...
xrandr is a great cli to manage your windows in a linux distro using x11, which is most of them. The issue is that I ...
So many terminal applications bind to exit, even the python debugger, its muscle memory for me. But to exit ipython I...
It's no secret that I love automation, and lately my templating framework of choice has been copier. One hiccup I rec...
Textual has devtools in the upcoming css branch, and its pretty awesome!
totally guessed at this post's date
Whenever you are installing python packages, you should always use a virtual environment. pip makes this easy to foll...