EnergyPlus simulation

Hi, I want to use EnergyPlus software in Python. Do you have any idea how can i use it in Python as the main codes are written in C++.

Perhaps construct a suitable command line string that calls the EnergyPlus executable, invoke that string from within Python, and capture either the resulting stdout output and/or load the newly produced output files. More here

Is this what you mean? Or does EnergyPlus also offer an API for linking too? In which case, you will need another strategy. R