Group by query in a file geodatabase

How to simulate a SQL group by query in a file geodatabase…

More...

FeatureClass from JSON

How to create a FeatureSet/FeatureClass from JSON (in memory)…

More...

Fun with Python Sets (and arcpy)

Simple example of using a Python set with DeleteField…

More...

arcpy: Efficient Geometry Creation

A few tricks to optimize creating a large number of geometries…

More...

arcpy.Project in_memory Featureclass

Useful workaround for projecting a feature class in_memory using arcpy…

More...

Debugging Server Object Extensions (SOEs) in Style

Utilize Python, requests, and the ArcGIS Server Admin REST API to make SOE debugging easier…

More...

arcpy.da Cursors and Readability Part 2

Part 2 of 2 part series on advanced usage of arcpy.da Cursors…

More...

arcpy.da Cursors and Readability Part 1

Part 1 of 2 part series on advanced usage of arcpy.da Cursors…

More...

Python: Recursion with Lists

Fun with recursion in Python - standard problem to test returning a list from a recursive function with closure…

More...

arcpy: Reorder Fields

Reorder fields in a feature class with arcpy…

More...