Skip to content

How do I install Python?

mutanthumb edited this page Oct 16, 2023 · 1 revision

Your computer may already have Python 2 or 3 installed (Mac systems are still coming with Python 2). This page has some instructions one how to check if Python is already installed on your Mac or Windows computer: https://www.datacamp.com/blog/how-to-install-python

There are some options for installing Python:

The benefit of using a “Python distribution” like Anaconda is that it includes many popular modules as well as code editor and IDE options in one installation. However, if you would like more text editors or IDE options for editing your code you may want to download Python from Python.org and use another option for installing/managing packages.