본문 바로가기 메뉴 바로가기

Python World

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Python World

검색하기 폼
  • 분류 전체보기 (51)
    • Basic (7)
    • Standard Library (4)
      • built-in functions (1)
    • OOP (1)
    • Web Crawling (2)
    • Test Driven Development (6)
    • Django (20)
    • Microservices (2)
    • Vue.js (1)
    • 구매후기 (1)
  • 방명록

numpy (1)
Numpy

pip install numpy import numpy as np a = np.array([1, 2, 3]) a.ndim(Dimensitons) a.shape(Shape) a.dtype(Data type) a.reshape([2, 4]) row, column, depth a.astype('int32') np.zeros([2, 3]) np.ones([2, 3]) np.empty((2, 3)) np.random.random((2, 3)) np.linspace(2, 10, 5) np.arange(2, 10, 2) np.arange(16) a = np.array([1, 2, 3, 4, 5, 6, 7, 8]) a[2] a[3:5] a[:4:2] = 0 a[::-1] a = np.arange(16, dtype='i..

카테고리 없음 2019. 7. 14. 23:33
이전 1 다음
이전 다음
최근에 올라온 글
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바