3.9. Other Python Sequence TypesΒΆ

There are number of modules that add specialized sequence data structures often useful in certain situations.

Note

If you are interested in learning more about numpy, there is a online textbook by Nicolas Rougier, which includes a bibliography of other numpy resources.

Next Section - 3.10. Exercises