How should I do rapid GUI development for R and Octave methods (possibly with Python)?

后端 未结 7 635
清歌不尽
清歌不尽 2021-01-30 03:23

We are a medium-sized academic research lab whose main outputs are new statistical methods for analyzing large datasets. We generally develop in R and MATLAB/Octave.

We

7条回答
  •  半阙折子戏
    2021-01-30 04:14

    I'd go with Python and PyQt4 for the UI, and use Rpy to interface to R.

    There's the QtDesigner for interface designing and you can generate python from that. QtAssistant gives you a fully hyperlinked documentation set for Qt which is the best I've ever used.

    Well worth it!

提交回复
热议问题