Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66902
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: is there a package similar to SHINY in R for python ... |
| Date | 2014-02-22 14:04 -0500 |
| Organization | IISS Elusive Unicorn |
| References | <f0fe49f6-ae05-46e1-b7ba-554b728b730e@googlegroups.com> <b84gg9pgokb8dr1n0gtm37onb9h39olqcn@4ax.com> <5308152F.2040603@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.7266.1393095873.18130.python-list@python.org> (permalink) |
On Fri, 21 Feb 2014 20:10:39 -0700, Michael Torrie <torriem@gmail.com>
declaimed the following:
>On 02/21/2014 07:57 PM, Dennis Lee Bieber wrote:
>> On Fri, 21 Feb 2014 15:28:55 -0800 (PST), anujg1984@gmail.com declaimed the
>> following:
>>
>>> I want to have textboxes, sliders, and buttons in the web browser that change the data visualization just like shiny does in R.
>>>
>>> Is there something like that in python.
>>
>> Python doesn't really matter here... You've described HTML objects, and
>> for dynamic ones, you are likely talking either M$ "ASP", or Javascript
>> (unless you have a browser that can run embedded Python scripts).
>>
>> At least, I'm guessing you don't intend to have every movement of a
>> "slider" trigger a page refresh from a server -- you want the action to
>> operate /in/ the browser. "In the browser" means the server language
>> doesn't matter -- it's solely the Javascript that gets sent to the browser.
>
>I'm pretty sure he's talking about tools that make it really slick to
>put up graphs in a window and manipulate them with GUI controls.
>Nothing to do with html or web programming here, at least not what the
>OP was asking for.
>
Except he did state "... in the web browser ...", so I responded on
that side...
Apparently "shiny" is rather new... It isn't mentioned in any of: R in
a Nutshell 2nd ed; R Graphics Cookbook; R Graphics 2nd ed; The R Book 2nd
ed; Guidebook to R Graphics Using Microsoft Windows, nor Using R for
Introductory Statistics...
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
is there a package similar to SHINY in R for python ... anujg1984@gmail.com - 2014-02-21 15:28 -0800 Re: is there a package similar to SHINY in R for python ... Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-02-21 21:57 -0500 Re: is there a package similar to SHINY in R for python ... Michael Torrie <torriem@gmail.com> - 2014-02-21 20:10 -0700 Re: is there a package similar to SHINY in R for python ... Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-02-22 14:04 -0500 Re: is there a package similar to SHINY in R for python ... Michael Torrie <torriem@gmail.com> - 2014-02-22 16:07 -0700 Re: is there a package similar to SHINY in R for python ... Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-02-22 20:21 -0500
csiph-web