I'd like to use numpy to make my program faster. The only part I want to use is string arrays. When I do
import numpy
it takes about 5 seconds to loop numpy, which is more time than the speedup I was looking to get for my normal program.
Is there a way to only load the string array part of numpy?