728x90
quickstart
-
Python/NumPy/Quickstart코딩/Python 2024. 7. 10. 19:52
https://numpy.org/doc/stable/user/quickstart.html의 번역본.PrerequisitesYou’ll need to know a bit of Python. For a refresher, see the Python tutorial.To work the examples, you’ll need matplotlib installed in addition to NumPy.Python을 조금 알아야 한다. 복습하려면 Python 튜토리얼을 참조하라.예제를 작업하려면 NumPy 외에 matplotlib도 설치해야 한다.Learner profileThis is a quick overview of arrays in NumPy. It demonstrates how n-dimensional ..