What is Python? Python introduction( 二 )


11, Python specification code
Python uses forced indentation to make the code more readable. Programs written in Python do not need to be compiled into binary code.
The advantages of Python
Python is an open source programming language without limitation and cross platform. It is powerful and easy to learn. Therefore, it has been widely used and supported.
Python is introduced into the ArcGIS9.0 community. Since then, Python has been regarded as a scripting language that can be geographically processed by users and has been continuously developed. Each version has further enhanced the Python experience, providing you with more functions and richer, more friendly Python experience.
ESRI has fully incorporated Python into ArcGIS and regarded it as a language that meets the needs of our users’ communities. The following are some of the advantages of Pytho:
Easy to learn, very suitable for beginners, and especially suitable for experts.
Highly scalable, suitable for large projects or small one-time programs (called scripts).
Transplantable, cross platform
Embeddable (making ArcGIS scripts)
Stable and mature
The large scale of the user community
Python has been extended to ArcGIS as a language for data analysis, data conversion, data management, and map automation, and thus helps to improve work efficiency.
【What is Python? Python introduction】Python problem
1, the speed of operation is slow.
2, the domestic market is small.
3. There is a shortage of Chinese materials (few good Chinese Python materials are available). With the blessing of the community, several excellent textbooks have been translated, but there are many entry-level textbooks, and advanced content can only be seen in English.
4. There are too many choices of architecture, but it also shows that Python is better, attracts more talents and projects.

推荐阅读