Explore >> Select a destination


You are here

www.djpeacher.com
| | www.argpar.se
2.1 parsecs away

Travel
| | A starting point on how to use github actions for python packages. Explains how to work with matrices and how that integrates with TOX.
| | bluegenes.github.io
2.1 parsecs away

Travel
| | I need to edit some documentation for our workflow projects dammit and elvers. These docs are set up in mkdocs, which I love for it's simplicity: I can write all my documentation in markdown, and mkdocs will take care of formatting and building html for web display. Thanks to Charles Reid for getting the lab on mkdocs a few years ago and for building us a custom theme back in 2018!
| | www.morling.dev
1.8 parsecs away

Travel
| | As a software engineer, I like to automate tedious tasks as much as possible. The deployment of this website is no exception: it is built using the Hugo static site generator and hosted on GitHub Pages; so wouldn't it be nice if the rendered website would automatically be published whenever an update is pushed to its source code repository?
| | www.blog.pythonlibrary.org
10.4 parsecs away

Travel
| When you are working on your personal or work projects in Python, you usually want to have a way to enforce code standards. You can use tools like Flake8,