|
You are here |
jakevdp.github.io | ||
| | | | |
www.peterbaumgartner.com
|
|
| | | | | Since starting work at Explosion, I've been trying to learn more about Cython. About 16% of spaCy's codebase is Cython, so I decided to pick up a book and learn from that. I did a few example projects and started thinking: now that types are cool in python, why don't more people use Cython? In case you're unfamiliar with Cython, here's my incremental and oversimplified explanation of what Cython can do: | |
| | | | |
gouthamanbalaraman.com
|
|
| | | | | Python examples demonstrating performance improvements using cython and numba | |
| | | | |
pythonspeed.com
|
|
| | | | | Learn how to use the Profila profiler to find performance bottlenecks in your Numba code. | |
| | | | |
automationhacks.io
|
|
| | | Redis is a powerful in-memory data store that could be used for a variety of test automation use cases. In this post, we setup a redis server on an ubuntu VM and see how we can use redis-cli and a simple Kotlin class to interact with our server. | ||