you can just install python itself on its official website, then on vs code just install a plugin fo

you can just install python itself on its official website, then on vs code just install a plugin for python syntax etc and install libraries via CLI(Command Line Interface/Command Prompt)

example:

pip install PyQT5
Was this page helpful?