To keep it simple, Linked lists are better than arrays because of its:
1) Dynamic size
2) Ease of insertion/deletion
I recommend enrolling in this Python Training Course by Intelllipaat to learn Python.
Also, you can watch this video on linked list in Python: