Strengths and Weaknesses of Python

 Strengths 

  1. Easy to read, learn and code. 
  2. Dynamic Typing
  3. Free, Open Source
  4. Platform-independent
  5. Wide Range of Applications
  6. Extensive Third-Party Libraries

Weaknesses 

  1. Simple Nature
  2. Slow Speed and Memory Inefficient
  3. Poor Database Access
  4. Weak Mobile Computation
  5. Runtime Errors due to dynamic typing

Comments

Popular posts from this blog

What is Python?

Flow of Control