Pythran: Crossing the Python Frontier [pdf]
computer.org
Pythran: Crossing the Python Frontier [pdf]
1–10 of 70 posts
Re: Pythran: Crossing the Python Frontier [pdf]
#2Re: Pythran: Crossing the Python Frontier [pdf]
#3 s = 0.
n = s.shape
2.) The inline latex math isn't rendered properly.Re: Pythran: Crossing the Python Frontier [pdf]
#4Link to the actual software: https://github.com/serge-sans-paille/pythran
and
> a claimless python to c++ converter
Re: Pythran: Crossing the Python Frontier [pdf]
#5Slides: https://fr.slideshare.net/PoleSystematicParisRegion/track-32...
Re: Pythran: Crossing the Python Frontier [pdf]
#6Re: Pythran: Crossing the Python Frontier [pdf]
#7Re: Pythran: Crossing the Python Frontier [pdf]
#8Interesting article but just skimming through it some things stand out immediately: 1.) The first snippet isn't even valid python code as floats don't have a shape attribute. s = 0. n = s.shape 2.) The inline latex math isn't rendered properly.
s += 100. * x[i + 1] - x[i] ** 2.) ** 2. + (1 - x[i]) ** 2Re: Pythran: Crossing the Python Frontier [pdf]
#9Interesting article but just skimming through it some things stand out immediately: 1.) The first snippet isn't even valid python code as floats don't have a shape attribute. s = 0. n = s.shape 2.) The inline latex math isn't rendered properly.
Re: Pythran: Crossing the Python Frontier [pdf]
#10Isn't this solved by julia? I think scientific community should use a more functional language rather than language like python tbh