Configuring Emacs, lsp-mode and the python language server. - vxlabs
Blog post that explains how to get lsp for Python going with Emacs -- especially useful in this case as it relates to virtual environments, pipenv, and also projectile; all things that I make use of for major Python development.
wyuenho/emacs-pet: Tracks down the correct Python tooling executables from your virtualenvs so you can glue the binaries to Emacs and delete code in init.el
What looks to be a module for Emacs that helps find the right venv for a project; I think. Saving this to look at at some point in the future.