Viewing profile — lettuce
lettuce
HN member- Joined
- Sat, Jan 14, 2017, 9:28 PM UTC
- HN karma
- 7
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About lettuce
my public key: https://keybase.io/deliriouslettuce
my proof: https://keybase.io/deliriouslettuce/sigs/ZRyQHaYmAI8IWjw6Zd3e9sgVcnErxTyf-8lKhIkcAds
github: https://github.com/delirious-lettuce
Recent public activity
-
comment
Comment #16565355
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 …
-
comment
Comment #16440251
> pyenv is now deprecated and venv is recommended Isn't it `pyvenv` that is deprecated? `pyvenv` != `pyenv`
-
comment
Comment #15209076
For such basic functionality, is there any reason not to just use Python 3's `statistics` module? from statistics import mean, median, stdev, variance
-
comment
Comment #14723304
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 m…