CRUD on Salesforce with Python

I wrote four programmes in Python that enable us to maintain tables in Salesforce. The four functionalities are: creating data, reading data, updating data and deleting data.

The programmes

The programmes are stored in accompanying zip file. The programmes follow more or less the same logic. The first part is getting access to the system. Then a job is opened. Subsequently, data are added or modified. Finally, the job is closed.

Door tom