Postgres Procedure calls

Does anyone know how to run procedures or non Select queries using the st.connection?
I am trying the old version of using a cursor :
cur.execute(“CALL dynamic_case_procedure(%s::text, %s::text);”, (col_name, where_clause))