I am just starting to learn python using GEdit plus various plugins as my IDE.
Visual Studio / F # has a function that allows you to select a piece of text in the code window, which is then launched on the keyboard in the F # console.
Is there a similar object / plugin that would enable this behavior for GEdit / Python? I have various runtime type plugins (Run In Python, Better Python Console), but they do not give me this particular behavior - or at least I'm not sure how to configure them to give me this. I find this useful, because while studying python, I have some test code, I want to execute separate single lines or small segments of code (rather than a complete file) in order to try to understand what they are doing (and copy / paste may get a bit tedious)
... or maybe there is a better way to do code research?
Many thanks
Simon
source
share