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.
- Using
python.exe- almost the same console with python IDLE
- CodeBlocks debug console style
- shows return value and execution time
