Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Larry Martell Newsgroups: comp.lang.python Subject: Re: read datas from sensors and plotting Date: Sun, 17 Apr 2016 13:00:06 -0400 Lines: 13 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de ibB99WYRg8VN2yZS04g26QvGAc4YJILuhYl3Tlyga89Q== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.045 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'received:209.85.223': 0.03; 'csv': 0.09; 'python': 0.10; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'python?': 0.18; 'file.': 0.22; 'header:In-Reply-To:1': 0.24; 'example': 0.26; 'message- id:@mail.gmail.com': 0.27; 'values': 0.28; "i'm": 0.30; 'server.': 0.30; 'problem': 0.33; 'url:python': 0.33; 'file': 0.34; 'received:google.com': 0.35; 'received:209.85': 0.36; 'possible': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'webpage': 0.66; 'datas': 0.84; 'subject:read': 0.84; 'sensors': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=o76klpXc6Yrge5G7csQ/myrhFVYeDuvUkRQnV/p5Ms4=; b=neNYZUrE0Ft1pwUB3/Y4a5Chs5AoITTnLZmJRxqBJwGQLTRTfR2TBnMThhpXQurE1v tczd9M+OeRVDJlVT6S2vtmfKJ4Zv05g0t1aEoGreiS7o+KK7tcMzExPlhAfdNcUJq+0y aZ5Ek23eN9y1WodmocJLyyN4DXeDVy4FgmcunKwNDLC/VSDyNNMV/tFczjTZ5M3ZipW1 JUBDteMr0SpRJ+eYgWbLtB0vQHgqWKjgqAbzinVYpOjAkK/tELkqPhQpCza4RaBQAF9t 3WAaOG2oIGR8OImvZCraLOn/ArnJrME2uOOC09osxyZxvStKlMOSVcJ0vJR7n+ACTevJ 3PNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=o76klpXc6Yrge5G7csQ/myrhFVYeDuvUkRQnV/p5Ms4=; b=HO5HGkPqy9zeDMox5RpzxLE/YbS4QxQwDvZfSeLb8pVDjTkIaOBn68y0el2QlnVHDD XBM7AwZBteIxA2kzUa04UxNbI1aRCKVW9eSgYZ2zPh6kpyCsAUa2si+e32TK4mf0Sqcx R4WiZknhfixFeOTDFh821z5ntIqhyEVD0oRN3At748nSdCatnsfFr9NwEOMJhEr2/vEK BzkojNcmSng3OLcWeW/4OrQtK2EZJ5JoHWWymmMuo0iPj1bVc0e4qpPPpMk1X12xB7eg h75SN/Qqfag2Yf/1NSNOBtRyHqB6XbL7PgdOs+LpxqwLTOw/klNn6tzNsx7YDegKnDRn HxMw== X-Gm-Message-State: AOPr4FXiXVRWuJ70a4kH8n6fyheCQKtcSvFn6xfK66Etj74cTZ8/bOjno4JRO86nrC7zpxny/52Y+nUl9vo+gA== X-Received: by 10.107.136.69 with SMTP id k66mr36931752iod.0.1460912406374; Sun, 17 Apr 2016 10:00:06 -0700 (PDT) In-Reply-To: X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: Xref: csiph.com comp.lang.python:107183 On Sunday, April 17, 2016, ranran wrote: > I'm reading in python some values from some sensors and I write them in a > csv file. > My problem now is to use this datas to plot a realtime graph for a example > in a web server. > Is it possible to read in the same time the values, writing in the file > and plot them in a webpage with python? > Check out plotly https://plot.ly/python/