Learn multiple methods to list files in Python directories and store them in lists. Compare os.listdir(), pathlib, os.scandir(), and os.walk() with practical examples and best practices.