Re: [Tutor] Coming from R, what's a good IDE editor? I've tried PyCharm and Spyder

2017-06-08 Thread Monte Milanuk
Have you looked at Rodeo (https://www.yhat.com/products/rodeo)? The UI looks a *lot* like R-Studio (for a reason)... ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Coming from R, what's a good IDE editor? I've tried PyCharm and Spyder

2017-06-08 Thread C W
Indeed, just installed it. Rodeo is a very close to RStudio. My review: It looks like Rodeo is still in earlier development stage, despite look alike, many features in RStudio don't exist in Rodeo. It lacks a keyboard configuration. Cmd + Enter combo works! It runs the current line of code, this

Re: [Tutor] Coming from R, what's a good IDE editor? I've tried PyCharm and Spyder

2017-06-08 Thread Alan Gauld via Tutor
On 08/06/17 19:24, C W wrote: > IPython is great for presentation, but you need to start it up in Terminal, > Spyder does not have an icon in Application, you again need to start it up > in Terminal with a few commands. It is slow to start up. (I have it) You should be able to create your own ic

Re: [Tutor] Coming from R, what's a good IDE editor? I've tried PyCharm and Spyder

2017-06-08 Thread Cameron Simpson
On 02Jun2017 18:14, Mats Wichmann wrote: Sadly, vim, which is The Best Editor Ever (see 23 million flamewars for why such statement can only be a feeble attempt at humor, not reality), is now trying to behave like an IDE, and it's doing things badly wrong. For example, if I type import in a "fro