Verifying Your Setup

Try these checks to confirm everything is installed correctly:

  • Open a .py file → Python syntax should highlight; autocompletion should work
  • Open a .R file → R console should activate in VSCode or work in RStudio
  • Run these commands in your terminal:
python --version
R --version

✅ If both respond correctly and editors behave as expected, you’re ready to start learning!