Python (general) (overall)
Python open source (free). Python is still the leader: 65.6% in 2018. Advantages: 1) Interpreted language. Hence, the coded program does not need any compilation. 2) Dynamically defines variable types. 3) Unique in its way with less coding which makes it more acceptable for the users. 4) Strongly typed which needs manual typecasting. 5) Portable, extendable, and scalable. Web Development Frameworks: Django, Pyramid, Web Development Micro-Frameworks: Bottle, Flask, Web Development: Tornado, web2py GUI Development: tkInter, PyGObject, PyQt, PySide, Kivy, wxPython Scientific and Numeric: 1) SciPy is a collection of packages for mathematics, science, and engineering. 2) Pandas is a data analysis and modeling library. 3) IPython is interactive shell that features easy editing/recording of a work ...