Saladsamurai
- 3,009
- 7
Hello! 
So I have some basic programming skills, but I have never done anything that interacts with the web. Here at work, we have a website that we have to go to in order to check the statuses of all of the jobs we have open. The website is awful in that you cannot run a report on all of the jobs at once. I want to develop a tool that goes to the website, loops through all of the jobs, and pulls the necessary data.
I just need a starting point for now. Is this something I can do with Python? Any thoughts are helpful.
Thanks!

So I have some basic programming skills, but I have never done anything that interacts with the web. Here at work, we have a website that we have to go to in order to check the statuses of all of the jobs we have open. The website is awful in that you cannot run a report on all of the jobs at once. I want to develop a tool that goes to the website, loops through all of the jobs, and pulls the necessary data.
I just need a starting point for now. Is this something I can do with Python? Any thoughts are helpful.
Thanks!