I am relatively new to Python, but have a workflow in which I select a group of contiguous parcels in my Parcels feature class, copy them, paste (special) them into another existing feature class called Neighborhoods and, when they are in the Neighborhoods feature class, merge them into one polygon (the neighborhood). I am trying to decide between the CopyFeatures_management and Append_management ArcPy tools for the first part, and I cannot find any ArcPy tool for the merge.