If your VS Code is not recognizing libraries you are using in your code, double check the correct interpreter is being used. You can find which Python version you're using on the command line by running which python or which python3 on macOS/Linux, or where python or where python3 on ...
Additionally, you can tell VS Code to use different Python-interpreter in your system. I e.g. had the same problem, that VS Code code check gave me the warning, that I don't have the module requests installed, but when I run the python script it worked anyhow. That's why I believe...
Use of indentation for code blocks. For this we look at languages like lua, ruby and python for inspiration. Fully Garbage collected. User should be able to specify the kind of GC they want Pattern Matching some Functional Lang traits. More stuff will go here as I work on the design. ...