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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to