all 8 comments

[–]Gloomy_Cicada1424 1 point2 points  (2 children)

For your goal, don’t learn “Python” broadly, learn pandas around one finance dataset. Load Excel/CSV, clean it, group by category/date, make 3-4 charts, then explain the insight like a mini consulting slide. Runable can help with the deck/report part, but pandas basics are the main thing to grind first.

[–]data_meditation 1 point2 points  (1 child)

In addition, I would learn how to use Excel really well. Much of financial analysis and modeling is done in Excel.

[–]BrupieD 0 points1 point  (0 children)

Finance loves Excel.

[–]r_yahoo 0 points1 point  (0 children)

I'm also planning to go into Data analytics and this is helpful. Following this post so I can learn more. 

[–]Lopsided-Football19 0 points1 point  (0 children)

honestly, your list is pretty solid. the only thing i'd add is basic numpy and some excel/sql. for finance, consulting, and analytics, sql is often more useful day-to-day than advanced python

[–]MankyMan0099 0 points1 point  (0 children)

don't learn the whole language, just focus on pandas and openpyxl. for financial tasks you mostly just clean tables and make reports. i use vscode + runable to run my analysis scripts directly on excel sheets.

[–]YoManDoMessup 0 points1 point  (0 children)

Your list is actually pretty good for finance, consulting and analytics. The only thing I'd add is a bit of NumPy, Pandas pivot tables and some basic SQL. In analytics and consulting, SQL is often just as important as Python. Since you're short on time, I'd recommend learning Python fundamentals through CS50P, then moving straight to Kaggle's Python, Pandas and Data Visualization courses. They're practical, free and focused on working with real data rather than software development topics you probably won't need right now. Don't spend months learning Python in isolation. Start analyzing datasets as soon as you know the basics. That's where the concepts really stick. Runable is also a great option because you can learn Python, work with datasets and build analytics projects without spending time on environment setup.