home.social

Search

1000 results for “numba”

  1. NUMBA ONE ON TOP ✨

    No. 1 @[email protected] clinches the Series WIN in Game 3, 9-6 against No. 13 Oregon!

    #NCAABaseball

  2. Numbaaaa 2️⃣ : pack Playsim, avec notamment les Bright Memory et deer simulator. Beaucoup de jeux asiatiques et design manga : 19 jeux 13.24€ au lieu de 235.86€ humblebundleinc.sjv.io/CDS-Pac
    #CDS #LaCléDesShops #Actu #gaming #Bonplan

  3. I just released v1.1.0 of Complexitty, my little #Mandelbrot explorer for the #terminal. This release is all about an optional method of making it faster.

    #python #programming #textual #numba

    blog.davep.org/2026/02/28/comp

  4. Currently playing with adding optional support to Complexitty; my plotter for the . The speedup is okay.

    Given this zoom and position, on my M2 Mac mini, 0.8 seconds. With Numba: 0.2 seconds.

    I should give it a spin on my M2 Pro mini.

    Without Numba on my 2019 Intel MacBook Pro the same spot takes about 2 seconds.

  5. Currently playing with adding optional #Numba support to Complexitty; my #Mandelbrot plotter for the #terminal. The speedup is okay.

    Given this zoom and position, on my M2 Mac mini, 0.8 seconds. With Numba: 0.2 seconds.

    I should give it a spin on my M2 Pro mini.

    Without Numba on my 2019 Intel MacBook Pro the same spot takes about 2 seconds.

    #Python #programming

  6. Currently playing with adding optional #Numba support to Complexitty; my #Mandelbrot plotter for the #terminal. The speedup is okay.

    Given this zoom and position, on my M2 Mac mini, 0.8 seconds. With Numba: 0.2 seconds.

    I should give it a spin on my M2 Pro mini.

    Without Numba on my 2019 Intel MacBook Pro the same spot takes about 2 seconds.

    #Python #programming

  7. Currently playing with adding optional #Numba support to Complexitty; my #Mandelbrot plotter for the #terminal. The speedup is okay.

    Given this zoom and position, on my M2 Mac mini, 0.8 seconds. With Numba: 0.2 seconds.

    I should give it a spin on my M2 Pro mini.

    Without Numba on my 2019 Intel MacBook Pro the same spot takes about 2 seconds.

    #Python #programming

  8. We're running one of our regular community drop-in sessions today, 09:30 - 11:30 UK time.

    This is an opportunity to have a chat with the Numbas development team and other members of the community about anything to do with Numbas. You could learn more about Numbas, ask for help writing questions or deploying Numbas exams, talk about what you’ve been doing, make a feature request, hear what we’re planning to develop next, or just hang out with us for a while.

    To join the session and for a calendar of upcoming dates, go to numbas.org.uk/drop-in/

    #Numbas #eAssessment #math #maths #education

  9. This week we're running an open drop-in session on Thursday 16th, from 13:00 to 15:00 UK time.

    Go to numbas.org.uk/drop-in/ to get the link to join, or to add the drop-in sessions to your calendar.

    This is an opportunity to have a chat with the Numbas development team and other members of the community about anything to do with Numbas. You could learn more about Numbas, ask for help writing questions or deploying Numbas exams, talk about what you’ve been doing, make a feature request, hear what we’re planning to develop next, or just hang out with us for a while.

    We hope to see you there!

    #numbas #eAssessment #math #maths

  10. @nen while still on Python, have you tried scientific computation speed up things like #Numba ? Also, I once saw a #Cython talk and I was almost convinced to give it a go (but I'm too lazy) :D

  11. @nen while still on Python, have you tried scientific computation speed up things like #Numba ? Also, I once saw a #Cython talk and I was almost convinced to give it a go (but I'm too lazy) :D

  12. @nen while still on Python, have you tried scientific computation speed up things like #Numba ? Also, I once saw a #Cython talk and I was almost convinced to give it a go (but I'm too lazy) :D

  13. @nen while still on Python, have you tried scientific computation speed up things like #Numba ? Also, I once saw a #Cython talk and I was almost convinced to give it a go (but I'm too lazy) :D

  14. Please drop in to our open session today, running from 10:00 to 12:00 GMT (UK time).

    Get the joining link at numbas.org.uk/drop-in/

    You can ask us questions about Numbas, talk about what you're doing, or just have a chat with the Numbas team and other Numbas users.

    Christian would like some feedback on the new theme he's working on.

    #numbas #eAssessment #maths #Education

  15. We've just released v8.0 of Numbas.
    There are two important changes: students' answers are now automatically submitted, and the exam feedback settings have been rearranged to make them easier to understand.

    Read all about it in the announcement post on the Numbas blog: numbas.org.uk/blog/2024/09/dev

    #Numbas #SoftwareRelease #assessment #eAssessment

  16. Reminder: @numba is an *excellent* accelerator for numeric computations in Python. Also, issues with Python's stability are greatly exaggerated. Case in point: I just ran my 8yo n-body benchmarks without modification:

    github.com/jni/nbody-numba

    and they were just 10% slower than the fastest C code — and that's including all the Python launch time and JIT warmup!

  17. After ELF 🧝🏻‍♀️comes PIXIE 🧚‍♀️ -- a new way to perform cross-language AND cross-module optimization. Come join the demo during our public meeting next week: numba.discourse.group/t/pixie-

  18. The numbat (AKA the banded anteater) is a small endangered marsupial found in Australia. They have a long sticky tongue which helps them to catch the termites they eat. Numbats live in eucalyptus forests where old fallen trees provide shelter and good foraging opportunities. Female numbats do not have a pouch; instead they have skin folds and special hairs to help keep their young attached to the nipple.

    #WildlifeIllustration #illustration

  19. Почему Python + Numba обгоняет C? Эксперимент с алгоритмом прогонки

    Все знают, что C быстрее Python. Но мы провели эксперимент с алгоритмом прогонки и обнаружили, что Numba (JIT-компилятор для Python) обгоняет наивный C на 20–25%. Разбираемся, почему так происходит, и сравниваем точность float32/float64.

    habr.com/ru/articles/1012122/

    #Python #C #Numba #NumPy #производительность #алгоритмы #численные_методы #оптимизация #прогонка

  20. Почему Python + Numba обгоняет C? Эксперимент с алгоритмом прогонки

    Все знают, что C быстрее Python. Но мы провели эксперимент с алгоритмом прогонки и обнаружили, что Numba (JIT-компилятор для Python) обгоняет наивный C на 20–25%. Разбираемся, почему так происходит, и сравниваем точность float32/float64.

    habr.com/ru/articles/1012122/

    #Python #C #Numba #NumPy #производительность #алгоритмы #численные_методы #оптимизация #прогонка

  21. Почему Python + Numba обгоняет C? Эксперимент с алгоритмом прогонки

    Все знают, что C быстрее Python. Но мы провели эксперимент с алгоритмом прогонки и обнаружили, что Numba (JIT-компилятор для Python) обгоняет наивный C на 20–25%. Разбираемся, почему так происходит, и сравниваем точность float32/float64.

    habr.com/ru/articles/1012122/

    #Python #C #Numba #NumPy #производительность #алгоритмы #численные_методы #оптимизация #прогонка

  22. Почему Python + Numba обгоняет C? Эксперимент с алгоритмом прогонки

    Все знают, что C быстрее Python. Но мы провели эксперимент с алгоритмом прогонки и обнаружили, что Numba (JIT-компилятор для Python) обгоняет наивный C на 20–25%. Разбираемся, почему так происходит, и сравниваем точность float32/float64.

    habr.com/ru/articles/1012122/

    #Python #C #Numba #NumPy #производительность #алгоритмы #численные_методы #оптимизация #прогонка

  23. 📢 Refonte du site NumBA, une collaboration renouvelée #Cirad- #BnF pour valoriser les collections patrimoniales sur l’histoire de l’agronomie tropicale. Un dispositif "Gallica marque blanche" #OpenAccess #scienceouverte 👉En savoir plus : bit.ly/Portail_Cira...

  24. Ubuntu 24.04 (Noble Numbat) Now Available for VPS Servers

    Users now have additional Operating System choices to use with #Ubuntu VPS servers. Ubuntu 24.04 has just been added to the available OS templates for VPS servers. This template is available for immediate deployment and can be selected from the "OS Reinstall" menu in the Server Panel for existing servers.
    What's new in Ubuntu ...
    Continued 👉 blog.radwebhosting.com/ubuntu- #vpstemplate #ostemplates #operatingsystem #vpsplatform #vpsservers