Python Forum
Array module - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Array module (/thread-14927.html)



Array module - Meenu - Dec-25-2018

Hi All

I am not able to search and install array module.

Is using numpy.array the only way to create array data structure?

Python version - 3.7

Thanks
Meenu


RE: Array module - Gribouillis - Dec-25-2018

The array module is in the standard library, you don't need to install it.
import array