top | item 39194316

(no title)

IshanMi | 2 years ago

I still remember discovering & using numba for the first time in university. At the time I didn't know any programming languages except for Python, and wasn't super great at Python either. We had to write and run molecular simulations for our numerical methods and simulations class, and people were writing their code in C/C++ and were blazing through it. I remember finding out about Numba through the High Performance Python O'Reilly book, and by just adding a single @jit decorator, my simulations were dramatically faster.

Amazing stuff, honestly felt like black magic at the time.

discuss

order

IanOzsvald|2 years ago

That's my book :-) Micha and I are working on the 3rd edition right now. Cheers!

mafro|2 years ago

Amazing! Any idea when the third edition will be published?

Thanks for your work on this