MCP4725 IC2 Python Coding

Hello, I am currently trying to use 2x MCP4725 as well as 1x MCP23017 in Python. I have figured out how to initialized and use the MCP23017 however I am struggling with the two MCP4725 units. Does anyone have any useful sample coding I could refer to? I am quite new to all of this.

We have sample code for Particle which is Arduino based here:

This would have to be converted to use Python’s SMBus interface for I2C.

There are however other repos found in search on Github here: