Sunday, March 28, 2021

Python 筆記

Python 筆記

2021/02/21


https://pixabay.com/zh/illustrations/tech-circle-technology-abstract-3041437/

-----

Python

https://www.python.org/

PyCharm

https://www.jetbrains.com/pycharm/

一、保留字:Keywords。

https://tw511.com/a/01/3236.html

二、內建函式:Build-in Functions。

https://docs.python.org/3/library/functions.html

三、標準函式庫:Standard Libraries。

https://docs.python.org/3/library/

四、各類函式庫:NumPy、pandas、matplotlib、SciPy、scikit-learn、seaborn。

https://numpy.org/

https://pandas.pydata.org/

https://matplotlib.org/

https://www.scipy.org/

https://scikit-learn.org/stable/

https://seaborn.pydata.org/

五、周邊

https://riverbankcomputing.com/software/pyqt/intro

https://mariadb.org/

六、深度學習框架:Keras、TensorFlow、PyTorch。

https://keras.io/

https://www.tensorflow.org/

https://pytorch.org/

七、實戰:Kaggle。

https://www.kaggle.com/learn/overview

-----

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.