PythonByteSize
  • Home
  • Detailed Videos
  • 1-Minute Videos
  • Exercises
  • Donate
  • Computing Topics
  • Mathematics
  • Educators
  • Contact
  • About

11.4. ​Creating and initialising a fixed size Python list

In this tutorial I look at how to create and initialise a fixed size Python list. Whilst pointing out that you should not really regard a list as fixed in size (just because the arrays of other languages are fixed in size). A Python list is similar to arrays of other languages but they are not the same. For example a list can store mixed types in its elements and a list can grow and shrink its length as expressed by the number of its elements.
<< Previous Video
Next Video >>

Please consider donating to help with the costs incurred in developing this website.             Donate >>