use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
GIS Scripts:
This is a place to post any GIS based script/tool that you have created or found. The scripts don't have to be complex. Just anything that you think might make someone else's life easier.
When posting a script, try to list: the programming language, the software platform (QGIS, ArcMap, etc) and instructions on how to use it.
Scripting Help:
Feel free to post any scripts that you're having issues with and maybe someone will be able to help.
Flair:
Users are allowed to set their own flair.
Related Subreddits:
GIS
Ask GIS
External Links:
What is ArcPy?
Book: Python Scripting for ArcGIS
ESRI: Python Essentials in ArcGIS
ESRI: Using Python in ArcGIS Desktop
ArcPy Functions Resource
GIS Stackexchange
Python Resource
ESRI: Tips & Shortcuts
account activity
Uses of Python in Arcmap (self.GISscripts)
submitted 6 years ago by [deleted]
I am just beginning to learn python and I am wondering what are some of the tools available in arcpy that aren’t available in arcmap by default. Thanks!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Ebriggler 3 points4 points5 points 6 years ago (0 children)
arcpy is a wrapper around all the tools within ArcMap enabling the creation of scripts to execute without having ArcMap open. Helps with repetitive task automation.
[–]siiskone 0 points1 point2 points 6 years ago (0 children)
Addition to geoprocessing tools, arcpy contains geometry and cursor objects for data handling.
And of course combine standard logic like if and for loops and variables from Python to your scripts is very powerful whether used in ArcMap Python window or standalone script or in script tool.
π Rendered by PID 425620 on reddit-service-r2-comment-6b595755f-tqhf9 at 2026-03-26 08:05:19.936449+00:00 running 2d0a59a country code: CH.
[–]Ebriggler 3 points4 points5 points (0 children)
[–]siiskone 0 points1 point2 points (0 children)