You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
You can also use a package manager, like Homebrew (listed below) to install 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.