Python modules in VS code

I am trying to learn Python3 on Linux as an editor I have been using VS code however while I have python modules installed and available on Linux the version of VS code I am using is the flatpak and I have been trying everything I can to import those python modules for use in VS code but so far no luck. Any Ideas?

Since you’re learning, maybe you’ll want to check into Thonny… I’ve heard it’s pretty good. I know it’s frequently used for small embedded Python devices like the Raspberry Pico.

I will check it out thanks for the advice