First let me say I have not done much python programming!
I am running Python 2.7.3.
I am trying to use python as a front end to a simple oscilloscope.
Ultimately I intend to use it with my micropython board.
At the moment I am just developing it. All it does is use a module I found
called graphi
On Monday, 13 January 2014 08:15:08 UTC, Norman Elliott wrote:
> First let me say I have not done much python programming!
>
> I am running Python 2.7.3.
>
> I am trying to use python as a front end to a simple oscilloscope.
>
> Ultimately I intend to use it with
I am running ubuntu 12.04 with all updates installed.
I got the graphics here:
http://mcsp.wartburg.edu/zelle/python/graphics/graphics/index.html
I cannot see how to change from html to text mode in chromium or within the
group.
I read the link about double spacing so I will watch out for it.
-
On Monday, 13 January 2014 18:05:52 UTC, Dave Angel wrote:
> Chris Angelico Wrote in message:
>
Well Ian's suggestion has really done the job. Now each iteration takes just
0.14 seconds now.
changed to:
[code]
win = GraphWin("My Circle", xpos, ypos, autoflush=False)
[/code]
and added
[code]
@Dave, no problem. I am using gedit to write the files and have it set to
translate tabs into 4 spaces which is what was recommended to me as the right
amount of indenting for python scripts.
On Monday, 13 January 2014 08:15:08 UTC, Norman Elliott wrote:
> First let me say I have not done m
On Monday, 13 January 2014 08:15:08 UTC, Norman Elliott wrote:
> First let me say I have not done much python programming!
>
> I am running Python 2.7.3.
>
> I am trying to use python as a front end to a simple oscilloscope.
>
> Ultimately I intend to use it with