decoupling

Managing resources in a Python project

Managing resources in a Python project Question: I have a Python project in which I am using many non-code files. Currently these are all images, but I might use other kinds of files in the future. What would be a good scheme for storing and referencing these files? I considered just making a folder “resources” …

Total answers: 4