Python is one of the best programming languages ever. However, when your python project gets bigger with multiple packages and files, some things can get tricky. One is importing from different packages from different locations. I’ve had this problem and could not find a good solution without doing appending unimportable packages’ paths to the scriptsContinue reading “A minimal python packaging example”