On 24/07/2018 16:13, Peter Pearson wrote:
On Mon, 23 Jul 2018 23:24:18 +0100, John Pote wrote:
I recently wrote a command line app to take a stream of numbers, do some
signal processing on them and display the results on the console. There
may be several output columns of data so a title line is
On Mon, 23 Jul 2018 23:24:18 +0100, John Pote wrote:
> I recently wrote a command line app to take a stream of numbers, do some
> signal processing on them and display the results on the console. There
> may be several output columns of data so a title line is printed first.
> But the stream of
On Mon, Jul 23, 2018 at 10:24 PM, John Pote wrote:
>
> So I thought it might be quick and easy to do something with curses to keep
> the title line visable while the numbers roll up the screen. But alas I'm a
> Windows user and the 'curses' module is not in the Windows standard library
> for Pytho
On 24/07/18 00:24, John Pote wrote:
> Ideas invited.
This doesn't answer your question at all, but when I want a small script
to produce largish streams of numbers, I write them to a (csv) file and
plot them using matplotlib then and there.
--
https://mail.python.org/mailman/listinfo/python-list
On 7/23/18 3:24 PM, John Pote wrote:
I recently wrote a command line app to take a stream of numbers, do some
signal processing on them and display the results on the console. There
may be several output columns of data so a title line is printed first.
But the stream of numbers may be several
On Mon, 23 Jul 2018, John Pote wrote:
So I thought it might be quick and easy to do something with curses to
keep the title line visable while the numbers roll up the screen. But alas
I'm a Windows user and the 'curses' module is not in the Windows standard
library for Python.
John,
I don't
I recently wrote a command line app to take a stream of numbers, do some
signal processing on them and display the results on the console. There
may be several output columns of data so a title line is printed first.
But the stream of numbers may be several hundred long and the title line
disap