I'm learning Python for the first time and I use Komodo Edit 8.5 to practice Python.
But I don't know how to run a program in Komodo Edit.
How can I do that?
There is no debugging feature in Komodo Edit but you can just run the current file by creating a Run Command:
%(python) %F
You should now have a new Run Command in your toolbox called 'Run Python file'; when you double-click on it the command should run the current Python script open in the editor and display the output in the Command Output pane.
For more on Run Commands:
http://aspn.activestate.com/ASPN/docs/Komodo/4.2/komodo-doc-run.html#run...