One of the most commonly used data structures in any programming language is lists. And the most popular programming language Python is no exception. In this article, we will learn how to determine the length of a list, and also understand possible pitfalls when determining the length of nested lists. This article will be useful not only for beginner programmers, but also for those who, for one reason or another, are looking for alternative methods for calculating the length of lists.