#pythran resultados da pesquisa
Check out the @ProjectJupyter magic for compiling #python code with #pythran in a notebook Cell, and the improved performance over #numpy!

Milestone reached: we've got 256 stars for #xsimd. That means we've got as many stars on xsimd as there are bits in a AVX register! In other news: we've got all integer types for AVX and SSE and, the big one, #pythran switched to xsimd from boost.SIMD and all tests are passing!

Activating boost.SIMD in #pythran, and updating to the master branch yields incredible speedups! #xtensor will have to keep catching up for a while longer 😏

Serge Guelton presenting of the #pythran Python to C++ transpiler at the @OpenDreamKit low-level interfaces workshop.


À travers le projet Pythran, Serge Guelton nous montre des résultats prometteurs 👍 #Pythran #PyData #Python


I've forked @SimonDanisch 's nextjournal article to include a comparison of the speed of R, @graalvm, @JuliaLanguage and #Pythran (Python-to-C++ compiler). Julia and Pythran are equally fast! nextjournal.com/wolfv/how-fast… Shoutout to @usenextjournal it's nice & easy to mix languages!

First day of the open-source scientific computing workshop on low-level interfaces with core developers of @sagemath @ProjectJupyter #cython #pythran #xtensor @OpenDreamKit.

Forked the awesome #pythran @numba_jit #numpy benchmarks from Serge (the pythran author) to add some xtensor-python benchmarks! Results look good! github.com/wolfv/numpy-be… #xtensor

🚀 Python too slow for science? Try Pythran! It magically compiles Python→C++ for blazing speed—no code changes! Just add #pythran hints. open.substack.com/pub/pythonlibr…
The PR in #pythran that removed 160k and added only 30k lines of code: github.com/serge-sans-pai…
@pydataparis, code faster at a higher level, réduce engineering cost #pythran to translate python efficiently #c++ integration
1. #PyPy, #Numba, #Pythran & #Transonic with some changes in the original code improves performance remarkably. 2. Reduction in time to solution compensates for increased power requirement for multithreading. Article: rdcu.be/ciO0J Code:… pythondevs.social/notice/A6ZhFgG…

So I have done this and I do not regret it. I am pretty optimistic now the two projects will overlap. I need to get #nuitka further ahead with C type inference over module boundary, but with hacks, it will work with #pythran, looking forward to meeting!
Pythran just released its long-awaited update: 0.9.7. Here's the changelog: github.com/serge-sans-pai… #pythran
@ianozsvald When should I use #Cython, and when should I use #pythran?
#pythran 2.7 (very fast Python2.7->C++->compiled module) released, you 'do no work and it runs faster': pythonhosted.org/pythran/ #python
The (pure Python) source code is here: gist.github.com/wolfv/cecbfc35… Note that to get these speeds, only the small #Pythran comment is necessary that tells the pythran compiler the shape and type of the numpy input.
🚀 Python too slow for science? Try Pythran! It magically compiles Python→C++ for blazing speed—no code changes! Just add #pythran hints. open.substack.com/pub/pythonlibr…
Thanks #Pythran people for being so polite: WARNING: Compilation error, trying hard to find its origin... WARNING: Nop, I’m going to flood you with C++ errors!
#Pythran is an ahead of time compiler for a subset of the #Python language, with a focus on #ScientificComputing pythran.readthedocs.io/en/latest/ #AI #DataScience #Analytics #DataAnalyisis #libatlas #numpy
Had a great time at #SciPy2021 yesterday, best virtual conference experience I've had so far! Gave a talk together with Serge Guelton on using #Pythran in #SciPy to make it easier to write fast kernels, here are the slides if you're curious: slideshare.net/RalfGommers/bu….
slideshare.net
Building SciPy kernels with Pythran
1. #PyPy, #Numba, #Pythran & #Transonic with some changes in the original code improves performance remarkably. 2. Reduction in time to solution compensates for increased power requirement for multithreading. Article: rdcu.be/ciO0J Code:… pythondevs.social/notice/A6ZhFgG…

"Reducing the ecological impact of computing through education and Python compilers". Excellent read by @pierre_augier, @cfbolz, and Serge Guelton, in @nature. Featuring the #Pythran open-source project! nature.com/articles/s4155…
nature.com
Reducing the ecological impact of computing through education and Python compilers
Nature Astronomy - Reducing the ecological impact of computing through education and Python compilers
Do not hesitate to have a look at github.com/xtensor-stack/…. Not saying you should switch to it,but you could pick up ideas there. It is well maintained and used by #Xtensor #Pythran and #ApacheArrow.
Oh, I was just working on a benchmark experiment on the n-body planets algorithm, in particular with Python implementations (using different accelerators/interpreters, #Transonic #Pythran @numba_jit @pypyproject), see github.com/paugier/nbabel
Pythran just released its long-awaited update: 0.9.7. Here's the changelog: github.com/serge-sans-pai… #pythran
Basic Value Range Analysis #pythran serge-sans-paille.github.io/pythran-storie…
Did you know you easily install the @vaex_io DataFrame library on @kaggle kernels and accelerate computations via @numba_jit , #Pythran and #CUDA. On their GPU instances @kaggle use @nvidia Tesla P100 GPUs, with a dual core CPU. (1/3)
Are the slides available anywhere? I'd love to read them! Were #Pythran and #Transonic mentioned? People interested by the subject (Tools for high performance Python) should read this text tiny.cc/transonic-visi… @ianozsvald #PyDataCambridge

@numba_jit #cython #pythran @scikit_learn @scikitbio @statsmodels @pymc_devs @astropy @Biopython @SunPyProject @poliastro_py #scikitimage @jnuneziglesias @pyOpenSci @SciPyTip
Transonic 0.4.0 is on PyPI and @condaforge. Much better than the previous version legi.grenoble-inp.fr/people/Pierre.… ! Easily accelerate #Python #NumPy code with @numba_jit #Pythran and #Cython. transonic.readthedocs.io @pyfluiddyn
Set of tutorials for high performance computing with python, applied to crystallography @SciPyTip @esrfsynchrotron #python #numexpr #pythran #cython #numba journals.iucr.org/j/issues/2019/…
Great slides! For HPC with Python/Numpy, don't forget #pythran, which can be much faster than #numba. Super easy to use with transonic.readthedocs.io Just few `@boost` and `@jit` can make numerical codes super efficient.
We intend to integrate with #pythran at some point. About Numba I have no clue, but it might be a lot better at this point if you do not need full Python compatibility, but seriously I don't know. Mid term I would expect us to overtake what they do once we do PGO and JIT too.
Have you checked out #pythran to build numerical python?
Beniget is used by Transonic (transonic.readthedocs.io), a pure Python package to accelerate Python-Numpy numerical kernels with different accelerators, in particular #pythran. Soon compatible with @numba_jit and #cython !
Check out the @ProjectJupyter magic for compiling #python code with #pythran in a notebook Cell, and the improved performance over #numpy!

Activating boost.SIMD in #pythran, and updating to the master branch yields incredible speedups! #xtensor will have to keep catching up for a while longer 😏


Serge Guelton presenting of the #pythran Python to C++ transpiler at the @OpenDreamKit low-level interfaces workshop.

Milestone reached: we've got 256 stars for #xsimd. That means we've got as many stars on xsimd as there are bits in a AVX register! In other news: we've got all integer types for AVX and SSE and, the big one, #pythran switched to xsimd from boost.SIMD and all tests are passing!


First day of the open-source scientific computing workshop on low-level interfaces with core developers of @sagemath @ProjectJupyter #cython #pythran #xtensor @OpenDreamKit.

I've forked @SimonDanisch 's nextjournal article to include a comparison of the speed of R, @graalvm, @JuliaLanguage and #Pythran (Python-to-C++ compiler). Julia and Pythran are equally fast! nextjournal.com/wolfv/how-fast… Shoutout to @usenextjournal it's nice & easy to mix languages!

À travers le projet Pythran, Serge Guelton nous montre des résultats prometteurs 👍 #Pythran #PyData #Python

Forked the awesome #pythran @numba_jit #numpy benchmarks from Serge (the pythran author) to add some xtensor-python benchmarks! Results look good! github.com/wolfv/numpy-be… #xtensor

1. #PyPy, #Numba, #Pythran & #Transonic with some changes in the original code improves performance remarkably. 2. Reduction in time to solution compensates for increased power requirement for multithreading. Article: rdcu.be/ciO0J Code:… pythondevs.social/notice/A6ZhFgG…

Something went wrong.
Something went wrong.
United States Trends
- 1. D’Angelo 316K posts
- 2. Erika Kirk 51.1K posts
- 3. Charlie 584K posts
- 4. Young Republicans 18.4K posts
- 5. #PortfolioDay 18.9K posts
- 6. Politico 182K posts
- 7. Presidential Medal of Freedom 76.2K posts
- 8. Pentagon 109K posts
- 9. Big 12 13.8K posts
- 10. Brown Sugar 22.4K posts
- 11. Jason Kelce 6,051 posts
- 12. Angie Stone 37.4K posts
- 13. Scream 5 N/A
- 14. Drew Struzan 32.1K posts
- 15. David Bell N/A
- 16. Venables 4,048 posts
- 17. Burl Ives N/A
- 18. Milei 290K posts
- 19. George Strait 4,387 posts
- 20. Rose Garden 14K posts