Thursday, June 22, 2017

Learn Python

Install IDLE (Integrated Development and Learning Environment)
        sudo apt-get install idle

Use Run Notepad++ to run python script
        In Notepad++ press [F5] or Run->Run...
        Paste this line in to the box "X" "$(FULL_CURRENT_PATH)"
                Change X with full path to your python.exe
                Set hotkey, I prefer Alt+R
        Goodluck!