Explore >> Select a destination


You are here

pythonspeed.com
| | blog.m-ou.se
13.3 parsecs away

Travel
| | Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we'll extend our python!{} macro to make that happen.
| | www.peterbaumgartner.com
17.1 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:
| | stefan-marr.de
11.4 parsecs away

Travel
| | A look into the implementation details of CPython's Global Interpreter Lock (GIL) and how they changed between Python 3.9 and the current development branch that will become Python 3.13.
| | www.shuttle.dev
83.9 parsecs away

Travel
| This article talks about how you can use Actix Web to write a web application, covering routing, middleware, static files and databases.