slow-tempo
  • 번외. Python/파이썬 라이브러리
    2024년 06월 28일 14시 25분 38초에 업로드 된 글입니다.
    작성자: slow-tempo

    .파이썬의 기본적으로 자주 쓰는 라이브러리 pip intall 모음.

     

    pip

     

    pip install --upgrade pip

     

    numpy

     

    pip install numpy

     

    matpolotlib

     

    pip install matplotlib

     

    pandas

     

    pip install pandas

     

    opencv

     

    pip install opencv-python

     

    excel

     

    pip install openpyxl

     

    sklearn

     

    pip install scikit-learn

     

    cupy

     

    cupy 11버전

    pip install cupy-cuda11x

    cupy 12버전

    pip install cupy-cuda12x
    댓글