-
Notifications
You must be signed in to change notification settings - Fork 37
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
Comments
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. |
Without IDE how do you see the figures instantly. I want to learn.
On Jun 14, 2019, at 1:26 PM, Norm Matloff <[email protected]<mailto:[email protected]>> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#10?email_source=notifications&email_token=AFU4PHJHIYDHLSG5IN2BPP3P2PIDJA5CNFSM4HYG7452YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXXONWQ#issuecomment-502195930>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFU4PHODB3O2K7XEQNICJPLP2PIDJANCNFSM4HYG745Q>.
|
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. |
Re smartgamer's question: Start up R in a terminal window, NOT from an IDE, and type 'hist(Nile)'. |
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. |
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.
The text was updated successfully, but these errors were encountered: