List[Element] has no attribute Concat

Concat() is a Linq extension method, if you want to use it, it is necessary to add the System.Linq extension

Note
unfortunately, this extension is not available with CPython3/Python.Net engine

[EDIT]
Eventually I found it was possible with PythonNet using System.Linq static methods

2 Likes