Hello [How to run your code]

donn donn.ingle at gmail.com
Sat Jul 10 07:39:29 EDT 2010


On 10/07/2010 13:05, Dani Valverde wrote:
> It could be a solution. But I am used to work with gEdit using the R
> statistical programming language plugin, and I am able to send the code
> to console instead of typing it in.
To run your code, save it to a file 'mycode.py' (or whatever), then open 
a console and cd into that directory, then:
python mycode.py

That will get you started. Keep the console open and alt-tab to it 
whenever you want to run your code.

\d



More information about the Python-list mailing list