-
Python]NumPy 예시코딩Coding/Mojo★Python파이썬 2022. 1. 14. 17:13728x90
https://numpy.org/doc/stable/user/quickstart.html
NumPy quickstart — NumPy v1.22 Manual
NumPy provides familiar mathematical functions such as sin, cos, and exp. In NumPy, these are called “universal functions” (ufunc). Within NumPy, these functions operate elementwise on an array, producing an array as output. See also all, any, apply_al
numpy.org
반응형'코딩Coding > Mojo★Python파이썬' 카테고리의 다른 글
파이썬 코딩 무료 강의 (활용편6) - OpenCV 이미지 처리, 얼굴 인식을 통한 캐릭터 씌우기를 해보아요 (0) 2022.01.22 1E. async & blocking HTTP clients - From Python to Rust (0) 2022.01.22 파이썬 기초 New 점프 투 파이썬 2022 최신 무료 강의-조코딩JoCoding (0) 2022.01.16 C/C++ dll로 만든 함수를 python에서 사용(feat. C types)-dgkim5360 (0) 2022.01.15 Python으로 웹브라우저를 제어할 수 있는 Selenium 만나보기 (0) 2021.12.22 파이썬 코딩 무료 강의 (활용편1) - 추억의 오락실 게임을 만들어 보아요. 3시간이면 충분합니다. [나도코딩] (0) 2021.12.18 Python REPL이란?(영어임,What is a REPL?) (0) 2021.11.28 Python과 C++의 비슷한 점과 차이점.(영문임) (0) 2021.11.28