On Tue, 18 Sep 2012 00:30:12 +0530, Shriramana Sharma
wrote:
> Hi thanks for that fix. I had to polish my concepts of what Python
> variables are before I could fathom this correctly:
>
http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html#other-languages-have-variables
>
> Anyhow
Hi thanks for that fix. I had to polish my concepts of what Python
variables are before I could fathom this correctly:
http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html#other-languages-have-variables
Anyhow, I have now further developed the program some and added some
formulae
On Sun, 16 Sep 2012 22:40:29 +0530, Shriramana Sharma
wrote:
> Hello. I'm back on this list after quite some time.
>
> I'm working on some stuff involving bezier curves and wanted to write
> my own bezier display applet to keep in handy, so that I can adjust
> the nodes and handles and it would s
Hello. I'm back on this list after quite some time.
I'm working on some stuff involving bezier curves and wanted to write
my own bezier display applet to keep in handy, so that I can adjust
the nodes and handles and it would show me real-time what the
resultant curve looks like.
However even a mi