Mithro86
Results
3
comments of
Mithro86
I did some testing comparing your code to a VBA version. pycatia ~ 5s VBA ~ 2.3s Something I noticed was that when using pycatia the display is refreshed. You...
Correction: caa.refresh_display = True --> 6s caa.refresh_display = False --> 5s
So, thanks to this I got exposed to dealing with early and late bindings for the first time. I will never be the same. Hahaha I did a test with...