Sublime Text
Sublime Text is a widely used editor that describes it self as a sophisticated text editor for code, markup and prose.
Installation
brew cask install vscode
Use CLI to open file
You can open a file with $ code myfile.py or start a new project in the current directory with $ code ..