# Python資料科學程式馬拉松-DAY1 # D01 NumPy 套件基本操作 套件安裝 `import numpy as np` 查numpy版本 ``` np.__version__ ``` --- 生成一個array ``` a = np.arrage() ``` 取偶數 ``` a[::2] ``` ###### tags: `Python資料科學馬拉松` `
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up