Setting up Brackets to use Python 3

Launch the Brackets editor. I will assume you have already downloaded and installed it. Click the block icon on the right side of the editor window.

Screenshot

Find the "Integrated Development" extension and install it.

Screenshot

Open the "Edit" menu and choose "Edit Builder".

Screenshot

Find the reference to "python" in the Python section.

Screenshot

Change it to the following:

/Library/Frameworks/Python.framework/Versions/3.4/bin/python3

Screenshot

Close and re-start Brackets. You should now be able to use the green arrow icon on the right side of the screen to run your programs in Python 3.