[Python] 引用套件: pyforest

pyforest 

https://pypi.org/project/pyforest/


pyforest:一次引入所有常用的Python Libraries

https://chanhts323.medium.com/pyforest-%E4%B8%80%E6%AC%A1%E5%BC%95%E5%85%A5%E6%89%80%E6%9C%89%E5%B8%B8%E7%94%A8%E7%9A%84python-libraries-bacb69e9bcdd


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


留言