python-mode is an X/Emacs major mode for editing Python source code
Python-mode makes a number of editing and debugging features available to Python programmers who use GNU Emacs or XEmacs. Included in its basic feature set are syntax coloring, indent/dedent/electric newline support, movement across major functional sections of code, code execution in inferior Python processes, class/function marking, integration with pdb, the Python debugger.
Python-mode makes a number of editing and debugging features available to Python programmers who use GNU Emacs or XEmacs. Included in its basic feature set are syntax coloring, indent/dedent/electric newline support, movement across major functional sections of code, code execution in inferior Python processes, class/function marking, integration with pdb, the Python debugger.
To install python-mode.el, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install python-mode.el
To see what files were installed by python-mode.el, run:
port contents python-mode.el
To later upgrade python-mode.el, run:
sudo port selfupdate && sudo port upgrade python-mode.el
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.