I wrote a script to scrape some web data in Python27. But with certain websites, the script gets stuck and seems to run forever.
Is there a way to follow what it is working on while the script is running?
I would like to understand where it is getting stuck, or if in fact it is doing something.
I'm new python. But I'm a little more familiar with Ruby on Rails. So I'm imagining something like watching the console in Rails while navigating the app after launching with 'rails s'.