lettuce
- Karma
- 7
- Created
- January 14, 2017 (9y ago)
- Submissions
- 0
Software Developer from Vancouver, BC
my public key: https://keybase.io/deliriouslettuce
my proof: https://keybase.io/deliriouslettuce/sigs/ZRyQHaYmAI8IWjw6Zd3e9sgVcnErxTyf-8lKhIkcAds
github: https://github.com/delirious-lettuce
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…
> pyenv is now deprecated and venv is recommended Isn't it `pyvenv` that is deprecated? `pyvenv` != `pyenv`
For such basic functionality, is there any reason not to just use Python 3's `statistics` module? from statistics import mean, median, stdev, variance
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!