How put 2 table side by side on pdf file using python

hello
i want create two table side by side on pdf file using python

@farhs

You would need to use the nested tables in order to obtain your requirements e.g. a table with 2 columns having two different tables side by side. In order to create table in PDF page, please check below code snippet: