Well, hello there!

I know it’s been a while since we last spoke, but I wanted to let you know that I’m still around and keeping busy with work and continuing learning.

And on that note, here are some of the things I’ve learned in these months, and might end up on a post of their own:

  1. Using pylint
  2. Implementing GitHub actions, and suggesting a change on a “starter workflow” (starter-workflows#1108)
  3. Packaging projects and publishing to PyPI (see: ignition-api), Azure artifacts, as well as packaging for Jython and learning about unexpected errors and its own shortcomings
  4. Using a Python package’s “extras” on pre-commit hooks
  5. Writting code compatible with Python 2.5, 2.7 and 3+, and learning about the __future__
  6. Switching to informal interfaces after struggling with abc.ABCMeta when the implementing classes required a constructor
  7. Dropping brew install <python_package> and switching to pipx

So don’t worry, I’m still around.

Happy coding!