John Henry wrote:
> Bill Gates will have you jailed! :-)
>
> On a more serious note, is there any alternative to Simulink though?
>
It's called SciCos, and as far as I've seen it not only covers Simulink
but also PowerSim.
I found only 1 major disadvantage inSciLab, ...
... it has no ActiveX
che
[EMAIL PROTECTED] wrote:
> I've got a python GUI working with Tkinter, and I need to package it as
> an executable file, preferably a single file.
Why not use an installer to bundle the python interpreter (with TKinter) and
your code in a single executable file? If you don't want to distribute
s
[EMAIL PROTECTED] wrote:
> Use ./ for true division.
syntax error...
--
http://mail.python.org/mailman/listinfo/python-list
Andrea Tomadin wrote:
> This works, but isn't it weird to define a class if I know from the
> very beginning that there will be no more than an instance of that
> class?
Singleton
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52558
--
http://mail.python.org/mailman/listinfo/python-lis
Vlad Dogaru wrote:
> I've written a simple, standalone wiki server in Python. It runs a
> BaseHTTPServer's serve_forever() method until a KeyboardInterrupt is
> caught, at which point it writes changes to a file and exits. This
> works as expected in Linux. However, in Windows I cannot stop the
>
Asper Faner wrote:
> I seem to always have hard time understaing how this regular expression
> works, especially how on earth do people bring it up as part of
> computer programming language. Natural language processing seems not
> enough to explain by the way. Why no eliminate it ?
I.M.H.O. anyo