Python How To 4 minute read How to Get File Size in Python?November 24, 2021 There are different ways to get file size in Python. We will be using the os module and the pathlib module to check the file size. OS module in Python… View Post