I am creating a demo (and a potentially small application) for a financial accounting model. I use VBA / Excel to enter data (for example, with forms), calculate and present the results, and I also run SQL queries in the MS Access database from the VBA program. In principle, the functionality of these components serves me quite well (I understand that VBA is a bit outdated, not the smoothest). I have been doing this for some time (and I am developing some ancient experience of other languages, although I have never worked as a programmer), and to a large extent managed things and, it seems, could find programming errors that I make. However, I tend to go crazy in VBA when errors happen that really aren't caused by me, but because of the instability / flaws with VBA.
So my question is what I'm totally inexperienced with Python: could I basically do with Python, which I described above? Could you give me an idea of ββwhether Python is more stable and less error prone than VBA / Excel? (I am using Windows 7) Thanks for the consultation
source share