Posts

Drawbacks of python.

What are the drawbacks of Python? Disadvantages of Python are: Speed Python is  slower  than C or C++. But of course,  Python  is a high-level language, unlike C or C++ it's not closer to hardware. Mobile Development Python is not a very good language for  mobile development  . It is seen as a  weak language  for mobile computing. This is the reason very few mobile applications are built in it like Carbonnelle. Memory Consumption Python is not a good choice for  memory intensive  tasks. Due to the flexibility of the data-types, Python's memory consumption is also high. Database Access Python has limitations with  database access  . As compared to the popular technologies like JDBC and ODBC, the Python's database access layer is found to be bit underdeveloped and  primitive  . However, it cannot be applied in the enterprises that need smooth interaction of complex  legacy data  . Runtime Errors Python program...

Features of python.

Features of  Python There are many features in Python, some of which are discussed below – 1.Easy to code: Python is high level programming language.Python is very easy to learn language as compared to other language like c, c#, java script, java etc.It is very easy to code in python language and anybody can learn python basic in few hours or days.It is also developer-friendly language. 2. Free and Open Source: Python language is freely available at official website and you can download it from the given download link below click on the  Download Python  kyeword. Download Python Since, it is open-source, this means that source code is also available to the public.So you can download it as, use it as well as share it. 3.Object-Oriented Language: One of the key features of python is Object-Oriented programming.Python supports object oriented language and concepts of classes, objects encapsulation etc. 4. GUI Programming Support: Graphical Users interfaces can be made using ...