Page 244 - AI Computer 10
P. 244

Applications of Python

            The important applications of Python programming language are as follows:
            Web Development

            Web development is the field of writing computer applications to create interactive websites, usually using
            Hypertext Markup Language (HTML) and a web browser. The Python programming language is used to create
            web applications, but the language is commonly used for many types of programs. The Python application
            framework is also widely used to create programs in other languages.

            Machine Learning and AI
            Python  has built-in high-level data structures and data science libraries that allow to develop applications for
            various purposes, including scientific and engineering software, games, software frameworks, Internet services,
            and many more. Python has found its way into the world of machine learning and artificial intelligence software.
            For example, product recommendation engine of e-commerce websites are completely based on Python.
            Data Analysis

            Python has a unique features and is easy-to-use when it comes to quantitative and analytical computing. The
            Python libraries are widely used for data manipulation and very easy to learn for a beginner data scientist.

            Desktop GUI
            Python is programming language that is most suitable for writing applications/scripts which need to run on a
            desktop GUI (Graphical User Interface). It offers a graphical user interface such as windows, buttons, etc. In
            addition, the language offers many ready-to-use functions and modules for drawing lines, graphics, and data
            visualisation.

                 Pop
                 Pop Quiz                                     Quiz
              Write any three features of Python.

              1. ____________________________________________________________________________________________
              2. ____________________________________________________________________________________________

              3. ____________________________________________________________________________________________

            PYTHON BASICS

            Let’s recall the basics of Python using Jupyter Notebook.

            Print() function

            The print() function  is used to display the specified message, string, or any other object on the screen. This
            function prints a blank line if value or an expression is not mentioned.
            Function
            The syntax for the print() is:


                      print(“statement”)
            Example :







                110
                110
   239   240   241   242   243   244   245   246   247   248   249