looking for IDE advice or workflow tips

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Wed Aug 6 11:37:04 EDT 2008


kpierce8 at gmail.com a écrit :
> I'm a novice developer at best and often work with the R statistical
> programming language. I use an editor called TINN-R which allows me to
> write a script, then highlight a few lines and send them to the
> interpreter. I am using pythonwin and it lacks this funtionality (that
> I can tell) and when I copy and paste lines into the interpreter only
> the first line is evaluated and the rest appears as returned text.
> 
> Is there an editor that allows me to send a few lines out of many
> lines of code at a time?

emacs + python-mode.

> or
> 
> How does one check small blocks of code without typing them each time,
> running an entire script (with other code) or creating a small script
> for every code block?
 >
> For example say lines 1-100 work fine and now I'm working on lines
> 101-105. Should I create a small script with just those lines?

You may want to learn more about functions.




More information about the Python-list mailing list