Summary
In this chapter, you have seen the value of managing your organizational GIS with ArcGIS API for Python. You uploaded data to your ArcGIS Online account from a Notebook. You created a group and shared data with that group. You created a folder and moved data to that folder to help organize your content. You have also seen how to find and edit attributes in a feature layer, and how to upload and append data to a feature layer. Finally, you created a map in a Notebook, added a feature layer to that as an SEDF and styled that data, and then saved the map to your ArcGIS Online account.
In the next chapter, you will continue to expand your skillset and learn how to create script tools. These are Python scripts that can be accessed through a standard ArcToolbox interface and can be made available for use by other team members. Script tools can access ArcGIS Online or local resources, and standardize your custom scripts so that non-Python experts can benefit from your code.
...