DataTaunew | comments | leaders | submitlogin
Rodeo: A data science IDE for Python (yhathq.com)
32 points by glamp 3280 days ago | 16 comments


4 points by johnhess 3280 days ago | link

Although I don't spend much time in the ipynotebook, I've never found it cumbersome. What are some examples of cumbersome ipy notebook features?

-----

3 points by pmlandwehr 3279 days ago | link

Speaking for me, I find the notebook ideal for making things that I want to present or show others. I think that it's not so great for: * playing with data by running a lot of different commands. * writing a complete python module or method. * editing my code down to a single, useful nugget. Rodeo and Spyder (and RStudio) basically give you a terminal, a bunch of scratch paper, and a look up guide for objects that you've instantiated and graphs that you've drawn. If you haven't ever been tempted to open up an ipython session and a text editor, you probably don't need this. If you have, then this might be worth a whirl.

-----

4 points by tristanz 3279 days ago | link

I completely agree. I feel bad self-promoting here, but there is a middle way. At Sense (https://sense.io) we've combined real editor with a notebook like console log. RStudio and Rodeo, by comparison, are basically copying traditional IDEs without a comprehensive log that includes visualizations. This makes it much harder to share results.

On Sense, your scripts are just scripts (comments are markdown formatted), but when executed in a Sense engine the REPL produces a rich console log similar to a IPython Notebook. This makes the logs great for sharing, without sacrificing the ability to refactor code into libraries, run it locally, or use code-oriented version control tools.

Here's an example for R: http://bit.ly/1Dt5btF

-----

1 point by izyda 3275 days ago | link

So you're basically offering an R studio that generates a series iPython notebook-esque plots/visuals rather than displaying them one by one in the "Plot" Rstudio window? Is that a fair characterization?

-----

4 points by blue 3280 days ago | link

this over Spyder?

-----

2 points by pmlandwehr 3279 days ago | link

It certainly looks prettier than Spyder...

-----

3 points by jonan 3280 days ago | link

They missed an opportunity by not calling it PyStudio (although maybe there are legal reasons for that).

-----

4 points by hotnsteamybear 3279 days ago | link

Yeah, I'm curious why in the marketing materials it's compared to Eclipse and Sublime Text, when it's in fact a dead ringer for R Studio in both form and function.

-----

1 point by patwater 3279 days ago | link

So true

-----

1 point by sean_the_geek 3279 days ago | link

I was thinking along same lines. It looks remarkably similar to RStudio.

-----

3 points by jcbozonier 3280 days ago | link

I'm excited by this! Can't wait to take it for a spin. I can't help but feel like I want this combined with Jupyter + blogging.

-----

2 points by dpipkin 3280 days ago | link

pip installing it right now. I know what I'm going to be doing today.

-----

2 points by legel 3280 days ago | link

Looks pretty nice!

-----

1 point by patwater 3279 days ago | link

FYI the view function in the dataframe tab seems to try to open the whole dataset by default rather than do what RStudio does and just subset the first 1000 rows

-----

2 points by glamp 3279 days ago | link

did it ever finish for you? i believe it opens the first 5k rows.

-----

1 point by holografix 3278 days ago | link

Doesn't seem to work at all for me, regardless of the type of variable I initialize... Using Python3.4 and builtin pyvenv etc - could this be causing any issues?

-----




RSS | Announcements