Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Can I run a python program from within emacs?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Jeff Schwab, post: 3487695"] Sort of. Modern editors generally have support for building and running your program directly from a toolbar button or textual command. I personally use Vim with the toolbar disabled, running in a Terminal, and run the program by first putting Vim in the background (^z). People writing code specific to Mac, but not necessarily all in Python, often use XCode. [URL]http://zovirl.com/2006/07/13/xcode-python/[/URL] In the Ruby community, Vim is the dominant choice, but a lot of Mac users swear by TextMate. [URL]http://macromates.com/[/URL] I believe Grant was suggesting that Emacs often serves a similar purpose on Unix to what Visual Studio does on Windows, which seemed to be what you were asking. When asking about Mac OS X here, you are likely to get a lot of generic Unix responses. (Would it have been clearer if he had just said "emacs?") [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Can I run a python program from within emacs?
Top