I have a code in python, multiple files. Is it better to merge them into a file? Is it better to split class and non-class code? And if I do have them in one file with global variables, how to deal with them with regards to procedures.  Is it the same in Python as in JS or every interpreted language is a specific case?