Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*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; 'python': 0.11; '"in': 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; 'feb': 0.22; 'url:home': 0.24; 'gets': 0.27; 'header:X-Complaints-To:1': 0.27; "doesn't": 0.30; "i'm": 0.30; '(unless': 0.31; 'run': 0.32; 'fri,': 0.33; 'something': 0.35; 'operate': 0.35; 'there': 0.35; 'really': 0.36; 'described': 0.36; 'ones,': 0.36; 'charset:us-ascii': 0.36; 'server': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; 'embedded': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'browser': 0.61; 'matter': 0.61; "you've": 0.63; 'email addr:gmail.com': 0.63; 'movement': 0.65; 'talking': 0.65; '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 Subject: Re: is there a package similar to SHINY in R for python ... Date: Fri, 21 Feb 2014 21:57:56 -0500 Organization: IISS Elusive Unicorn References: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393037883 news.xs4all.nl 2849 [2001:888:2000:d::a6]:39905 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:66865 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/