Interesting, never thought about using python as an excel replacement. Definitely wouldn’t work in my current work setting. But I just started taking a python class and I’ll have to keep this in mind.
Once you get the basics of Python, you need to learn the Pandas library. Also, check out Jupyter notebooks right now, is going to make your life easier.
Also in finance, hate excel, use python for everything, all my scripts still end with pd.to_excel() because I’m not the only person on the company.
Interesting, never thought about using python as an excel replacement. Definitely wouldn’t work in my current work setting. But I just started taking a python class and I’ll have to keep this in mind.
Once you get the basics of Python, you need to learn the Pandas library. Also, check out Jupyter notebooks right now, is going to make your life easier.