Learning Python | Getting Started


Why People Use python? Click More to Read

Following are the reasons why people prefer python
 

  • Software Quality

ü  Making readable codes, hence reusable and maintainable

ü  Supports Advanced concepts like Object Oriented Programming 

  • Developer Productivity

ü  The LOC (Lines of Code) in python is very less when compared to C or Java.

ü   Hence making the code easy to debug and maintainable

  • Portable

ü  Porting the code across the platforms is very easy

ü   You can port the code written for Linux to Windows in a matter of second  

  •  Library Support

ü  Python has inbuilt library support that you can utilise for your development

ü   This avoids overhead during your development

  •  Component Interactions

ü  Python can communicate with other components very easily

ü  Python can invoke C and C++ can be called

  •  Community Support

ü  You can learn along with a huge number of developers. This helps to share different experiences during development
    
    
   

 

Comments

Popular posts from this blog

Hello World with Python - Method 1

Hello World with Python - Method 2