4 Answers
+ 7
Yes, Pythonđ is available on Mac.
https://www.python.org/downloads/release/python-365/
+ 2
PyCharm is also available for Mac
+ 1
wow thanks
+ 1
Python 2.6 comes by default with any Mac. Just open a terminal window and type 'python'.
If you install a different version, DO NOT DELETE the default version!
Instead, consider a virtual environment (e.g., Anaconda).