Hacker News new | ask | show | jobs
by dr_zoidberg 3643 days ago
While Cython was made to "write C with Python", it also allows you to write wrappers to use C libraries from python, and quite easily too (compared to other alternatives).