Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


MacOS/Linux

  • Python3 and pip may have already be installed, you can check this by opening up your terminal and typing in python3 --version and pip3 --version 
  • depending on your package manager your OS uses, do
    • MacOS: brew install python
    • Ubuntu: sudo apt-get install python
    • Fedora: sudo dnf install python

VSCode

  • Extension > Install the Python Extension
  • Click Select an Interpreter, Python 3.8.5 should show up on the list
  • If you get a message that Linter pylint is not installed, install it
  • Create a new file called "hello.py"

Drop here!