Le 23/08/2014 16:21, Chris Angelico a écrit :
On Sun, Aug 24, 2014 at 12:02 AM, Ian Kelly wrote:
I don't know how fast lilypond is, but perhaps one could write an editor
that wraps lilypond and invokes it in realtime to show the output in an
adjacent panel, perhaps with a brief delay when the u
Le 22/08/2014 02:26, Chris Angelico a écrit :
On Fri, Aug 22, 2014 at 4:05 AM, Joseph Martinot-Lagarde
wrote:
For information, Cython works with C++ now:
http://docs.cython.org/src/userguide/wrapping_CPlusPlus.html.
Now isn't that cool!
Every time Cython gets discussed, I get a re
Le 21/08/2014 15:40, Chris Angelico a écrit :
On Thu, Aug 21, 2014 at 10:54 PM, David Palao wrote:
Why to use C++ instead of python?
This is, perhaps, a bit off-topic, but I really want to know the
thoughts of experienced python programmers on it.
No, it's a fair question. Why are we all her
Le 28/05/2014 13:31, Sameer Rathoud a écrit :
I was searching for spyder, but didn't got any helpful installable.
What problem did you encounter while trying to install spyder ?
Spyder is oriented towards scientific applications, but can be used as a
general python IDE. I use it for GUI devel
Le 13/05/2014 11:56, Albert van der Horst a écrit :
In article ,
Joseph Martinot-Lagarde wrote:
Le 10/05/2014 17:24, Albert van der Horst a écrit :
I have the following code for calculating the determinant of
a matrix. It works inasfar that it gives the same result as an
octave program on a
Le 10/05/2014 17:24, Albert van der Horst a écrit :
I have the following code for calculating the determinant of
a matrix. It works inasfar that it gives the same result as an
octave program on a same matrix.
/
def determinant( ma
Le 10/05/2014 19:07, esaw...@gmail.com a écrit :
Hi All--
Let me state at the start that I am new to Python. I am moving away from
Fortran and Matlab to Python and I use all different types of numerical and
statistical recipes in my work. I have been reading about NumPy and SciPy and
could no
Le 08/05/2014 02:35, Ben Finney a écrit :
Marko Rauhamaa writes:
Ben Finney :
That's why I always try to say “Python doesn't have variables the way
you might know from many other languages”,
Please elaborate. To me, Python variables are like variables in all
programming languages I know.