python download 32bits code example
Example 1: latest version of python
# For macs...
# Apparently you don't want to upgrade 2.* just install 3.*
% brew install python3
Example 2: idle python download
# Python downloads IDLE on default when it's installed.
# So you already should have it, but in case you don't, then:
# Reinstall python and make sure you tick the box that says "Install IDLE" or something like that