I am upto creating a lookup table for a Human modelling software, Makehuman I have to translate its scale into real world metric scale for that I am creating lookup tables. It has 25 parameters that needs to be varied, I am using nested for loops for that and store values finally in database SQlite . Please anyone tell me how can I modify my code or use some other technique to overcome this exception, because this has to run anyhow for the completion of my project.
Thank You.
Use itertools
module over loops...