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 will make up for all else. Hence, my hope is not
lost.

Overall:
If you are used to RStudio and Matlab, this is the closest you will see. I
am happy to discovery it. Thanks, Monte!


To the earlier replies, and my opinion:
Atom does not do line by line evaluation, you must compile it yourself, you
can't modify things in Console, but re-run script. (I have tried on someone
else's computer)

IPython is great for presentation, but you need to start it up in Terminal,
copy paste localhost address. You need to restart it if you are using it
for Python 2 vs Python 3. Great, but tedious to work with. (I have it)

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)

On Thu, Jun 8, 2017 at 1:42 PM, Monte Milanuk  wrote:

> 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
>
___
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 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 icons for both of these.
Just drag them from finder to desktop and from there into Applications.
(You might need to edit properties to set the interpreter - its a wee
while since I used a Mac in anger - but I'm sure somebody here can
help with that.)

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


___
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 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 "from" line, it helpfully inserts the
word import... meaning those end up with syntax errors, "from foo import
import bar".  I don't know who is responsible for that idiocy and
haven't taken the time to figure out how to shut off the misbehavior.


I'm sure it can be turned off; mine doesn't do this. I also turned off the 
auto-comment-continuation.


Anyway, somewhat off topic.

-- Cameron Simpson 
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor