News

In the VS Code command palette (Ctrl-Shift-P), select “Python: Create Environment”. Select an environment type. This is typically venv or Conda, the environment used by the Anaconda Python ...
To comment out a line in Python, we use the # symbol. Start any line with that symbol and it will be treated as a comment.