Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lettuce
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
lettuce
9y ago
PGP might be easier to clone (duplicate private/master keys?) without tipping off the other party like many end-to-end messengers do when you switch devices. B told Justice Janice Dillon that he sent a message to Kim on a Blackberry t
2.
▲
by
lettuce
9y ago
> pyenv is now deprecated and venv is recommended Isn't it `pyvenv` that is deprecated? `pyvenv` != `pyenv`
3.
▲
by
lettuce
9y ago
For such basic functionality, is there any reason not to just use Python 3's `statistics` module? from statistics import mean, median, stdev, variance
4.
▲
by
lettuce
9y ago
Fluent Python is a great book. I found Luciano Ramalho's writing style very easy to follow and his knowledge of Python is extensive. Looks like Effective Python should be next on my reading list!