pyforest
https://pypi.org/project/pyforest/
pyforest:一次引入所有常用的Python Libraries
Python|偷懶神器-pyforest
https://www.mdeditor.tw/pl/pims/zh-tw
Import all Python libraries in one line of code
https://towardsdatascience.com/import-all-python-libraries-in-one-line-of-code-86e54f6f0108
pyforest也是python的一個第三方庫,目的旨在讓大家不必在每一篇程式碼前加無數行的import來匯入方法,而是僅僅通過「from pyforest import *」程式碼就能同時匯入很多個庫,所謂很多個庫係指旨import超過99%的庫包括os, pandas, NumPy, matplotlib.pyplot, seaborn等的流行庫。因為這在資料處理方面用的很多,可以在寫程式碼時變得簡單一步,告別import的繁瑣過程。
#pyforest
留言
張貼留言