Why to choose Python
Why we choose python?
Advantages of python?
Type of programming language?
- User-friendly
- Open source
- Free to use
- 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
- 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
Post a Comment