Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphical User Interfaces #10

Open
BobMuenchen opened this issue Jun 14, 2019 · 5 comments
Open

Graphical User Interfaces #10

BobMuenchen opened this issue Jun 14, 2019 · 5 comments

Comments

@BobMuenchen
Copy link

An area where R has a clear edge is in the availability of point-and-click Graphical User Interfaces. I prefer to code, but I'm generally part of a research team where at least half the members prefer to use menus & dialog boxes. I like that I can put my R code behind their dialogs, or take the code their GUI writes and modify it. For my comparison of the GUI options for R, see http://r4stats.com/articles/software-reviews/r-gui-comparison/. I'm unaware of any GUIs for Python yet, but if you know of any, please let me know.

@matloff
Copy link
Owner

matloff commented Jun 14, 2019

There are tons of IDEs for Python. Personally, I don't use IDEs in any language, but yes, in teams of mixed coding levels, they are needed.

@smartgamer
Copy link

smartgamer commented Jun 14, 2019 via email

@BobMuenchen
Copy link
Author

Yes, tons of IDEs that let you type code, but no GUIs (that I know of) that let you choose an analysis like a regression from a menu, drag variables to assign their roles, choose options, and click "OK" to complete the task without the user knowing code. The GUI then writes the R code and executes it without the user needing to see it. The code is then optionally saved in various ways (e.g. text or template) for reproducibility.

@matloff
Copy link
Owner

matloff commented Jun 14, 2019

Re smartgamer's question: Start up R in a terminal window, NOT from an IDE, and type 'hist(Nile)'.

@matloff
Copy link
Owner

matloff commented Jun 14, 2019

Yep, Python is not a Data Science language, so there is no Data Science GUI that I know of. I'm not sure that such a thing is a good idea, though, even in R.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants