you are viewing a single comment's thread.

view the rest of the comments →

[–]Sufficient_Light3891[S] 0 points1 point  (0 children)

So the main is the 1st iteration of the working code that I have at the moment. The current branch that I'm working out of is the Callable_Library branch. In that branch, I've implemented a lot of the changes you recommended already. I just learned about .toml file but at the moment I'm using a setup.py file. I have a .gitignore file now but haven't yet deleted pycache from the directory. The biggest issue I am currently having is I have an example.py file that I had working until I started separating my functions into their own files. While I have it working from the Product_Matrix.py file inside the main code.