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.
推荐阅读
- Python链式赋值是什么?Python链式赋值代码怎么写
- 什么是python中的类?如何在python中创建类?
- 如何管理Python内存?python管理内存的方法有哪些?
- python爬虫爬网页时遇到网页重定向怎么办?爬虫网页重定向解决方法都有哪几种呢?
- python如何进行逐行读取多个文件?python读取多行文件方法
- 什么是比较运算符?python比较运算符如何使用?
- 学习python一定要使用pycharm编写工具吗? python编写工具有哪些?
- 有哪些有趣的Python库?Python库使用技巧
- Python代码太长怎么办?Pycharm整理代码格式的方法
- 如何解决python3.6右键没有Edit with IDLE的问题 IDLE的右键菜单添加的方法