In this video , we are going to see how manys ways we can run our python program in our system. There are two ways of running python program 1)Interactive mode 2)Scripting Mode Using Interactive interpreter prompt- Python provides us the feature to execute the python statement one by one at the interactive prompt. Using a script file- We need to write our code into a file which can be executed later. For this purpose, open an editor like notepad, create a file named first.py (python used .py extension) and write the following code in it. Ways of running Python Program | Interactive Mode | Scripting Mode | Python Tutorial #5 Learn Python in One Video in Hindi : https://youtu.be/7GYHAJdHFbE Learn Core Java Basics : https://youtu.be/9yBlFPKiCdY Learn Servlet in Hindi: https://www.youtube.com/playlist?list=PL0zysOflRCel5BSXoslpfDawe8FyyOSZb Learn JDBC Programming : https://www.youtube.com/playlist?list=PL0zysOflRCenjuvOwumYLG9TCsEQZrV2M Learn c,java,python,kotlin basics : https://www.onlyjavatech.com/ TechSoft INDIA official website: https://www.techsoftindia.co.in/ Durgesh Tiwari Website : https://www.durgeshkumartiwari.com/ Follow me on Instagram: https://www.instagram.com/durgesh_k_t/