Lauren Ko
Lauren Ko
I like the idea of removing slicing and grouping plots from the first lesson to shorten it and make it less intense for beginners. I think it would still have...
Thanks, @SobhanOmranian. This is a valid point you have brought up. I don't think vague loop variable names were intentionally chosen for the code samples/examples. You are right; we should...
Note: a change was made in the python-novice-inflammation lesson a few years ago to [teach `pop` instead of `del`](https://github.com/swcarpentry/python-novice-inflammation/pull/686).
I also just noticed the last [quiz question](https://librarycarpentry.org/lc-data-intro/03-quiz/index.html) involves parentheses.
As a former active maintainer on a Software Carpentry lesson, my opinion about GitHub repo write permissions for maintainers stepping down from "active", is that they should be removed. While...
I agree that commits are not an accurate way to determine health, since longer established repos will often have less commits offered to it, may be less likely to be...
From what I interpret, `ArchiveRecordHeader` is used for both ARCs and WARCs mostly on the reading of records side of things, so sometimes it returns the `20110217065950` format and sometimes...