Installing Python meaning

Hello!
Dr. Charles Severance mentioned “installing” Python on my computer, can someone please explain what he means?

Python is a programming language and in order to use the language, you would need to install python on your computer. (This mainly refers to the Python interpreter and the standard libraries that come packaged with Python)

You could download an official version of python here

Installing Python refers to having a version of Python’s interpreter in your computer, using which you could run Python code

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.