Tooltip
These resources have been reviewed and selected by STEM Learning’s team of education specialists for factual accuracy and relevance to teaching STEM subjects in UK schools.

Python 3: Sequences

This intermediate-level resource for those learning to program with Python 3.x looks at lists (called arrays in other languages), strings and tuples. It covers the main features of these sequences, including the differences between them, how the elements of each are referenced, and some of the functions and calculations that can be applied to them.

Tutorial sections are also included on:

• how to convert lists to tuples (and vice versa)

• how to ‘unpack’ them

• locating elements in list with positive and negative indices

• slicing lists

• ranges as sequences

• modifying lists with a range of functions (tuples cannot be modified)

• working with lists of lists

• defining constants and using them in triangular lists

Each section contains a short set of exercises – these can be carried out using a Python interpreter or can be set as a ‘computational thinking’ mental challenge. A summary of the available operations for lists, and for all sequences, is found at the end of the document.

Show health and safety information

Please be aware that resources have been published on the website in the form that they were originally supplied. This means that procedures reflect general practice and standards applicable at the time resources were produced and cannot be assumed to be acceptable today. Website users are fully responsible for ensuring that any activity, including practical work, which they carry out is in accordance with current regulations related to health and safety and that an appropriate risk assessment has been carried out.

Information on the permitted use of this resource is covered by the Category Three Content section in STEM Learning’s Terms and conditions.

Lists that tag this content