KwickClips Python · 40 sec · free
How do you create a NumPy array from a list?
Short answer. Pass the list to np.array().
How can you tell an array from a list in output?
An array prints with spaces, not commas, like [88 75 92].
Remember
| np.array(list) makes an array |
| It prints without commas |
Print a NumPy array, and the commas disappear. Why? Import numpy as n p. N p dot array turns a list into an array. Arrays print with spaces, not commas. N p dot array makes an array. It prints without commas.
This clip is from the full lesson: Introduction to NumPy Arrays — 6 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 10 Artificial Intelligence (417), CBSE Class 11 Informatics Practices (065), CBSE Class 11 Artificial Intelligence (843), CBSE Class 12 Artificial Intelligence (843)
More KwickClips from this lesson
Why is NumPy fast?39 sec
Why does 1 print as 1. in np.array([1, 2.5, 3])?42 sec
What does [1, 2, 3] * 2 give?36 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

