The ArcGIS Pro Python reference contains detailed information about every ArcPy module, function, and class provided with ArcGIS Pro, working with Python, as well as how to work with, and create your own, geoprocessing tools in Python.
Nota:
All geoprocessing tools can be accessed from Python using ArcPy. For a full reference, including Python samples, see ArcGIS Pro tool reference.
What's in the Python reference?
The ArcGIS Pro Python reference is organized into Get Started, Geoprocessing and Python, ArcPy functions and classes, and ArcPy modules sections. These sections are both browsable and searchable.
Get started
Python is a free, cross-platform, open-source programming language. It's widely used and supported and is an integral part of ArcGIS.
Whether you've worked with Python in other ArcGIS products or not, this section covers several important topics for getting started with Python in ArcGIS Pro, including Python migration for ArcGIS Pro, Python in ArcGIS Pro, What is ArcPy?, ArcGIS API for Python, Python Package Manager, and Notebooks in ArcGIS Pro.
Nota:
ArcPy and the ArcGIS API for Python are complementary libraries; ArcPy allows you to use, automate, and extend desktop GIS, and the ArcGIS API for Python supports the same for Web GIS.
An example would be using ArcPy to manage local data, adding it as layers to a map and using geoprocessing tools to create outputs and service definition files. The ArcGIS API for Python could then be used to publish the definition files to the Web GIS, compose a web map, or share those layers with others.
Geoprocessing and Python
Python can be used to automate the execution of geoprocessing tools as well as provide the ability to create your own geoprocessing tools, either as a script tool or a Python toolbox tool. Click to expand the Accessing geoprocessing tools node and you'll find introductory topics for working with and understanding geoprocessing tools such as Using tools in Python. Click the Creating geoprocessing tools node to find topics on creating your own tools, such as What is a script tool? and What is a Python toolbox?
ArcPy functions and classes
The ArcPy functions and ArcPy classes sections provide help topics for functions and classes. Functions and classes provide additional functionality to support Python-based workflows. For a listing of functionality, see Alphabetical list of ArcPy functions and Alphabetical list of ArcPy classes. Additional functions and classes are found in several ArcPy modules.
ArcPy modules
In ArcPy, functionality is organized into modules.
Expand a specific module and you'll find the following:
- An overview that describes the module and summaries of its contents
- Nodes for classes, functions, and where applicable, operators