Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #66865

Re: is there a package similar to SHINY in R for python ...

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: is there a package similar to SHINY in R for python ...
Date 2014-02-21 21:57 -0500
Organization IISS Elusive Unicorn
References <f0fe49f6-ae05-46e1-b7ba-554b728b730e@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.7246.1393037883.18130.python-list@python.org> (permalink)

Show all headers | View raw


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.
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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