Python is an excellent programming language, and its application roles are almost infinite. You can apply PYthon on any occasions.
1. System Programming
Python provides an internal interface for system management to search for files and directories and run other programs.
Python is bound with POSIX, which is highly portable.
2 graphic interface
PYthon supports GUI Programming Based on TKinter.
- Simple graphics library-tkinter Basics
3. Internet scripts
Python plays an active role in various network tasks on network servers and clients. Several simple statements can be used.
You can download a webpage and write complex network applications through socket.
- Web browser-based audio/video conferences-webrtc
4. Database Programming
Python provides mainstream relational database system interfaces, allowing you to easily access the SQL database in python.
- Database operations required by the SPIDER project
5. Numerical Calculation and scientific calculation
Python provides NumPy numeric and scientific computing programming extensions, including many advanced tools and rigorous and easy-to-use numeric values.
Computing tool.
-------------------------------------------