HN2new | past | comments | ask | show | jobs | submit | jghf's commentslogin

Vote for python


Please don't forget python for data science. Any chance we can get equivalent python integration and attention to azure and office stuff?


Numba + Blaze boosts numerical python to speeds on par with or greater than julia, with additional out of core, delayed expression and multiple backend capabilities that Julia currently does not have.

This might stem the tide for a while... Then we have pyston which maintains C api compatibility.


Are they written in Python?


Blaze is, Numba is a JIT compiler to LLVM. You can write numpy functions and JIT/Multithread them with just a decorator and zero to few code changes. Blaze makes this transparent to the user, chunks backends, provide out of core array object, abstract expressions etc.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: