The code currently has a lot of repeated calling of the same function with different parameters. Would make more sense to bundle those parameters into configuration dictionaries and then loop through those dictionaries to call the functions. This would make things considerable cleaner.
The code currently has a lot of repeated calling of the same function with different parameters. Would make more sense to bundle those parameters into configuration dictionaries and then loop through those dictionaries to call the functions. This would make things considerable cleaner.