Recommended Python Version/Other Environment Configs

To make it convenient for you guys to run our code, do you guys have a recommended python version that we should use? Are there any other environment configurations that we should implement on our end to make sure our code is as compatible with your setup as possible? For example, my team will be using multiple OS’s (Windows and MacOS mainly), but at the end of the day we would also like to know if you guys will be running our code on a specific OS

Hi @kvelaz and welcome to the Onward Challenges Community :wave:

We recommend you use a Python version >= 3.9, and we also recommend using the pipreqs package for documenting what packages you are using in your environment.

Happy coding!

Onward Team