Hacker News new | ask | show | jobs
by OJFord 1339 days ago
These are both like numpy & pandas in always documenting with `import longname as ln` right? I think they bring it on themselves.
1 comments

No, it's worse, if you `pip install scikit-learn` you get a library importable as `import sklearn`. It's more than a usage or documentation issue, the code itself doesn't match the name on the can.

(and `pip install beautifulsoup4` lets you `import bs4`)