
AI use case of the day:
Automating stock market research đ
Yesterday, I shared a post comparing the AI boom to the Dotcom bubble, backed by an Excel table of data.
I didnât manually populate that table. AI did it for me.
I used ChatGPT to write a Python script that automatically pulled stock market data and formatted it into an Excel sheet.
How I did it in 3 (extremely) simple steps:
1ď¸âŁÂ Prompt ChatGPT to write a Python script that retrieves the data I need.
2ď¸âŁÂ Copy-paste the code into Google Colab (extremely easy tool).
3ď¸âŁÂ Run the script and download the resulting CSV.
Before AI, I would have taken ages (if ever) to learn Python and debug the script.
Now it took me minutes.
If this isnât a complete revolution, I donât know what is.
Oh, and I used Perplexity to find old articles about tech bubbles. Also took me one minute.