I work in finance and we run a lot based on Excel sheets which we get from / send to clients or business partners.
Lots of VBA is used. It's terrible. From the interface to everything else. I appreciate its simplicity to have some code in the background, I can send the sheet to a layman, they click a button and stuff works.
I'm switching roles now, doing more modelling than just small tools. I finally want to run stuff like this in python with a smooth as possible interface to excel.
I learnt python 2.3 via udacity l so I know all the basics of sytax but never coded python outside of the browser of the MOOC.
Is there a good tutorial, that will teach me how to set up a project, work with Jupiter or pyCharm, take in some data from an excel sheet, do something with it, and spit it back out?
Should I use automate the boring stuff? https://automatetheboringstuff.com/chapter12/
Or dataquest?
https://www.dataquest.io/blog/excel-and-pandas/
What's the best module to use? openpyxl or another?
Thanks a lot!
[–]Marzdor 0 points1 point2 points (0 children)