Page 119 - Plus V4 with Adobe class 6
P. 119

INSTALLING PYTHON


            Follow these steps to download and install the Python software:

                                 Enter the URL http://www.python.org/  1
                                 downloads in the address bar.




                                                                              Click on the Open  file
                                                                              option. The Python Setup   3
                                                                              window appears.









                           Click  on  the  Download   2
                           Python 3.10.5 button.







                                                                                     Click on Install   5
                                                                                     Now button.















                                         Select the Add  Python    4
                                         3.10 to PATH checkbox.


            The User Account Control dialog box appears. Click on Yes button.

            After a few seconds, Python will be successfully installed on your computer and ask you if you wish to
            disable the path length limit. This alters the configuration of your system and enables program and
            Python to get over the "MAX PATH" constraint of 260 characters.


                 PROGRAMMING IN PYTHON

            Python has two basic programming modes—Script Mode and Interactive Mode.

            Working in Interactive Mode

            Interactive Mode is a command line shell which gives immediate result for each command. In Interactive
            mode, we type one command at a time. Python executes the given command and gives the output.



                                                                                                     #Python 117
   114   115   116   117   118   119   120   121   122   123   124