Python Tools

Making a GIF animation using imageio - Python

Python code to merge images from a specified folder into a gif animation.

Python script to monitor changes on a webpage

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.

Network modeling in Python with networkx

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.

Generate and read config files in Python

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