Good afternoon. I am trying to figure out how to write a script in Python with extremely little experience. I have been pouring through forums here and at Stack Exchange, but everything seems to be a little out of date.
I have ~200 shapefiles that I merged into a single featureclass within a geodatabase. I am using a schema that has the field "NAME" in it. I am trying to take the name of the individual shapefiles (x27y407.shp for example) and write that name, minus the .shp, into the NAME field.
Most of the code I am finding to try and work with seems like it is using python 9 or earlier, so am having a hard time trying to piece it together.
Any help would be greatly appreciated.