Python have following integration which is given below:-
1. Python scripts can easily communicate with other application using variety of integration mechanisms.
2. simple object persistence system is provided by Python's standard pickle module
3. Python is easy and rapid to understand and execute
4. Due to the above 3rd point, it makes it a good match for graphical user interface programming.
5. System management (i.e., scripting)
6. Database Programming
7. Graphic User Interface (GUI):
8. Python comes with a object-oriented interface to the Tk GUI
9. API called tkinter which allows Python to implement portable GUIs with native look and feel.
0 Comment(s)