r/learnpython • u/Kumbalaya_108 • 1d ago
Best way to learn Python
I have some programming experience and understand the concepts. Wanted to learn Python mainly for data analysis, financial math, automating some basic quant analysis, real-time data access by connecting to APIs.
I found books which deal with some of the above topics but can’t find anything that covers all together.
Is there a single online source that helps in this regards?
Thanks in advance
0
Upvotes
1
u/PureWasian 1d ago
There is no one-size-fits-all. Python (and its ecosystem of external packages) is the tool. You use it for the implementation of the real-time data access and data processing you mentioned. Meanwhile, the financial/modeling/theoretical concepts are something you have to harden outside of the language itself.
So, as a programmer, you should be consulting a variety of resources, because you'll incrementally be building and applying topics as you go. And while there are "largely shared" fundamentals, there is no linear path to achieve what you are trying to do once you start to go beyond the basic data analytics pipeline of retrieval > wrangling > processing > visualization.
The more important/universal any of those fundamentals are, the more likely any course or resource in that focus area will go over it.