Path: csiph.com!aioe.org!.POSTED!not-for-mail From: mustang Newsgroups: comp.lang.python Subject: Re: show instant data on webpage Date: Wed, 27 Jan 2016 18:20:34 +0100 Organization: Aioe.org NNTP Server Lines: 13 Message-ID: References: NNTP-Posting-Host: TJzGgIeNU2M3DRj2nUJi5g.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com comp.lang.python:102165 > Php, vbscript, perl, and perhaps other languages allow the interspersal of > code and html in the same file. You can't do that with python. So, if you > begin to wade into making websites with python you may be a little lost > until you grasp the concept of separating code from templates (the html > portion) and how you populate your templates with your code values. Django > is a popular choice, but some like smaller frameworks like flask, and > others. anyway I'm not interested in building website I've only to plot/show data collecting them from a sensor and plot them in a realtime graph (for example temperature).