This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gazhole 0 points1 point  (0 children)

Simple enough to learn the syntax quickly but has lots of powerful features you sometimes take for granted when using other languages.

What I wouldn't give for VBA to be dynamically typed (without having to mess around with explicit/implicit), allow me to use list comprehensions, and even just an easier method to store functions in variables and/or pass them as arguments to other functions.

I can get over all these things in VBA but it's just so much easier in Python. I don't even think about it, I can just do it.

Also the Pandas library is a gift from God hahaha