Hello quantconnect community, I've a bit new here.
I've been learning quantconnect's python documentation within the HTML editor, however the debugging/logging/testing methodology I've understood so far makes it difficult for me to learn the API better.

Is there any way I can just run the python script in my own environment, ( I use vim ) and use my own `print()` functions to see exactly what certain functions return? The builtin debug and log()s format the data and of course there's that max log size that I accidently fill everyday when accidently having a log() in onData() being ran.

Is there any way I can just run my script in my own environment using vim? Just running the script in the terminal?

Author