Hacker News new | ask | show | jobs
by __tobals__ 2497 days ago
pyforest lazy-imports all popular Python Data Science libraries so that they are always there when you need them. If you don't use a library, it won't be imported. When you are done with your script, you can export the Python code for the import statements (so that you don't violate the Zen of Python "explicit is better than implicit").

You can already pip install pyforest. It will be available on conda soon.