Apr-21-2017, 09:14 AM
(Apr-21-2017, 12:12 AM)metulburr Wrote: However there is numpy.array which can be used for large amount of data.
There is also simply (seldom used) array, which is more or less in style of C arrays - with limitation to numeric types only.
Test everything in a Python shell (iPython, Azure Notebook, etc.)
- Someone gave you an advice you liked? Test it - maybe the advice was actually bad.
- Someone gave you an advice you think is bad? Test it before arguing - maybe it was good.
- You posted a claim that something you did not test works? Be prepared to eat your hat.