{"id":169,"date":"2022-11-22T11:43:21","date_gmt":"2022-11-22T06:13:21","guid":{"rendered":"https:\/\/pythonarray.com\/?p=169"},"modified":"2022-11-23T14:38:40","modified_gmt":"2022-11-23T09:08:40","slug":"python-programming-how-to-start-python","status":"publish","type":"post","link":"https:\/\/pythonarray.com\/python-programming-how-to-start-python\/","title":{"rendered":"Python Programming \u2013 How To Start Python"},"content":{"rendered":"

You can learn about\u00a0Introduction to Python Programming<\/a>\u00a0Programs with Outputs helped you to understand the language better.<\/p>\n

Python Programming \u2013 How To Start Python<\/h2>\n

After installation is successfully completed, you can start Python in the following ways (see Figure 3.11). These are:
\n(a) Python Shell – Interactive mode (Commandline)
\n(b) Python Editor – Script mode (Integrated Development Environment – IDLE)
\nPython Shell is used to execute a single Python command and get the result in the same window. It waits for the input command from the user. As soon as the user enters the command, it executes it and displays the result. IDLE is a simple Integrated Development Learning Environment that comes with Python. The important feature of IDLE is that it is a program that allows the user to edit, run, browse and debug a Python program from a single interface.<\/p>\n