Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66902
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.007 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'buttons': 0.09; 'objects,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'refresh': 0.09; 'windows,': 0.09; 'python': 0.11; 'gui': 0.12; '"in': 0.16; '>on': 0.16; 'guessing': 0.16; 'message-id:@4ax.com': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:python': 0.16; 'language': 0.16; 'wrote:': 0.18; 'feb': 0.22; '>>>': 0.22; 'programming': 0.22; 'url:home': 0.24; 'least': 0.26; 'asking': 0.27; 'gets': 0.27; 'header:X-Complaints-To:1': 0.27; 'michael': 0.29; "doesn't": 0.30; "i'm": 0.30; '(unless': 0.31; '-0700,': 0.31; 'apparently': 0.31; 'responded': 0.31; 'run': 0.32; 'fri,': 0.33; 'except': 0.35; 'something': 0.35; 'operate': 0.35; 'there': 0.35; 'really': 0.36; 'described': 0.36; "he's": 0.36; 'ones,': 0.36; 'charset:us-ascii': 0.36; 'server': 0.38; 'window': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'rather': 0.38; 'does': 0.39; 'embedded': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; '2nd': 0.60; 'mentioned': 0.61; 'browser': 0.61; 'matter': 0.61; "you've": 0.63; 'email addr:gmail.com': 0.63; 'movement': 0.65; 'talking': 0.65; 'of:': 0.68; 'subject:there': 0.68; 'browser.': 0.78; 'here...': 0.84; 'subject: ...': 0.84; 'received:108': 0.93 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
| Subject | Re: is there a package similar to SHINY in R for python ... |
| Date | Sat, 22 Feb 2014 14:04:26 -0500 |
| Organization | IISS Elusive Unicorn |
| References | <f0fe49f6-ae05-46e1-b7ba-554b728b730e@googlegroups.com> <b84gg9pgokb8dr1n0gtm37onb9h39olqcn@4ax.com> <5308152F.2040603@gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | adsl-108-79-218-218.dsl.klmzmi.sbcglobal.net |
| X-Newsreader | Forte Agent 6.00/32.1186 |
| X-No-Archive | YES |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.7266.1393095873.18130.python-list@python.org> (permalink) |
| Lines | 36 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1393095873 news.xs4all.nl 2967 [2001:888:2000:d::a6]:57822 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:66902 |
Show key headers only | View raw
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