Use of languages other than Python?

Hi,

Since this challenge is a little different than previous ones and requires search, I was wondering if languages other than Python are allowed to include in the final submission e.g. calling C++ or Rust scripts from inside a Python notebook.

Thanks,
Good luck to all.

Hi @MGoksu that is a great question. A majority of your code should be in Python (90% minimum), but if you have a few scripts that you are calling to do some heavy lifting in other languages please make sure you call it out in the notebook and that the languages have open-source licenses. Something to consider, is if you make it to final submissions, remember you will have to set up your own virtual environment with all the dependencies in 5 days.

Happy searching!

ThinkOnward Team

2 Likes