Introduction about python programming.

 

Introduction To Python

what is Python?

Basically , Python is most popular programming language nowadays.



Basic of Python :

·        Python is consider as a general purpose,dynamic,high level and interpreated programming language.

·        Python was created by Guido Van Rossum and released in1991.

·        Python has support for Object Oriented Programming (OOP). for developing application.

·        Python language is simple and easy to learn and facilities to several high-level data structure.

·        Python has huge support for mutiple programming pattrens, such as object-oriented(like C++)and functional programming styles(like C).

·        Python is not restricted to work ina specific area, such as web programming. Hence it is known as multipurpose programming as it is possible to use Python with web,enterprise,3D CAD, etc.

·        In Pyhon, the developement as well as debugging is comparatively fast because there is no compilation step included in python development, and also the edit-test-debug cycle is very fast.


Featurs of python :

            1) Easy to learn and use.

            2) Expressive language.

            3) Intrepreated langua

           4) Cross-platform language.

            5) Free and open sourse.

            6) Object-Oriented language.(OOP)

            7)  GUI Support.

            8) Intregrated.




What Can You Do with Pyhton :

There are lot of things we can do with Python, here are some of them.

1. Machine learning (ML) : There are so many application in ML are written in Python.In ML we write such a program so that machine can learn and solve a problem by its own.here few example of machin learning that we use every day. such as Siri,Alexa,Virtual presonal assistants,Amazon,Flipcart,Google home.

2. Web development : Web development is work in development a web site for internet. it helps to write server side code which helps to manage database, backend programming logic ,mapping url and social network services. some example of web develpoment Dropbox, Git-hub.

3. Data Analysis : Data Analysis and Data Visualisation in the foem of charts can be developed by using Python. example such as Text analysis, Descriptive analysis.

4. Game development : You can develop game using Python. In this Pygame is the open source python library for making multimedia application game. example like Battlefield 2, World of tanks, Vega strike, Civilization-IV.

5. Scientific and Numeric application : Python has become a crucial tool in scientific ans numeric application.

·        SciPy (scientific numeric library)

·        Pandas

·        IPython (command shell)

·       Numeric Python

6. Desktop application : You can develop a desktop application in python using TKinter or QT library.

7. Graphic and image design application :


The programming language is used globally to design and bulid 2D imaging software like GIMP, Paint shop pro.Python is used in several 3D animation packages.

8. Operating system : Python is the serect behind many operating system as well, most popularly of linux. mainly Python is combined with C programming language to design and develop operating system.

 

  Conclusion : 

   We hope this blog is successful in providing you a valuable information about the basic introduction       about the python programming and its features , application . 

    In the next blog we will discussing about the installation of python .


Comments

Post a Comment

Popular posts from this blog

Data Types In Python

Assignment Operators in Python

Installation Of Python