I still don't really understand why someone would choose to use NumPy when the numerical story in Rust is now so good.
NumPy Tricks and Pitfalls
11–20 of 28 posts
Re: NumPy Tricks and Pitfalls
#12I still don't really understand why someone would choose to use NumPy when the numerical story in Rust is now so good.
Re: NumPy Tricks and Pitfalls
#13I still don't really understand why someone would choose to use NumPy when the numerical story in Rust is now so good.
Re: NumPy Tricks and Pitfalls
#14Whats the funnest thing you guys made with NumPy?
Re: NumPy Tricks and Pitfalls
#15I still don't really understand why someone would choose to use NumPy when the numerical story in Rust is now so good.
So for the majority of numpy users Rust competes with the likes of Numba, Cython, etc, which are hard to beat if you’re already coding in Python.
Re: NumPy Tricks and Pitfalls
#16I still don't really understand why someone would choose to use NumPy when the numerical story in Rust is now so good.
Every once in awhile /r/rust will get a numerics post & discussion will mostly concede that there's still a ways to go to make this field ergonomic
Re: NumPy Tricks and Pitfalls
#17I'm an engineering student that does programming and am wondering, can I ask what are some good resources to gain the appropriate background that would allow me to understand more of this notebook? I have used tools like Numpy but probably not very efficiently without understanding their strengths and weaknesses. What books or online courses should I look into to know about memory, flops, and things like that? I shou…
Re: NumPy Tricks and Pitfalls
#18https://notebooks.azure.com/smortaz/libraries/advanced-numpy...
Click Clone, Sign in, then Run
Re: NumPy Tricks and Pitfalls
#19I uploaded to Azure Notebooks in case anyone wants to run it w/o setting up an environment: https://notebooks.azure.com/smortaz/libraries/advanced-numpy... Click Clone, Sign in, then Run
https://cocalc.com/share/4a5f0542-5873-4eed-a85c-a18c706e8bc...
Click "Open in CoCalc", then select all, copy.
Re: NumPy Tricks and Pitfalls
#20Earlier quoted context omitted.
Yes! There's many ways to learn. One way is essentially the brute force method: Google every Single thing until you get it. That's how I learned Nimoy when doing some basic image analysis.
I use a depth-first tree traversal to learn a subject. Start at something broad like "physics" and work your way down each sub-topic.