Knowing how to use a Python List is probably one of the most important things for any Python developer, and for people who just started coding in Python, they sometime get confused with append, extend, and insert methods when using a List method.
In this tutorial I will quickly go over the difference between Append, Extend, and Insert methods of a Python List and how to use them.