I'm working on a project which will use python to collect data and display it in a blog like way.
I'm already familiar with Wordpress, my solution to import these data would be to manually edit SQL wordpress database with python and update the values of the single post according to my data.
I not very familiar with python and Django but i saw that Mezzanine is a sort of Wordpress for Django.
Would be easier or faster the data exchange between my Python script and a Mezzanine app or it's the same as between Python and SQL? I'd like to know also about performances.