
Fixing python imports, formatting and tooling in VSCode
in this post I'll explain what has worked for me to fix Visual Studio Code to work with Python, poetry, virtualenvs, to find the right imports and how to configure black and isort correctly.
Thoughts on what I learn
in this post I'll explain what has worked for me to fix Visual Studio Code to work with Python, poetry, virtualenvs, to find the right imports and how to configure black and isort correctly.
For fun and learning, I developed a class that behaves like a dict and an object. Let's see how it works
an How To that tries to write what the official guide omits