No module named 'paraview' error in Visual studio code

Hello,

I am trying to make a python project in VS code which uses functions in pvpython.

I have tried the following code, but it still gives an error ‘No module named ‘paraview’’.

=================

sys.path.append('C:\\Program Files\\ParaView 5.12.0\\bin')
#import paraview
from paraview.simple import *

=================================

I would like to ask you how to use pvpython functions from external compilers like VS code.

Thank you.

Here is the tutorial
https://www.paraview.org/paraview-docs/latest/python/quick-start.html

The link is not working

https://www.paraview.org/paraview-docs/latest/python/quick-start.html