LXer: Python Lists
by LXer from LinuxQuestions.org on (#51T6N)
Published at LXer:
Python includes a number of sequential data types that allow you to store collections of data in an organized and efficient way. The basic sequence types are lists, tuples, and range objects.This article goes through the Python lists. We'll show you how to create a list, slice and sort a list, add or remove elements from a list and so on.
Read More...


Python includes a number of sequential data types that allow you to store collections of data in an organized and efficient way. The basic sequence types are lists, tuples, and range objects.This article goes through the Python lists. We'll show you how to create a list, slice and sort a list, add or remove elements from a list and so on.
Read More...