Hacker News new | ask | show | jobs
by javier10e6 1848 days ago
I read portability and rush to the link waiting to hear about pip and all other mayhems and I landed on a math page. Boy I need my coffee.
1 comments

Similarly, I thought "from fractions import Fraction" required a `pip install fractions`. But nope, turns out fractions is a built-in module I've never heard of. Neat!
Similarly, one of the most suprising things for me was that complex numbers are built into the language (no imports at all).