Pip



pip/pip3 是 Python/Python3 函式庫管理工具, 可用來搜尋或下載安裝資料庫

安裝pip/pip3
在debian/unbuntu下利用apt-get 安裝pip or pip3
sudo apt-get install python-pip 
sudo apt-get install python3-pip 
pip/pip3使用語法
語法:利用pip/pip3安裝函式庫:
pip instll python函式庫
pip3 install python3函式庫

ex:安裝
  pip install numpy
  pip3 install numpy

ex:指定特殊版本條件,指定,或要求新於某個版本
  pip install numpy==1.1.2
  pip3 install numpy>=1.12

ex:反安裝
  pip uninstall numpy 
  pip3 uninstall numpy 

常用函式庫
numpy : the fundamental package for scientific computing 科學應用函式庫
scipy : the fundamental package for scientific computing(extenstion of numpy) 科學應用函式庫
matplotlib : plot lib 圖形的函式庫
jupyterlab : 利用網頁瀏覽器為界面類似mathmatica的使用界面
pandas :  high-performance, easy-to-use data structures and data analysis tools for the Python programming
tkinter : GUI