|
You are here |
www.djpeacher.com | ||
| | | | |
www.argpar.se
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | 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, | ||