An open API service indexing awesome lists of open source software.

https://github.com/esri/arcpy

Resources and ideas about arcpy and Python in ArcGIS.
https://github.com/esri/arcpy

arcgis-enterprise arcgis-pro arcgis-server arcpy data-science esri geoprocessing gis jupyter python

Last synced: 12 months ago
JSON representation

Resources and ideas about arcpy and Python in ArcGIS.

Awesome Lists containing this project

README

          

# ArcPy
Resources and ideas for ArcPy and Python in ArcGIS.

ArcPy is a comprehensive and powerful library for geographic data analysis, data conversion, data management, map automation. It is integrated into products like ArcGIS Pro and Enterprise. ArcPy is organized into 55 modules and 2100+ functions to the related [Geoprocessing tools](https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/basics/what-is-geoprocessing-.htm), see [this quick tour](https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/a-quick-tour-of-arcpy.htm) of its functionality.

["Python is an interpreted, object-oriented, high-level programming language with dynamic semantics."](https://www.python.org/doc/essays/blurb/). It is included with deployment of many ArcGIS products as the primary language for the automation workflows and analysis.

## ArcPy cheatsheet
Cheatsheet for the ArcPy library. [Download](docs/ArcPy-Cheatsheet.pdf?raw=true)

[![docs/arcpy-cheatsheet.pdf](static/arcpy-cheatsheet.png)](docs/ArcPy-Cheatsheet.pdf)

## ArcGIS Pro Python distribution by release
A list of packages and their versions shipped with recent ArcGIS Pro releases. [Download](docs/ArcGIS-Pro-Python-Distribution-By-Release.pdf?raw=true)

[![docs/ArcGIS-Pro-Python-Distribution-By-Release.pdf](static/ArcGIS-Pro-Python-Distribution-By-Release.png)](docs/ArcGIS-Pro-Python-Distribution-By-Release.pdf)

This data is also available as [docs/arcgis-dist.json](docs/arcgis-dist.json)

## Software issues, questions, and discussions

- The primary way to report **technical issues** continues to be through [Esri Technical Support](https://support.esri.com/en-us/contact).
- **Ideas and enhancements** can be submitted on the [ArcGIS Ideas](https://community.esri.com/t5/custom/page/page-id/arcgis-ideas) site, or through Esri Technical Support.
- For conversation with peers in the Esri's Python developer community see [Python](https://community.esri.com/t5/python/ct-p/python) on Esri's community forums.
- For issues and questions about the **ArcGIS API for Python**, go to [github.com/Esri/arcgis-python-api](https://github.com/Esri/arcgis-python-api).
- If none of the above fit, open a new ***Issue*** or ***Discussion*** in this repo.

## Contributing

Esri welcomes contributions from anyone and everyone. See our [guidelines for contributing](https://github.com/esri/contributing).

## Licensing

Copyright 2025 Esri

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

A copy of the license is available in the repository's [LICENSE.txt](LICENSE.txt) file.

( back to top ☝)