Browse good first issues to start contributing to open source - The GitHub Blog
Github are doing more to make it easier to find good issues to get you into contributing to projects. I like this idea and should make a point of looking at the possible contributions of projects I make use of a lot.
Twitter thread that invited people who have mental ill health, or disorders, to explain things that neurotypical types might not know, understand, or appreciate.
How to remove condescending language from documentation
Interesting post talking about how we can improve language in documentation so that it's more inclusive. The tool that it links to is new to me. I've tried it and there's a lot of false positives, but as long as you don't take a "this should be totally lint-free" approach to using it it could help with tweaking things.
python - PyLint "Unable to import" error - how to set PYTHONPATH? - Stack Overflow
Very handy solution to the problem of making a project you're working on available to its own tests. While this tends not to be an issue for linting from the command line (I use a Makefile and sort the PYTHONPATH when doing the linting), but from within Emacs with flycheck it can be more awkward.
awesome-for-beginners: A list of awesome beginners-friendly projects.
A great repo that contains a list of projects that encourage beginners (in programming, in some language, or perhaps even in a problem domain) to work on issues. All have some sort of "low-hanging fruit" tag for issues that would be a good place to build confidence in contributing.