Hacker News new | ask | show | jobs
by cozzyd 802 days ago
The key to efficient python is to have your code use as little python as possible in areas ehere performance matters. Write python like you write bash, as a way of connecting pieces written in more efficient languages.