The best practice among python development is to use project specific virtual environment so that you can install any packages in isolation from other environments- this reduces any complications that can arise from conflicting package versions.
On VS code use the command palette (shift+ command +P), then type Python: Create Environment, select Venv
https://code.visualstudio.com/docs/python/python-tutorial
Related
Author: Labanish
I am in the field of IT, currently working as a cloud architect. I have experience living and working abroad, spent some years in Romania, then relocated to the UK for work.
In my spare time, you will find me biking or hiking, exploring new cities or watching my favorite sport, F1.
The views expressed here are mine and do not associate to any organization.
Laban.
View all posts by Labanish