Thank you!Yes and no. As always, it depends...
With the PyWin32 library, Python is able to take advantage of COM technology and interface with Excel and other COM-capable software and do much the same things as what VBA can do. It doesn't have all the advantages of VBA, but what it does offer is usually enough for most people. Sigma Coding on Youtube offers a series of videos showing you how to use Python to access Excel / VBA:
Alternatively, you can use xlWings, Pandas, or OpenPyXl