Linear Search is the most simple search algorithm, also known as "Brute Force". Learn how it works and how to implement it in Python.