Installing Python 3 on Mac OS X
Installing Python 3 on Mac OSÂ X
Before we can get started with our Python tutorial we need to make sure our local environment is set up properly and we have Python installed on the our computer. The nice thing about the Mac operating systems is that Python is already installed on the computer. By default, the Mac comes with Python 2.7X installed which we can use but we want to focus on Python 3.X rather than 2.7X.
Checking if…
View On WordPress














