Python 經常使用標準庫介紹

python除了關鍵字(keywords)和內置的類型和函數(builtins),更多的功能是經過libraries(即modules)來提供的。 經常使用的libraries(modules)以下:   1)python運行時服務 * copy: copy模塊提供了對複合(compound)對象(list,tuple,dict,custom class)進行淺拷貝和深拷貝的功能。 * pickl
相關文章
相關標籤/搜索