I was wondering if there is a way to run only the newly added portion of a python script?
Usually I add a few lines of codes in the end of my script but I have to run the whole script to reach them and see the results. It is very time consuming specially if I have many lines of codes above. Sometimes when previous results are already saved on the local hard drive by previous runs, I use triple-quoted strings not to run previous line of the script.
Is there any other method to mange this more effectively?