Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Python version: 3.5.10

VSCode (Recommended):


Windows


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!
Drop here!
  • No labels