I\'m just starting out learning python with GEdit plus various plugins as my IDE.
Visual Studio/F# has a feature which permits the highlighting on a piece of text in th
If you wish to see the result of entire .py file, you can put this code in your new created external tool window
.py
#!/usr/bin/env python import sys exec(sys.stdin.read())
and change the Input to Current document.
Input
Current document