Nuacht

This post explains how to run a Python script in terminal or CMD. This is a quick and powerful way to access your programs and improve workflow.
Interested in learning Python? Jack Wallen takes you through your first steps in building a simple application to take user input and write it to a file.
Save this file with a .py extension and you can now run the script. You can run it by double-clicking on the script, running it in IDLE or even cmd using python {filename} ...