I had a short 3-month course in University learning Java previously (the only project was coding the Sudoku game).
I'd like to learn a programming language that is most popular for general automation tasks. So far, I've picked up AHK and it has helped me with a lot of text expansion/app shortcuts and more.
Would like to advance further and accomplish the following, for example:
1 Go to this site: https://carousell.com/search/products/?query=12-35mm
2 Scrape all data that contains "Panasonic", "12-35mm" (Will it be difficult to scrape every page of these results?)
3 Grab price for price column. If price is misleading (e.g. $1 or below $X 4 value), search for price value ("$) within item description.
4 Tabluate results in Excel
5 Compare latest result to Average price.
6 If latest price lower than average price > Alert me via email.
Most of my automation projects will be something like that. What would be the best programming language, and which are the paid tutorials that can guide me to do exactly that?
I have narrowed it down to Import.IO and Python; but I might be wrong.
This course seems useful but I'm not sure whether it will teach me ALL that I need to complete this personal project.
https://www.udemy.com/automate/
Please advise, thanks!