Quote:This time I have added tags for youOk, sorry for that.
Returning to the issue, is this sequence of commands (typing in IDLE) correct (without modifying knn.py)
import sys sys.argv = [sys.argv[0], '--dataset', '../datasets/animals'] knn(sys.argv)Concerning IDLE alternative for Linux ... probably PyCharm ?
Quote:VSCode is not Visual Studio extension. It's a separate IDE from Visual Studio. There is indeed Python extension for Visual Studio, but that's not it.Ok, I did not notice this message before posting the mine.
Nevertheless which is better in your opinion (sorry for this probably stupid question) - VSCode or PyCharm ?