Ways to Iterate Through List in Python Using For Loop

Common way ( item in list)

Expression Statement

Loop Through in Range List Index

Loop Through to Get the List Item From Specific List Index To Specific List Index

The List Index for this Example is 2 to 4

Loop Through and Get the Specific List Item with Specific List Index

The List Index for this Example is 1 and 4

Loop Through From Item Index 0 to Item Index 5 , Increment of 2

Use enumerate to Loop Through to Get the Item Index and item Value