Why to choose Python

Why we choose python?

  1. User-friendly 
  2. Open source
  3. Free to use
  4. Third party modules 


Advantages of python?

  • a. Extensive Libraries
  • b. Extensible
  • c. Embeddable
  • d. Improved Productivity
  • e. IOT Opportunities
  • f. Simple and Easy
  • g. Readable
  • h. Object-Oriented
  • i. Free and Open-Source
  • j. Portable
  • k. Interpreted

Disadvantages of Python?

  • a. Speed Limitations
  • b. Weak in Mobile Computing and Browsers
  • c. Design Restrictions
  • d. Underdeveloped Database Access Layers
  • e. Simple
Type of programming language?
  • imperative which allows side effects,
    • object-oriented which groups code together with the state the code modifies,
    • procedural which groups code into functions,
  • declarative which does not state the order in which operations execute,
    • functional which disallows side effects,
    • logic which has a particular style of execution model coupled to a particular style of syntax and grammar, and
  • symbolic programming which has a particular style of syntax and grammar

Comments