Codetorial Python NumPy Matplotlib PyQt5 BeautifulSoup xlrd/xlwt PyWin32 PyAutoGUI TensorFlow Tips&Examples Ko  |  En
  • Home
  • Search

Contents

  • NumPy - 수학/과학 연산을 위한 파이썬 패키지
  • NumPy 기초
    • NumPy 어레이
    • numpy.ndarray 클래스
  • NumPy 어레이 만들기
    • np.array() 사용하기
    • 2차원 어레이 만들기
    • 타입 지정하기 (dtype)
    • np.zeros(), np.ones(), np.empty() 사용하기
    • np.arange() 사용하기
    • np.linspace() 사용하기
  • NumPy 어레이 출력하기
    • NumPy 어레이 출력 레이아웃
    • 1, 2, 3차원 어레이 출력하기
    • 큰 어레이 출력하기
    • 어레이 전체 출력하기
  • NumPy 기본 연산
    • 어레이의 산술 연산
    • 어레이의 곱 연산, 행렬곱 연산
    • 어레이의 할당 연산
    • Upcasting
    • 단항 연산 - sum(), min(), max()
    • 특정 축에 대한 연산 적용
  • NumPy 범용 함수 (ufunc)
    • 예제
  • NumPy 인덱싱/슬라이싱/이터레이팅
    • 인덱싱 (Indexing)
    • 슬라이싱 (Slicing)
    • 이터레이팅 (Iterating)
  • NumPy 어레이 형태 다루기
    • 어레이 형태 바꾸기
    • 어레이 합치기
    • 어레이 쪼개기
  • NumPy 난수 생성 (Random 모듈)
    • random.rand()
    • random.randint()
    • random.randn()
    • random.standard_normal()
    • random.normal()
    • random.random_sample()
    • random.choice()
    • random.seed()
  • NumPy 다양한 함수들
    • numpy.absolute
    • numpy.add
    • numpy.allclose
    • numpy.amax
    • numpy.amin
    • numpy.append
    • numpy.arange
    • numpy.arccos
    • numpy.arccosh
    • numpy.arcsin
    • numpy.arcsinh
    • numpy.arctan
    • numpy.arctanh
    • numpy.argmax
    • numpy.argsort
    • numpy.around
    • numpy.array_equal
    • numpy.array_split
    • numpy.array
    • numpy.cbrt
    • numpy.ceil
    • numpy.clip
    • numpy.concatenate
    • numpy.copy
    • numpy.cos
    • numpy.cosh
    • numpy.deg2rad
    • numpy.delete
    • numpy.digitize
    • numpy.divide
    • numpy.dot
    • numpy.empty_like
    • numpy.empty
    • numpy.equal
    • numpy.exp
    • numpy.exp2
    • numpy.expm1
    • numpy.fabs
    • numpy.fix
    • numpy.floor_divide
    • numpy.floor
    • numpy.full_like
    • numpy.full
    • numpy.greater_equal
    • numpy.greater
    • numpy.identity
    • numpy.insert
    • numpy.isclose
    • numpy.less_equal
    • numpy.less
    • numpy.linspace
    • numpy.loadtxt
    • numpy.log
    • numpy.log1p
    • numpy.log2
    • numpy.log10
    • numpy.matmul
    • numpy.mean
    • numpy.mod
    • numpy.multiply
    • numpy.ndarray.flatten
    • numpy.ndarray.shape
    • numpy.negative
    • numpy.nonzero
    • numpy.not_equal
    • numpy.ones_like
    • numpy.ones
    • numpy.polyfit
    • numpy.positive
    • numpy.power
    • numpy.rad2deg
    • numpy.random.rand
    • numpy.random.randint
    • numpy.random.randn
    • numpy.random.seed
    • numpy.random.standard_normal
    • numpy.reciprocal
    • numpy.remainder
    • numpy.repeat
    • numpy.reshape
    • numpy.rint
    • numpy.round_
    • numpy.savetxt
    • numpy.set_printoptions
    • numpy.sign
    • numpy.sin
    • numpy.sinh
    • numpy.split
    • numpy.sqrt
    • numpy.square
    • numpy.std
    • numpy.subtract
    • numpy.sum
    • numpy.take
    • numpy.tan
    • numpy.tanh
    • numpy.tile
    • numpy.transpose
    • numpy.tril
    • numpy.triu
    • numpy.true_divide
    • numpy.trunc
    • numpy.var
    • numpy.where
    • numpy.zeros_like
    • numpy.zeros
  • NumPy 상수
    • numpy.inf
    • numpy.nan
    • numpy.NINF
    • numpy.NZERO
    • numpy.PZERO
    • numpy.e
    • numpy.euler_gamma
    • numpy.newaxis
    • numpy.pi

Tutorials

  • Python Tutorial
  • NumPy Tutorial
  • Matplotlib Tutorial
  • PyQt5 Tutorial
  • BeautifulSoup Tutorial
  • xlrd/xlwt Tutorial
  • Pillow Tutorial
  • Googletrans Tutorial
  • PyWin32 Tutorial
  • PyAutoGUI Tutorial
  • Pyperclip Tutorial
  • TensorFlow Tutorial
  • Tips and Examples






공유하기

Python Tutorial
PyQt5 Tutorial
Pillow Tutorial
PyAutoGUI Tutorial
Tips & Examples
NumPy Tutorial
BeautifulSoup Tutorial
Googletrans Tutorial
Pyperclip Tutorial
Matplotlib Tutorial
xlrd/xlwt Tutorial
PyWin32 Tutorial
TensorFlow Tutorial


문의 및 수정 요청
codetorialmaster@gmail.com


© 2019-2021 | codetorial.net