Submission timeline
2007–2026One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.
First comments on top threads
HN comment orderWith PyO3, I built the library to parse datetimes 10x faster than `datetime.strptime` in just a few lines of code: https://github.com/gukoff/dtparse It just calls the Rust's chrono library that does the parsing and wraps the result in a Python object. You can do it for any Rust library, it's very, very easy! The only slightly complicated part is the distribution. You need to use https://github.com/PyO3/maturin or https://github.com/PyO3/setuptools-rust, and of course, you need to have Rust installed on the…
I also wrote asyncio event loop, based on tokio-rs, using this binding. So it is possible to write complex python extensions in Rust. https://github.com/PyO3/tokio
Many thanks to Nikolay for authoring it!
Long time user of PyO3 and partially as contributor/maintainer. This framework is pretty much amazing. We used it heavily to optimize workloads in a safe and maintainable manner and can help you oxidize Python code bases
The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.
- Breakout years
- 2
- Total points
- 462
- Total comments
- 94
100+ points or 50+ comments
reference only — not used in Hall rules or ranking
reference only — not used in Hall rules or ranking
Every submission
| Date | Title as submitted | By | Points | Comments |
|---|---|---|---|---|
| 2017-07-25 | (First Release) PyO3: a Python-Rust Binding Library | Dowwie | 6 | 1 |
| 2017-07-26 | PyO3: Python Rust bindingFirst breakout | blacksmythe | 138 | 15 |
| 2021-01-29 | PyO3: Rust Bindings for the Python InterpreterBest thread · Latest 20+ point return | batterylow | 305 | 77 |
| 2022-07-27 | PyO3 – Python Extensions in Rust | aviramha | 5 | 1 |
| 2023-03-06 | Pyo3: Rust Bindings for the Python InterpreterHall induction | tosh | 1 | 0 |
| 2024-02-20 | Rust Bindings for the Python Interpreter | behnamoh | 1 | 0 |
| 2024-07-23 | Rust Bindings for the Python Interpreter | cglong | 2 | 0 |
| 2025-01-11 | Rust Bindings for the Python Interpreter | saikatsg | 2 | 0 |
| 2025-11-05 | Rust Bindings for the Python Interpreter | flashblaze | 2 | 0 |
