python-mini-project
python-mini-project copied to clipboard
Which version of python does this repo use is it multiple or is it one???
I believe different projects written at different times may have different requirements. I'd suggest to go with the most recent Python3.11 That should make you able to run almost all the projects (bare speculation).
above 3.x
I believe it's multiple Python 3 versions. What could have changed drastically (worst case scenario) is that the libraries used may have changed some input settings, but if that happens, I believe it won't be such an issue.
Python version doesn't matter as long as the required dependencies are included in requirements.txt and README.md file