Top 5 Features of python

                 Getting started with python
     Python is a easy programming language yet powerful language.Python is making in these days technologies development. Python is one of the fastest growing programming languages. Python is a free source programming language. Python is mainly used in YouTube, Yahoo, Google. Python I s a real time programming language.
Features of python:
1.Portable language:
                                       Python is portable language because this can be used in  Windows,Mac osx, and Unix operating systems.
2. Interpretor  language:
                                        Python is interpretor language because it saves your time during the development of program. Because no linking and compilation is necessary and at the same time the interpretor is interactive.
             Python allows programmers to split  programs into models which can be used in other programs.A module allows you to logically organize your Python code. Grouping related code into a module makes the code easier to understand and use. A module is a Python object with arbitrarily named attributes that you can bind and reference.
Simply, a module is a file consisting of Python code. A module can define functions, classes and variables. A module can also include runnable code.
3. Python is  easy to learn and use:
                                                              This is one of the best things about python. One can learn python in days . Compared to object oriented programs like java and c python is simple to code and easy to learn any one can learn it..
4. Highly dynamic:
                              Python is highly dynamic because no need to declare data type every time for example if the code is given as
a=5
Print (a)
The out put will be 5
That means 5  is  integer data type  but still with out declaring data type we are simply able to print it. Even this happens in case of float also.
5. Python is open source and free language. The best way to study python is referring python.org infact as this is highly developing language many coders sit together and try to develop it as effectively as they can.





           

Comments

Post a Comment

Popular posts from this blog

REVIEW-1

Review-4