Run your python source file (.py) using F5 or F6!
- Windows
- Add the directory of python.exe to
PATH.
- Open a .py file.
- Hit
F5orF6to run.
- It will save the file in current editor immediately without a confirmation, be aware.
- Using
python.exe- Almost the same console with python IDLE, which provides syntax error and runtime error messages.
- CodeBlocks debug console style
- Shows return value and execution time
- It is a rough time based on real time rather than CPU kernel time or CPU user time
- Shows return value and execution time
- New an issue if you have any idea of new features.
This is a package for Atom

