Hacker News new | past | comments | ask | show | jobs | submit login

Python does now have a distributable binary format: wheels (.whl files). A wheel contains everything already built for the target operating system/architecture, and installation consists solely of moving files into their destinations.

Also, I don't have the raw numbers to know for certain, but I suspect packages which have compiled extensions are more rare than pure-Python packages.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: