Run Python in Terminal | Python Tutorial for Beginners #pythonforbeginners

This Python tutorial for Beginners will guide you step-by-step how to run Python in Terminal using Notepad code editor.
Following steps are shown in the python tutorial :-

1) Write the python code on Notepad
2) Save the file with .py extension
3) Open the Notepad file clicking ‘open with edit’
4) Copy the location of the Python file thatvyou opened
5) Open the Terminal on your computer windows
6) Write cd followed by space followed by file location path
7) Click Enter key on your keyboard
8) Write python followed by space followed by file name
9) The terminal will display the python script
10) You can Run the python script from the Terminal now.

#programming
#pythonforbeginners #pythonprogramming #pythontutorial