Comment by joshdavham
Comment by joshdavham 6 days ago
Python packages written in low-level languages like C/C++ and Rust.
There are currently so many cool open source projects in the python ecosystem that involve writing python packages in low-level languages. But unfortunately, I've barely written any low-level code since university, so these projects are effectively out of reach for me at the moment.
However, I do plan on learning Rust sometime later this year and there are number of smaller projects that I plan on working on!
C is not as hard to get into as you might think, and probably necessary to be at least a little bit comfortable with if you want to write Python libraries or understand Python internals. I would suggest Beej’s guide, if you’re looking for a place to start!
https://beej.us/guide/bgc/