Well, probably I have to change for VSCode as you suggest.
But just to finish with IDLE ... is my comprehension of Larz approach correct if I proceed this way:
import sys
sys.argv = ['dataset', '../datasets/animals']
knn(sys.argv)
As I just saw VSCode is Visual Studio extension.
But I'm on Linux.
But just to finish with IDLE ... is my comprehension of Larz approach correct if I proceed this way:
import sys
sys.argv = ['dataset', '../datasets/animals']
knn(sys.argv)
As I just saw VSCode is Visual Studio extension.
But I'm on Linux.