If you need to be the first one to know when any changes have been made on a website you can use this Python script. It compares the code of webpages every 5 minutes and tells you whether there are any differences have been made.
Python Tools
Python script, which scrapes first 10 job listings from Indeed.
For big python scripts it is better to gather all input variables from a separate config file. This is an example of how to read values from a config.txt
The networkx library is one of the easiest ways to model a graph in Python. In this article we will deal with the basic functionality of networkx.
In this article I will show how to crawl any website and collect all URLs of all links that it has. The registered users are also able to copy the whole script with additional function - writing to CSV and TXT files.