Explore >> Select a destination


You are here

jakevdp.github.io
| | www.peterbaumgartner.com
3.8 parsecs away

Travel
| | 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
0.3 parsecs away

Travel
| | Python examples demonstrating performance improvements using cython and numba
| | pythonspeed.com
3.9 parsecs away

Travel
| | Learn how to use the Profila profiler to find performance bottlenecks in your Numba code.
| | automationhacks.io
22.2 parsecs away

Travel
| 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.