• Allow numpy?

 

Would it be possible to enable numpy? I use it in pretty much all of my python code. I realize that certain challenges might become trivial with numpy functions (and for those should be disabled).

I've run into several cases where I'd like to operate on subsets of an array, and numpy would make that a lot less tedious.

.